COLOR #666F37

HEX: #666F37
RGB: (102,111,55)

Color info

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

RGB color model

#666F37 color RGB value is (102,111,55).

  • red value is 102;
  • green value is 111;
  • blue value is 55.
RGB:
(102,111,55)
(40%,44%,22%)

RGB channels and saturation

R 102 of 255 = 40%
G 111 of 255 = 44%
B 55 of 255 = 22%

102
111
55

R + G + B ~ 35%. #666F37 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 111 + 55 = 268 (100%)
R 102 of 268 ~ 38.06%
G 111 of 268 ~ 41.42%
B 55 of 268 ~ 20.52%

%38.06
%41.42
%20.52

CMYK color model

#666F37 color CMYK value is (8,0,50,56).

  • cyan value is 8.11%
  • magenta value is 0.00%
  • yellow value is 50.45%
  • key color value is 56.47%
CMYK:
(8,0,50,56)
C8M0Y50K56 
(8%,0%,50%,56%)
(0.08/0.00/0.50/0.56)	

CMYK percentages

%8.11
%0
%50.45
%56.47

Codes

Color #666F37 in popluar color models

666F37
RGB10211155
HSL70°33.73%32.55%
HSB/HSV70°50.45%43.53%
CMYK8.11%0.00%50.45%
56.47%

Color #666F37 in popluar number systems.

HEX666F37
Decimal10211155
Binary11001101101111110111
Octal14615767

Shades and tints

Shades of #666F37

#666F37
(102,111,55)
#5D6532
(93,101,50)
#545B2D
(84,91,45)
#4B5128
(75,81,40)
#424723
(66,71,35)
#393D1E
(57,61,30)
#303319
(48,51,25)
#272914
(39,41,20)
#1E1F0F
(30,31,15)
#15150A
(21,21,10)
#0C0B05
(12,11,5)
#000000
(0,0,0)

Tints of #666F37

#666F37
(102,111,55)
#737C49
(115,124,73)
#80895B
(128,137,91)
#8D966D
(141,150,109)
#9AA37F
(154,163,127)
#A7B091
(167,176,145)
#B4BDA3
(180,189,163)
#C1CAB5
(193,202,181)
#CED7C7
(206,215,199)
#DBE4D9
(219,228,217)
#E8F1EB
(232,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #666F37 color. Also use rgb(102,111,55) instead hex code.

Text Font Color

.myTextColor { color: #666F37; }

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

This text font color is #666F37.


Background Color

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

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

This div background color is #666F37.


Border color

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

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

This div border color is #666F37.


Opacity

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

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

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

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

This text has shadow with #666F37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #666F37 on black background.


Color preview on white background

This text has color #666F37 on white background.



Black color preview on #666F37 background

This text has black color on #666F37 background.


White color preview on #666F37 background

This text has white color on #666F37 background.