COLOR #666D4F

HEX: #666D4F
RGB: (102,109,79)

Color info

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

RGB color model

#666D4F color RGB value is (102,109,79).

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

RGB channels and saturation

R 102 of 255 = 40%
G 109 of 255 = 43%
B 79 of 255 = 31%

102
109
79

R + G + B ~ 38%. #666D4F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 109 + 79 = 290 (100%)
R 102 of 290 ~ 35.17%
G 109 of 290 ~ 37.59%
B 79 of 290 ~ 27.24%

%35.17
%37.59
%27.24

CMYK color model

#666D4F color CMYK value is (6,0,28,57).

  • cyan value is 6.42%
  • magenta value is 0.00%
  • yellow value is 27.52%
  • key color value is 57.25%
CMYK:
(6,0,28,57)
C6M0Y28K57 
(6%,0%,28%,57%)
(0.06/0.00/0.28/0.57)	

CMYK percentages

%6.42
%0
%27.52
%57.25

Codes

Color #666D4F in popluar color models

666D4F
RGB10210979
HSL74°15.96%36.86%
HSB/HSV74°27.52%42.75%
CMYK6.42%0.00%27.52%
57.25%

Color #666D4F in popluar number systems.

HEX666D4F
Decimal10210979
Binary110011011011011001111
Octal146155117

Shades and tints

Shades of #666D4F

#666D4F
(102,109,79)
#5D6448
(93,100,72)
#545B41
(84,91,65)
#4B523A
(75,82,58)
#424933
(66,73,51)
#39402C
(57,64,44)
#303725
(48,55,37)
#272E1E
(39,46,30)
#1E2517
(30,37,23)
#151C10
(21,28,16)
#0C1309
(12,19,9)
#000000
(0,0,0)

Tints of #666D4F

#666D4F
(102,109,79)
#737A5F
(115,122,95)
#80876F
(128,135,111)
#8D947F
(141,148,127)
#9AA18F
(154,161,143)
#A7AE9F
(167,174,159)
#B4BBAF
(180,187,175)
#C1C8BF
(193,200,191)
#CED5CF
(206,213,207)
#DBE2DF
(219,226,223)
#E8EFEF
(232,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #666D4F; }

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

This text font color is #666D4F.


Background Color

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

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

This div background color is #666D4F.


Border color

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

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

This div border color is #666D4F.


Opacity

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

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

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

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

This text has shadow with #666D4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #666D4F on black background.


Color preview on white background

This text has color #666D4F on white background.



Black color preview on #666D4F background

This text has black color on #666D4F background.


White color preview on #666D4F background

This text has white color on #666D4F background.