COLOR #666D7F

HEX: #666D7F RGB: (102,109,127)

Color info

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

RGB color model

#666D7F color RGB value is (102,109,127).

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

RGB channels and saturation

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

102
109
127

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

Portions of RGB colors in percentages

R + G + B = 102 + 109 + 127 = 338 (100%)
R 102 of 338 ~ 30.18%
G 109 of 338 ~ 32.25%
B 127 of 338 ~ 37.57'%

%30.18
%32.25
%37.57

CMYK color model

#666D7F color CMYK value is (20,14,0,50).

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

CMYK: (20,14,0,50)
C20M14Y0K50 (20%, 14%, 0%, 50%)
(0.20 / 0.14 / 0.00 / 0.50)

CMYK percentages

%19.69
%14.17
%0
%50.2

Codes

Color #666D7F in popluar color models

66 6D 7F
RGB 102 109 127
HSL 223° 10.92% 44.90%
HSB/HSV 223° 19.69% 49.80%
CMYK 19.69% 14.17% 0.00%
50.20%

Color #666D7F in popluar number systems.

HEX 66 6D 7F
Decimal 102 109 127
Binary 1100110 1101101 1111111
Octal 146 155 177

Shades and tints

Shades of #666D7F

#666D7F
(102,109,127)
#5D6474
(93,100,116)
#545B69
(84,91,105)
#4B525E
(75,82,94)
#424953
(66,73,83)
#394048
(57,64,72)
#30373D
(48,55,61)
#272E32
(39,46,50)
#1E2527
(30,37,39)
#151C1C
(21,28,28)
#0C1311
(12,19,17)
#000000
(0,0,0)

Tints of #666D7F

#666D7F
(102,109,127)
#737A8A
(115,122,138)
#808795
(128,135,149)
#8D94A0
(141,148,160)
#9AA1AB
(154,161,171)
#A7AEB6
(167,174,182)
#B4BBC1
(180,187,193)
#C1C8CC
(193,200,204)
#CED5D7
(206,213,215)
#DBE2E2
(219,226,226)
#E8EFED
(232,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #666D7F; }

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

This text font color is #666D7F.

Background Color

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

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

This div background color is #666D7F.

Border color

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

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

This div border color is #666D7F.

Opacity

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

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

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

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

This text has shadow with #666D7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #666D7F.

Preview

Color preview on black background

This text has color #666D7F on black background.


Color preview on white background

This text has color #666D7F on white background.


Black color preview on #666D7F background

This text has black color on #666D7F background.


White color preview on #666D7F background

This text has white color on #666D7F background.


Related colors

Complementary color

Complementary color for #hex is #999280.


I love getcolorcode.com

Triadic colors

1 #7F666D and #6D7F66 with #666D7F are triadic colors.

2 #7F6D66 and #6D667F with #666D7F are triadic colors.