COLOR #666B5E

HEX: #666B5E
RGB: (102,107,94)

Color info

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

RGB color model

#666B5E color RGB value is (102,107,94).

  • red value is 102;
  • green value is 107;
  • blue value is 94.
RGB:
(102,107,94)
(40%,42%,37%)

RGB channels and saturation

R 102 of 255 = 40%
G 107 of 255 = 42%
B 94 of 255 = 37%

102
107
94

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

Portions of RGB colors in percentages

R + G + B =
102 + 107 + 94 = 303 (100%)
R 102 of 303 ~ 33.66%
G 107 of 303 ~ 35.31%
B 94 of 303 ~ 31.02%

%33.66
%35.31
%31.02

CMYK color model

#666B5E color CMYK value is (5,0,12,58).

  • cyan value is 4.67%
  • magenta value is 0.00%
  • yellow value is 12.15%
  • key color value is 58.04%
CMYK:
(5,0,12,58)
C5M0Y12K58 
(5%,0%,12%,58%)
(0.05/0.00/0.12/0.58)	

CMYK percentages

%4.67
%0
%12.15
%58.04

Codes

Color #666B5E in popluar color models

666B5E
RGB10210794
HSL83°6.47%39.41%
HSB/HSV83°12.15%41.96%
CMYK4.67%0.00%12.15%
58.04%

Color #666B5E in popluar number systems.

HEX666B5E
Decimal10210794
Binary110011011010111011110
Octal146153136

Shades and tints

Shades of #666B5E

#666B5E
(102,107,94)
#5D6256
(93,98,86)
#54594E
(84,89,78)
#4B5046
(75,80,70)
#42473E
(66,71,62)
#393E36
(57,62,54)
#30352E
(48,53,46)
#272C26
(39,44,38)
#1E231E
(30,35,30)
#151A16
(21,26,22)
#0C110E
(12,17,14)
#000000
(0,0,0)

Tints of #666B5E

#666B5E
(102,107,94)
#73786C
(115,120,108)
#80857A
(128,133,122)
#8D9288
(141,146,136)
#9A9F96
(154,159,150)
#A7ACA4
(167,172,164)
#B4B9B2
(180,185,178)
#C1C6C0
(193,198,192)
#CED3CE
(206,211,206)
#DBE0DC
(219,224,220)
#E8EDEA
(232,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #666B5E color. Also use rgb(102,107,94) instead hex code.

Text Font Color

.myTextColor { color: #666B5E; }

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

This text font color is #666B5E.


Background Color

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

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

This div background color is #666B5E.


Border color

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

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

This div border color is #666B5E.


Opacity

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

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

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

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

This text has shadow with #666B5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #666B5E on black background.


Color preview on white background

This text has color #666B5E on white background.



Black color preview on #666B5E background

This text has black color on #666B5E background.


White color preview on #666B5E background

This text has white color on #666B5E background.