COLOR #735D6F

HEX: #735D6F RGB: (115,93,111)

Color info

#735D6F contains red, green and blue colors in about the same proportion. Web safe color of #735D6F is #666666 (or #666).

RGB color model

#735D6F color RGB value is (115,93,111).

RGB: (115,93,111) (45%, 36%, 44%)

RGB channels and saturation

R 115 of 255 = 45%
G 93 of 255 = 36%
B 111 of 255 = 44%

115
93
111

R + G + B ~ 42%. #735D6F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 115 + 93 + 111 = 319 (100%)
R 115 of 319 ~ 36.05%
G 93 of 319 ~ 29.15%
B 111 of 319 ~ 34.8'%

%36.05
%29.15
%34.8

CMYK color model

#735D6F color CMYK value is (0,19,3,55).

  • cyan value is 0.00%
  • magenta value is 19.13%
  • yellow value is 3.48%
  • key color value is 54.90%
CMYK: (0,19,3,55) C0M19Y3K55 (0%,19%,3%,55%) (0.00/0.19/0.03/0.55) 

CMYK percentages

%0
%19.13
%3.48
%54.9

Codes

Color #735D6F in popluar color models

73 5D 6F
RGB 115 93 111
HSL 311° 10.58% 40.78%
HSB/HSV 311° 19.13% 45.10%
CMYK 0.00% 19.13% 3.48%
54.90%

Color #735D6F in popluar number systems.

HEX 73 5D 6F
Decimal 115 93 111
Binary 1110011 1011101 1101111
Octal 163 135 157

Shades and tints

Shades of #735D6F

#735D6F
(115,93,111)
#695565
(105,85,101)
#5F4D5B
(95,77,91)
#554551
(85,69,81)
#4B3D47
(75,61,71)
#41353D
(65,53,61)
#372D33
(55,45,51)
#2D2529
(45,37,41)
#231D1F
(35,29,31)
#191515
(25,21,21)
#0F0D0B
(15,13,11)
#000000
(0,0,0)

Tints of #735D6F

#735D6F
(115,93,111)
#7F6B7C
(127,107,124)
#8B7989
(139,121,137)
#978796
(151,135,150)
#A395A3
(163,149,163)
#AFA3B0
(175,163,176)
#BBB1BD
(187,177,189)
#C7BFCA
(199,191,202)
#D3CDD7
(211,205,215)
#DFDBE4
(223,219,228)
#EBE9F1
(235,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #735D6F color. Also use rgb(115,93,111) instead hex code.

Text Font Color

.myTextColor { color: #735D6F; }

<p style="color:#735D6F">This sample text font color is #735D6F.</p>

This text font color is #735D6F.

Background Color

.myBgColor { background-color: #735D6F; }

<div style="background-color:#735D6F">Inner text</div>

This div background color is #735D6F.

Border color

.myBorderColor { border: 1px solid #735D6F; }

<div style="border:3px solid #735D6F">Div</div>

This div border color is #735D6F.

Opacity

.myOpacity80 { color: #735D6F; opacity: 0.8; }

<p style="color:#735D6F;opacity:0.8;">80%</p>

Text with #735D6F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #735D6F;}

<p style="text-shadow: 3px 3px 1px #735D6F">Text here.</p>

This text has shadow with #735D6F color.


.textShadow {text-shadow: 3px 3px 1px #735D6F', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #735D6F, 5px 5px 20px red">Text here.</p>

This text has shadow with #735D6F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#735D6F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#735D6F, Direction=45, Strength=4)">Text</p>

This text has shadow with #735D6F and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #735D6F;
-webkit-box-shadow: 1px 1px 3px 2px #735D6F;
box-shadow: 1px 1px 3px 2px #735D6F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #735D6F; -webkit-box-shadow: 1px 1px 3px 2px #735D6F; box-shadow:1px 1px 3px 2px #735D6F;">
Div content here
</div>

This div box has shadow with color #735D6F.

Preview

Color preview on black background

This text has color #735D6F on black background.


Color preview on white background

This text has color #735D6F on white background.


Black color preview on #735D6F background

This text has black color on #735D6F background.


White color preview on #735D6F background

This text has white color on #735D6F background.


Related colors

Complementary color

Complementary color for #hex is #8CA290.


I love getcolorcode.com

Triadic colors

1 #6F735D and #5D6F73 with #735D6F are triadic colors.

2 #6F5D73 and #5D736F with #735D6F are triadic colors.