COLOR #666B5B

HEX: #666B5B
RGB: (102,107,91)

Color info

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

RGB color model

#666B5B color RGB value is (102,107,91).

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

RGB channels and saturation

R 102 of 255 = 40%
G 107 of 255 = 42%
B 91 of 255 = 36%

102
107
91

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

Portions of RGB colors in percentages

R + G + B =
102 + 107 + 91 = 300 (100%)
R 102 of 300 ~ 34%
G 107 of 300 ~ 35.67%
B 91 of 300 ~ 30.33%

%34
%35.67
%30.33

CMYK color model

#666B5B color CMYK value is (5,0,15,58).

  • cyan value is 4.67%
  • magenta value is 0.00%
  • yellow value is 14.95%
  • key color value is 58.04%
CMYK: (5,0,15,58) C5M0Y15K58 (5%,0%,15%,58%) (0.05/0.00/0.15/0.58)

CMYK percentages

%4.67
%0
%14.95
%58.04

Codes

Color #666B5B in popluar color models

666B5B
RGB10210791
HSL79°8.08%38.82%
HSB/HSV79°14.95%41.96%
CMYK4.67%0.00%14.95%
58.04%

Color #666B5B in popluar number systems.

HEX666B5B
Decimal10210791
Binary110011011010111011011
Octal146153133

Shades and tints

Shades of #666B5B

#666B5B
(102,107,91)
#5D6253
(93,98,83)
#54594B
(84,89,75)
#4B5043
(75,80,67)
#42473B
(66,71,59)
#393E33
(57,62,51)
#30352B
(48,53,43)
#272C23
(39,44,35)
#1E231B
(30,35,27)
#151A13
(21,26,19)
#0C110B
(12,17,11)
#000000
(0,0,0)

Tints of #666B5B

#666B5B
(102,107,91)
#737869
(115,120,105)
#808577
(128,133,119)
#8D9285
(141,146,133)
#9A9F93
(154,159,147)
#A7ACA1
(167,172,161)
#B4B9AF
(180,185,175)
#C1C6BD
(193,198,189)
#CED3CB
(206,211,203)
#DBE0D9
(219,224,217)
#E8EDE7
(232,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #666B5B; }

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

This text font color is #666B5B.


Background Color

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

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

This div background color is #666B5B.


Border color

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

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

This div border color is #666B5B.


Opacity

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

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

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

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

This text has shadow with #666B5B color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #666B5B on black background.


Color preview on white background

This text has color #666B5B on white background.



Black color preview on #666B5B background

This text has black color on #666B5B background.


White color preview on #666B5B background

This text has white color on #666B5B background.