COLOR #666E5F

HEX: #666E5F
RGB: (102,110,95)

Color info

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

RGB color model

#666E5F color RGB value is (102,110,95).

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

RGB channels and saturation

R 102 of 255 = 40%
G 110 of 255 = 43%
B 95 of 255 = 37%

102
110
95

R + G + B ~ 40%. #666E5F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 110 + 95 = 307 (100%)
R 102 of 307 ~ 33.22%
G 110 of 307 ~ 35.83%
B 95 of 307 ~ 30.94%

%33.22
%35.83
%30.94

CMYK color model

#666E5F color CMYK value is (7,0,14,57).

  • cyan value is 7.27%
  • magenta value is 0.00%
  • yellow value is 13.64%
  • key color value is 56.86%
CMYK:
(7,0,14,57)
C7M0Y14K57 
(7%,0%,14%,57%)
(0.07/0.00/0.14/0.57)	

CMYK percentages

%7.27
%0
%13.64
%56.86

Codes

Color #666E5F in popluar color models

666E5F
RGB10211095
HSL92°7.32%40.20%
HSB/HSV92°13.64%43.14%
CMYK7.27%0.00%13.64%
56.86%

Color #666E5F in popluar number systems.

HEX666E5F
Decimal10211095
Binary110011011011101011111
Octal146156137

Shades and tints

Shades of #666E5F

#666E5F
(102,110,95)
#5D6457
(93,100,87)
#545A4F
(84,90,79)
#4B5047
(75,80,71)
#42463F
(66,70,63)
#393C37
(57,60,55)
#30322F
(48,50,47)
#272827
(39,40,39)
#1E1E1F
(30,30,31)
#151417
(21,20,23)
#0C0A0F
(12,10,15)
#000000
(0,0,0)

Tints of #666E5F

#666E5F
(102,110,95)
#737B6D
(115,123,109)
#80887B
(128,136,123)
#8D9589
(141,149,137)
#9AA297
(154,162,151)
#A7AFA5
(167,175,165)
#B4BCB3
(180,188,179)
#C1C9C1
(193,201,193)
#CED6CF
(206,214,207)
#DBE3DD
(219,227,221)
#E8F0EB
(232,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #666E5F; }

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

This text font color is #666E5F.


Background Color

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

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

This div background color is #666E5F.


Border color

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

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

This div border color is #666E5F.


Opacity

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

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

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

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

This text has shadow with #666E5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #666E5F on black background.


Color preview on white background

This text has color #666E5F on white background.



Black color preview on #666E5F background

This text has black color on #666E5F background.


White color preview on #666E5F background

This text has white color on #666E5F background.