COLOR #666E7F

HEX: #666E7F RGB: (102,110,127)

Color info

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

RGB color model

#666E7F color RGB value is (102,110,127).

RGB: (102,110,127) (40%, 43%, 50%)

RGB channels and saturation

R 102 of 255 = 40%
G 110 of 255 = 43%
B 127 of 255 = 50%

102
110
127

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

Portions of RGB colors in percentages

R + G + B = 102 + 110 + 127 = 339 (100%)
R 102 of 339 ~ 30.09%
G 110 of 339 ~ 32.45%
B 127 of 339 ~ 37.46'%

%30.09
%32.45
%37.46

CMYK color model

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

  • cyan value is 19.69%
  • magenta value is 13.39%
  • 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
%13.39
%0
%50.2

Codes

Color #666E7F in popluar color models

66 6E 7F
RGB 102 110 127
HSL 221° 10.92% 44.90%
HSB/HSV 221° 19.69% 49.80%
CMYK 19.69% 13.39% 0.00%
50.20%

Color #666E7F in popluar number systems.

HEX 66 6E 7F
Decimal 102 110 127
Binary 1100110 1101110 1111111
Octal 146 156 177

Shades and tints

Shades of #666E7F

#666E7F
(102,110,127)
#5D6474
(93,100,116)
#545A69
(84,90,105)
#4B505E
(75,80,94)
#424653
(66,70,83)
#393C48
(57,60,72)
#30323D
(48,50,61)
#272832
(39,40,50)
#1E1E27
(30,30,39)
#15141C
(21,20,28)
#0C0A11
(12,10,17)
#000000
(0,0,0)

Tints of #666E7F

#666E7F
(102,110,127)
#737B8A
(115,123,138)
#808895
(128,136,149)
#8D95A0
(141,149,160)
#9AA2AB
(154,162,171)
#A7AFB6
(167,175,182)
#B4BCC1
(180,188,193)
#C1C9CC
(193,201,204)
#CED6D7
(206,214,215)
#DBE3E2
(219,227,226)
#E8F0ED
(232,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #666E7F; }

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

This text font color is #666E7F.

Background Color

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

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

This div background color is #666E7F.

Border color

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

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

This div border color is #666E7F.

Opacity

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

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

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

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

This text has shadow with #666E7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #666E7F.

Preview

Color preview on black background

This text has color #666E7F on black background.


Color preview on white background

This text has color #666E7F on white background.


Black color preview on #666E7F background

This text has black color on #666E7F background.


White color preview on #666E7F background

This text has white color on #666E7F background.


Related colors

Complementary color

Complementary color for #hex is #999180.


I love getcolorcode.com

Triadic colors

1 #7F666E and #6E7F66 with #666E7F are triadic colors.

2 #7F6E66 and #6E667F with #666E7F are triadic colors.