COLOR #666D5B

HEX: #666D5B
RGB: (102,109,91)

Color info

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

RGB color model

#666D5B color RGB value is (102,109,91).

  • red value is 102;
  • green value is 109;
  • blue value is 91.
RGB:
(102,109,91)
(40%,43%,36%)

RGB channels and saturation

R 102 of 255 = 40%
G 109 of 255 = 43%
B 91 of 255 = 36%

102
109
91

R + G + B ~ 40%. #666D5B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 109 + 91 = 302 (100%)
R 102 of 302 ~ 33.77%
G 109 of 302 ~ 36.09%
B 91 of 302 ~ 30.13%

%33.77
%36.09
%30.13

CMYK color model

#666D5B color CMYK value is (6,0,17,57).

  • cyan value is 6.42%
  • magenta value is 0.00%
  • yellow value is 16.51%
  • key color value is 57.25%
CMYK:
(6,0,17,57)
C6M0Y17K57 
(6%,0%,17%,57%)
(0.06/0.00/0.17/0.57)	

CMYK percentages

%6.42
%0
%16.51
%57.25

Codes

Color #666D5B in popluar color models

666D5B
RGB10210991
HSL83°9.00%39.22%
HSB/HSV83°16.51%42.75%
CMYK6.42%0.00%16.51%
57.25%

Color #666D5B in popluar number systems.

HEX666D5B
Decimal10210991
Binary110011011011011011011
Octal146155133

Shades and tints

Shades of #666D5B

#666D5B
(102,109,91)
#5D6453
(93,100,83)
#545B4B
(84,91,75)
#4B5243
(75,82,67)
#42493B
(66,73,59)
#394033
(57,64,51)
#30372B
(48,55,43)
#272E23
(39,46,35)
#1E251B
(30,37,27)
#151C13
(21,28,19)
#0C130B
(12,19,11)
#000000
(0,0,0)

Tints of #666D5B

#666D5B
(102,109,91)
#737A69
(115,122,105)
#808777
(128,135,119)
#8D9485
(141,148,133)
#9AA193
(154,161,147)
#A7AEA1
(167,174,161)
#B4BBAF
(180,187,175)
#C1C8BD
(193,200,189)
#CED5CB
(206,213,203)
#DBE2D9
(219,226,217)
#E8EFE7
(232,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #666D5B color. Also use rgb(102,109,91) instead hex code.

Text Font Color

.myTextColor { color: #666D5B; }

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

This text font color is #666D5B.


Background Color

.myBgColor { background-color: #666D5B; }

<div style="background-color:#666D5B">Inner text</div>

This div background color is #666D5B.


Border color

.myBorderColor { border: 1px solid #666D5B; }

<div style="border:3px solid #666D5B">Div</div>

This div border color is #666D5B.


Opacity

.myOpacity80 { color: #666D5B; opacity: 0.8; }

<p style="color:#666D5B;opacity:0.8;">80%</p>

Text with #666D5B 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 #666D5B;}

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

This text has shadow with #666D5B color.

.textShadow {text-shadow: 3px 3px 1px #666D5B, 3px 3px 1px red;}

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

This text has shadow with #666D5B primary color and red secondary color.


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

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

This text has shadow with #666D5B and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #666D5B;
-webkit-box-shadow: 1px 1px 3px 2px #666D5B;
box-shadow:1px 1px 3px 2px #666D5B;">
Div content here</div>
This div box has shadow with color #666D5B.

Preview

Color preview on black background

This text has color #666D5B on black background.


Color preview on white background

This text has color #666D5B on white background.



Black color preview on #666D5B background

This text has black color on #666D5B background.


White color preview on #666D5B background

This text has white color on #666D5B background.