COLOR #666E56

HEX: #666E56
RGB: (102,110,86)

Color info

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

RGB color model

#666E56 color RGB value is (102,110,86).

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

RGB channels and saturation

R 102 of 255 = 40%
G 110 of 255 = 43%
B 86 of 255 = 34%

102
110
86

R + G + B ~ 39%. #666E56 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 110 + 86 = 298 (100%)
R 102 of 298 ~ 34.23%
G 110 of 298 ~ 36.91%
B 86 of 298 ~ 28.86%

%34.23
%36.91
%28.86

CMYK color model

#666E56 color CMYK value is (7,0,22,57).

  • cyan value is 7.27%
  • magenta value is 0.00%
  • yellow value is 21.82%
  • key color value is 56.86%
CMYK:
(7,0,22,57)
C7M0Y22K57 
(7%,0%,22%,57%)
(0.07/0.00/0.22/0.57)	

CMYK percentages

%7.27
%0
%21.82
%56.86

Codes

Color #666E56 in popluar color models

666E56
RGB10211086
HSL80°12.24%38.43%
HSB/HSV80°21.82%43.14%
CMYK7.27%0.00%21.82%
56.86%

Color #666E56 in popluar number systems.

HEX666E56
Decimal10211086
Binary110011011011101010110
Octal146156126

Shades and tints

Shades of #666E56

#666E56
(102,110,86)
#5D644F
(93,100,79)
#545A48
(84,90,72)
#4B5041
(75,80,65)
#42463A
(66,70,58)
#393C33
(57,60,51)
#30322C
(48,50,44)
#272825
(39,40,37)
#1E1E1E
(30,30,30)
#151417
(21,20,23)
#0C0A10
(12,10,16)
#000000
(0,0,0)

Tints of #666E56

#666E56
(102,110,86)
#737B65
(115,123,101)
#808874
(128,136,116)
#8D9583
(141,149,131)
#9AA292
(154,162,146)
#A7AFA1
(167,175,161)
#B4BCB0
(180,188,176)
#C1C9BF
(193,201,191)
#CED6CE
(206,214,206)
#DBE3DD
(219,227,221)
#E8F0EC
(232,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #666E56; }

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

This text font color is #666E56.


Background Color

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

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

This div background color is #666E56.


Border color

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

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

This div border color is #666E56.


Opacity

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

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

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

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

This text has shadow with #666E56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #666E56 on black background.


Color preview on white background

This text has color #666E56 on white background.



Black color preview on #666E56 background

This text has black color on #666E56 background.


White color preview on #666E56 background

This text has white color on #666E56 background.