COLOR #66706A

HEX: #66706A RGB: (102,112,106)

Color info

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

RGB color model

#66706A color RGB value is (102,112,106).

RGB: (102,112,106) (40%, 44%, 42%)

RGB channels and saturation

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

102
112
106

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

Portions of RGB colors in percentages

R + G + B = 102 + 112 + 106 = 320 (100%)
R 102 of 320 ~ 31.88%
G 112 of 320 ~ 35%
B 106 of 320 ~ 33.13'%

%31.88
%35
%33.13

CMYK color model

#66706A color CMYK value is (9,0,5,56).

  • cyan value is 8.93%
  • magenta value is 0.00%
  • yellow value is 5.36%
  • key color value is 56.08%
CMYK: (9,0,5,56) C9M0Y5K56 (9%,0%,5%,56%) (0.09/0.00/0.05/0.56) 

CMYK percentages

%8.93
%0
%5.36
%56.08

Codes

Color #66706A in popluar color models

66 70 6A
RGB 102 112 106
HSL 144° 4.67% 41.96%
HSB/HSV 144° 8.93% 43.92%
CMYK 8.93% 0.00% 5.36%
56.08%

Color #66706A in popluar number systems.

HEX 66 70 6A
Decimal 102 112 106
Binary 1100110 1110000 1101010
Octal 146 160 152

Shades and tints

Shades of #66706A

#66706A
(102,112,106)
#5D6661
(93,102,97)
#545C58
(84,92,88)
#4B524F
(75,82,79)
#424846
(66,72,70)
#393E3D
(57,62,61)
#303434
(48,52,52)
#272A2B
(39,42,43)
#1E2022
(30,32,34)
#151619
(21,22,25)
#0C0C10
(12,12,16)
#000000
(0,0,0)

Tints of #66706A

#66706A
(102,112,106)
#737D77
(115,125,119)
#808A84
(128,138,132)
#8D9791
(141,151,145)
#9AA49E
(154,164,158)
#A7B1AB
(167,177,171)
#B4BEB8
(180,190,184)
#C1CBC5
(193,203,197)
#CED8D2
(206,216,210)
#DBE5DF
(219,229,223)
#E8F2EC
(232,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66706A; }

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

This text font color is #66706A.

Background Color

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

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

This div background color is #66706A.

Border color

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

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

This div border color is #66706A.

Opacity

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

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

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

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

This text has shadow with #66706A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66706A.

Preview

Color preview on black background

This text has color #66706A on black background.


Color preview on white background

This text has color #66706A on white background.


Black color preview on #66706A background

This text has black color on #66706A background.


White color preview on #66706A background

This text has white color on #66706A background.


Related colors

Complementary color

Complementary color for #hex is #998F95.


I love getcolorcode.com

Triadic colors

1 #6A6670 and #706A66 with #66706A are triadic colors.

2 #6A7066 and #70666A with #66706A are triadic colors.