COLOR #66707F

HEX: #66707F RGB: (102,112,127)

Color info

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

RGB color model

#66707F color RGB value is (102,112,127).

RGB: (102,112,127) (40%, 44%, 50%)

RGB channels and saturation

R 102 of 255 = 40%
G 112 of 255 = 44%
B 127 of 255 = 50%

102
112
127

R + G + B ~ 45%. #66707F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 102 + 112 + 127 = 341 (100%)
R 102 of 341 ~ 29.91%
G 112 of 341 ~ 32.84%
B 127 of 341 ~ 37.24'%

%29.91
%32.84
%37.24

CMYK color model

#66707F color CMYK value is (20,12,0,50).

  • cyan value is 19.69%
  • magenta value is 11.81%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (20,12,0,50)
C20M12Y0K50 (20%, 12%, 0%, 50%)
(0.20 / 0.12 / 0.00 / 0.50)

CMYK percentages

%19.69
%11.81
%0
%50.2

Codes

Color #66707F in popluar color models

66 70 7F
RGB 102 112 127
HSL 216° 10.92% 44.90%
HSB/HSV 216° 19.69% 49.80%
CMYK 19.69% 11.81% 0.00%
50.20%

Color #66707F in popluar number systems.

HEX 66 70 7F
Decimal 102 112 127
Binary 1100110 1110000 1111111
Octal 146 160 177

Shades and tints

Shades of #66707F

#66707F
(102,112,127)
#5D6674
(93,102,116)
#545C69
(84,92,105)
#4B525E
(75,82,94)
#424853
(66,72,83)
#393E48
(57,62,72)
#30343D
(48,52,61)
#272A32
(39,42,50)
#1E2027
(30,32,39)
#15161C
(21,22,28)
#0C0C11
(12,12,17)
#000000
(0,0,0)

Tints of #66707F

#66707F
(102,112,127)
#737D8A
(115,125,138)
#808A95
(128,138,149)
#8D97A0
(141,151,160)
#9AA4AB
(154,164,171)
#A7B1B6
(167,177,182)
#B4BEC1
(180,190,193)
#C1CBCC
(193,203,204)
#CED8D7
(206,216,215)
#DBE5E2
(219,229,226)
#E8F2ED
(232,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66707F color. Also use rgb(102,112,127) instead hex code.

Text Font Color

.myTextColor { color: #66707F; }

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

This text font color is #66707F.

Background Color

.myBgColor { background-color: #66707F; }

<div style="background-color:#66707F">Inner text</div>

This div background color is #66707F.

Border color

.myBorderColor { border: 1px solid #66707F; }

<div style="border:3px solid #66707F">Div</div>

This div border color is #66707F.

Opacity

.myOpacity80 { color: #66707F; opacity: 0.8; }

<p style="color:#66707F;opacity:0.8;">80%</p>

Text with #66707F 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 #66707F;}

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

This text has shadow with #66707F color.


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

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

This text has shadow with #66707F primary color and red secondary color.


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

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

This text has shadow with #66707F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #66707F.

Preview

Color preview on black background

This text has color #66707F on black background.


Color preview on white background

This text has color #66707F on white background.


Black color preview on #66707F background

This text has black color on #66707F background.


White color preview on #66707F background

This text has white color on #66707F background.


Related colors

Complementary color

Complementary color for #hex is #998F80.


I love getcolorcode.com

Triadic colors

1 #7F6670 and #707F66 with #66707F are triadic colors.

2 #7F7066 and #70667F with #66707F are triadic colors.