COLOR #66706D

HEX: #66706D RGB: (102,112,109)

Color info

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

RGB color model

#66706D color RGB value is (102,112,109).

RGB: (102,112,109) (40%, 44%, 43%)

RGB channels and saturation

R 102 of 255 = 40%
G 112 of 255 = 44%
B 109 of 255 = 43%

102
112
109

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

Portions of RGB colors in percentages

R + G + B = 102 + 112 + 109 = 323 (100%)
R 102 of 323 ~ 31.58%
G 112 of 323 ~ 34.67%
B 109 of 323 ~ 33.75'%

%31.58
%34.67
%33.75

CMYK color model

#66706D color CMYK value is (9,0,3,56).

  • cyan value is 8.93%
  • magenta value is 0.00%
  • yellow value is 2.68%
  • key color value is 56.08%

CMYK: (9,0,3,56)
C9M0Y3K56 (9%, 0%, 3%, 56%)
(0.09 / 0.00 / 0.03 / 0.56)

CMYK percentages

%8.93
%0
%2.68
%56.08

Codes

Color #66706D in popluar color models

66 70 6D
RGB 102 112 109
HSL 162° 4.67% 41.96%
HSB/HSV 162° 8.93% 43.92%
CMYK 8.93% 0.00% 2.68%
56.08%

Color #66706D in popluar number systems.

HEX 66 70 6D
Decimal 102 112 109
Binary 1100110 1110000 1101101
Octal 146 160 155

Shades and tints

Shades of #66706D

#66706D
(102,112,109)
#5D6664
(93,102,100)
#545C5B
(84,92,91)
#4B5252
(75,82,82)
#424849
(66,72,73)
#393E40
(57,62,64)
#303437
(48,52,55)
#272A2E
(39,42,46)
#1E2025
(30,32,37)
#15161C
(21,22,28)
#0C0C13
(12,12,19)
#000000
(0,0,0)

Tints of #66706D

#66706D
(102,112,109)
#737D7A
(115,125,122)
#808A87
(128,138,135)
#8D9794
(141,151,148)
#9AA4A1
(154,164,161)
#A7B1AE
(167,177,174)
#B4BEBB
(180,190,187)
#C1CBC8
(193,203,200)
#CED8D5
(206,216,213)
#DBE5E2
(219,229,226)
#E8F2EF
(232,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66706D; }

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

This text font color is #66706D.

Background Color

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

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

This div background color is #66706D.

Border color

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

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

This div border color is #66706D.

Opacity

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

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

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

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

This text has shadow with #66706D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66706D.

Preview

Color preview on black background

This text has color #66706D on black background.


Color preview on white background

This text has color #66706D on white background.


Black color preview on #66706D background

This text has black color on #66706D background.


White color preview on #66706D background

This text has white color on #66706D background.


Related colors

Complementary color

Complementary color for #hex is #998F92.


I love getcolorcode.com

Triadic colors

1 #6D6670 and #706D66 with #66706D are triadic colors.

2 #6D7066 and #70666D with #66706D are triadic colors.