COLOR #66706B

HEX: #66706B
RGB: (102,112,107)

Color info

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

RGB color model

#66706B color RGB value is (102,112,107).

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

RGB channels and saturation

R 102 of 255 = 40%
G 112 of 255 = 44%
B 107 of 255 = 42%

102
112
107

R + G + B ~ 42%. #66706B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 112 + 107 = 321 (100%)
R 102 of 321 ~ 31.78%
G 112 of 321 ~ 34.89%
B 107 of 321 ~ 33.33%

%31.78
%34.89
%33.33

CMYK color model

#66706B color CMYK value is (9,0,4,56).

  • cyan value is 8.93%
  • magenta value is 0.00%
  • yellow value is 4.46%
  • key color value is 56.08%
CMYK:
(9,0,4,56)
C9M0Y4K56 
(9%,0%,4%,56%)
(0.09/0.00/0.04/0.56)	

CMYK percentages

%8.93
%0
%4.46
%56.08

Codes

Color #66706B in popluar color models

66706B
RGB102112107
HSL150°4.67%41.96%
HSB/HSV150°8.93%43.92%
CMYK8.93%0.00%4.46%
56.08%

Color #66706B in popluar number systems.

HEX66706B
Decimal102112107
Binary110011011100001101011
Octal146160153

Shades and tints

Shades of #66706B

#66706B
(102,112,107)
#5D6662
(93,102,98)
#545C59
(84,92,89)
#4B5250
(75,82,80)
#424847
(66,72,71)
#393E3E
(57,62,62)
#303435
(48,52,53)
#272A2C
(39,42,44)
#1E2023
(30,32,35)
#15161A
(21,22,26)
#0C0C11
(12,12,17)
#000000
(0,0,0)

Tints of #66706B

#66706B
(102,112,107)
#737D78
(115,125,120)
#808A85
(128,138,133)
#8D9792
(141,151,146)
#9AA49F
(154,164,159)
#A7B1AC
(167,177,172)
#B4BEB9
(180,190,185)
#C1CBC6
(193,203,198)
#CED8D3
(206,216,211)
#DBE5E0
(219,229,224)
#E8F2ED
(232,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66706B color. Also use rgb(102,112,107) instead hex code.

Text Font Color

.myTextColor { color: #66706B; }

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

This text font color is #66706B.


Background Color

.myBgColor { background-color: #66706B; }

<div style="background-color:#66706B">Inner text</div>

This div background color is #66706B.


Border color

.myBorderColor { border: 1px solid #66706B; }

<div style="border:3px solid #66706B">Div</div>

This div border color is #66706B.


Opacity

.myOpacity80 { color: #66706B; opacity: 0.8; }

<p style="color:#66706B;opacity:0.8;">80%</p>

Text with #66706B 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 #66706B;}

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

This text has shadow with #66706B color.

.textShadow {text-shadow: 3px 3px 1px #66706B, 3px 3px 1px red;}

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

This text has shadow with #66706B primary color and red secondary color.


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

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

This text has shadow with #66706B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66706B on black background.


Color preview on white background

This text has color #66706B on white background.



Black color preview on #66706B background

This text has black color on #66706B background.


White color preview on #66706B background

This text has white color on #66706B background.