COLOR #666475

HEX: #666475 RGB: (102,100,117)

Color info

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

RGB color model

#666475 color RGB value is (102,100,117).

RGB: (102,100,117) (40%, 39%, 46%)

RGB channels and saturation

R 102 of 255 = 40%
G 100 of 255 = 39%
B 117 of 255 = 46%

102
100
117

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

Portions of RGB colors in percentages

R + G + B = 102 + 100 + 117 = 319 (100%)
R 102 of 319 ~ 31.97%
G 100 of 319 ~ 31.35%
B 117 of 319 ~ 36.68'%

%31.97
%31.35
%36.68

CMYK color model

#666475 color CMYK value is (13,15,0,54).

  • cyan value is 12.82%
  • magenta value is 14.53%
  • yellow value is 0.00%
  • key color value is 54.12%

CMYK: (13,15,0,54)
C13M15Y0K54 (13%, 15%, 0%, 54%)
(0.13 / 0.15 / 0.00 / 0.54)

CMYK percentages

%12.82
%14.53
%0
%54.12

Codes

Color #666475 in popluar color models

66 64 75
RGB 102 100 117
HSL 247° 7.83% 42.55%
HSB/HSV 247° 14.53% 45.88%
CMYK 12.82% 14.53% 0.00%
54.12%

Color #666475 in popluar number systems.

HEX 66 64 75
Decimal 102 100 117
Binary 1100110 1100100 1110101
Octal 146 144 165

Shades and tints

Shades of #666475

#666475
(102,100,117)
#5D5B6B
(93,91,107)
#545261
(84,82,97)
#4B4957
(75,73,87)
#42404D
(66,64,77)
#393743
(57,55,67)
#302E39
(48,46,57)
#27252F
(39,37,47)
#1E1C25
(30,28,37)
#15131B
(21,19,27)
#0C0A11
(12,10,17)
#000000
(0,0,0)

Tints of #666475

#666475
(102,100,117)
#737281
(115,114,129)
#80808D
(128,128,141)
#8D8E99
(141,142,153)
#9A9CA5
(154,156,165)
#A7AAB1
(167,170,177)
#B4B8BD
(180,184,189)
#C1C6C9
(193,198,201)
#CED4D5
(206,212,213)
#DBE2E1
(219,226,225)
#E8F0ED
(232,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #666475 color. Also use rgb(102,100,117) instead hex code.

Text Font Color

.myTextColor { color: #666475; }

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

This text font color is #666475.

Background Color

.myBgColor { background-color: #666475; }

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

This div background color is #666475.

Border color

.myBorderColor { border: 1px solid #666475; }

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

This div border color is #666475.

Opacity

.myOpacity80 { color: #666475; opacity: 0.8; }

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

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

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

This text has shadow with #666475 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #666475.

Preview

Color preview on black background

This text has color #666475 on black background.


Color preview on white background

This text has color #666475 on white background.


Black color preview on #666475 background

This text has black color on #666475 background.


White color preview on #666475 background

This text has white color on #666475 background.


Related colors

Complementary color

Complementary color for #hex is #999B8A.


I love getcolorcode.com

Triadic colors

1 #756664 and #647566 with #666475 are triadic colors.

2 #756466 and #646675 with #666475 are triadic colors.