COLOR #666E42

HEX: #666E42
RGB: (102,110,66)

Color info

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

RGB color model

#666E42 color RGB value is (102,110,66).

  • red value is 102;
  • green value is 110;
  • blue value is 66.
RGB:
(102,110,66)
(40%,43%,26%)

RGB channels and saturation

R 102 of 255 = 40%
G 110 of 255 = 43%
B 66 of 255 = 26%

102
110
66

R + G + B ~ 36%. #666E42 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 110 + 66 = 278 (100%)
R 102 of 278 ~ 36.69%
G 110 of 278 ~ 39.57%
B 66 of 278 ~ 23.74%

%36.69
%39.57
%23.74

CMYK color model

#666E42 color CMYK value is (7,0,40,57).

  • cyan value is 7.27%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 56.86%
CMYK:
(7,0,40,57)
C7M0Y40K57 
(7%,0%,40%,57%)
(0.07/0.00/0.40/0.57)	

CMYK percentages

%7.27
%0
%40
%56.86

Codes

Color #666E42 in popluar color models

666E42
RGB10211066
HSL71°25.00%34.51%
HSB/HSV71°40.00%43.14%
CMYK7.27%0.00%40.00%
56.86%

Color #666E42 in popluar number systems.

HEX666E42
Decimal10211066
Binary110011011011101000010
Octal146156102

Shades and tints

Shades of #666E42

#666E42
(102,110,66)
#5D643C
(93,100,60)
#545A36
(84,90,54)
#4B5030
(75,80,48)
#42462A
(66,70,42)
#393C24
(57,60,36)
#30321E
(48,50,30)
#272818
(39,40,24)
#1E1E12
(30,30,18)
#15140C
(21,20,12)
#0C0A06
(12,10,6)
#000000
(0,0,0)

Tints of #666E42

#666E42
(102,110,66)
#737B53
(115,123,83)
#808864
(128,136,100)
#8D9575
(141,149,117)
#9AA286
(154,162,134)
#A7AF97
(167,175,151)
#B4BCA8
(180,188,168)
#C1C9B9
(193,201,185)
#CED6CA
(206,214,202)
#DBE3DB
(219,227,219)
#E8F0EC
(232,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #666E42 color. Also use rgb(102,110,66) instead hex code.

Text Font Color

.myTextColor { color: #666E42; }

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

This text font color is #666E42.


Background Color

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

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

This div background color is #666E42.


Border color

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

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

This div border color is #666E42.


Opacity

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

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

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

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

This text has shadow with #666E42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #666E42 on black background.


Color preview on white background

This text has color #666E42 on white background.



Black color preview on #666E42 background

This text has black color on #666E42 background.


White color preview on #666E42 background

This text has white color on #666E42 background.