COLOR #666D31

HEX: #666D31
RGB: (102,109,49)

Color info

#666D31 contains mainly red and green colors. Web safe color of #666D31 is #666633 (or #663).

RGB color model

#666D31 color RGB value is (102,109,49).

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

RGB channels and saturation

R 102 of 255 = 40%
G 109 of 255 = 43%
B 49 of 255 = 19%

102
109
49

R + G + B ~ 34%. #666D31 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 109 + 49 = 260 (100%)
R 102 of 260 ~ 39.23%
G 109 of 260 ~ 41.92%
B 49 of 260 ~ 18.85%

%39.23
%41.92
%18.85

CMYK color model

#666D31 color CMYK value is (6,0,55,57).

  • cyan value is 6.42%
  • magenta value is 0.00%
  • yellow value is 55.05%
  • key color value is 57.25%
CMYK:
(6,0,55,57)
C6M0Y55K57 
(6%,0%,55%,57%)
(0.06/0.00/0.55/0.57)	

CMYK percentages

%6.42
%0
%55.05
%57.25

Codes

Color #666D31 in popluar color models

666D31
RGB10210949
HSL67°37.97%30.98%
HSB/HSV67°55.05%42.75%
CMYK6.42%0.00%55.05%
57.25%

Color #666D31 in popluar number systems.

HEX666D31
Decimal10210949
Binary11001101101101110001
Octal14615561

Shades and tints

Shades of #666D31

#666D31
(102,109,49)
#5D642D
(93,100,45)
#545B29
(84,91,41)
#4B5225
(75,82,37)
#424921
(66,73,33)
#39401D
(57,64,29)
#303719
(48,55,25)
#272E15
(39,46,21)
#1E2511
(30,37,17)
#151C0D
(21,28,13)
#0C1309
(12,19,9)
#000000
(0,0,0)

Tints of #666D31

#666D31
(102,109,49)
#737A43
(115,122,67)
#808755
(128,135,85)
#8D9467
(141,148,103)
#9AA179
(154,161,121)
#A7AE8B
(167,174,139)
#B4BB9D
(180,187,157)
#C1C8AF
(193,200,175)
#CED5C1
(206,213,193)
#DBE2D3
(219,226,211)
#E8EFE5
(232,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #666D31; }

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

This text font color is #666D31.


Background Color

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

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

This div background color is #666D31.


Border color

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

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

This div border color is #666D31.


Opacity

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

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

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

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

This text has shadow with #666D31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #666D31 on black background.


Color preview on white background

This text has color #666D31 on white background.



Black color preview on #666D31 background

This text has black color on #666D31 background.


White color preview on #666D31 background

This text has white color on #666D31 background.