COLOR #666F7F

HEX: #666F7F RGB: (102,111,127)

Color info

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

RGB color model

#666F7F color RGB value is (102,111,127).

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

RGB channels and saturation

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

102
111
127

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

Portions of RGB colors in percentages

R + G + B = 102 + 111 + 127 = 340 (100%)
R 102 of 340 ~ 30%
G 111 of 340 ~ 32.65%
B 127 of 340 ~ 37.35'%

%30
%32.65
%37.35

CMYK color model

#666F7F color CMYK value is (20,13,0,50).

  • cyan value is 19.69%
  • magenta value is 12.60%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK: (20,13,0,50) C20M13Y0K50 (20%,13%,0%,50%) (0.20/0.13/0.00/0.50) 

CMYK percentages

%19.69
%12.6
%0
%50.2

Codes

Color #666F7F in popluar color models

66 6F 7F
RGB 102 111 127
HSL 218° 10.92% 44.90%
HSB/HSV 218° 19.69% 49.80%
CMYK 19.69% 12.60% 0.00%
50.20%

Color #666F7F in popluar number systems.

HEX 66 6F 7F
Decimal 102 111 127
Binary 1100110 1101111 1111111
Octal 146 157 177

Shades and tints

Shades of #666F7F

#666F7F
(102,111,127)
#5D6574
(93,101,116)
#545B69
(84,91,105)
#4B515E
(75,81,94)
#424753
(66,71,83)
#393D48
(57,61,72)
#30333D
(48,51,61)
#272932
(39,41,50)
#1E1F27
(30,31,39)
#15151C
(21,21,28)
#0C0B11
(12,11,17)
#000000
(0,0,0)

Tints of #666F7F

#666F7F
(102,111,127)
#737C8A
(115,124,138)
#808995
(128,137,149)
#8D96A0
(141,150,160)
#9AA3AB
(154,163,171)
#A7B0B6
(167,176,182)
#B4BDC1
(180,189,193)
#C1CACC
(193,202,204)
#CED7D7
(206,215,215)
#DBE4E2
(219,228,226)
#E8F1ED
(232,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #666F7F color. Also use rgb(102,111,127) instead hex code.

Text Font Color

.myTextColor { color: #666F7F; }

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

This text font color is #666F7F.

Background Color

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

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

This div background color is #666F7F.

Border color

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

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

This div border color is #666F7F.

Opacity

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

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

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

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

This text has shadow with #666F7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #666F7F.

Preview

Color preview on black background

This text has color #666F7F on black background.


Color preview on white background

This text has color #666F7F on white background.


Black color preview on #666F7F background

This text has black color on #666F7F background.


White color preview on #666F7F background

This text has white color on #666F7F background.


Related colors

Complementary color

Complementary color for #hex is #999080.


I love getcolorcode.com

Triadic colors

1 #7F666F and #6F7F66 with #666F7F are triadic colors.

2 #7F6F66 and #6F667F with #666F7F are triadic colors.