COLOR #666476

HEX: #666476
RGB: (102,100,118)

Color info

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

RGB color model

#666476 color RGB value is (102,100,118).

  • red value is 102;
  • green value is 100;
  • blue value is 118.
RGB:
(102,100,118)
(40%,39%,46%)

RGB channels and saturation

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

102
100
118

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

Portions of RGB colors in percentages

R + G + B =
102 + 100 + 118 = 320 (100%)
R 102 of 320 ~ 31.88%
G 100 of 320 ~ 31.25%
B 118 of 320 ~ 36.88%

%31.88
%31.25
%36.88

CMYK color model

#666476 color CMYK value is (14,15,0,54).

  • cyan value is 13.56%
  • magenta value is 15.25%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(14,15,0,54)
C14M15Y0K54 
(14%,15%,0%,54%)
(0.14/0.15/0.00/0.54)	

CMYK percentages

%13.56
%15.25
%0
%53.73

Codes

Color #666476 in popluar color models

666476
RGB102100118
HSL247°8.26%42.75%
HSB/HSV247°15.25%46.27%
CMYK13.56%15.25%0.00%
53.73%

Color #666476 in popluar number systems.

HEX666476
Decimal102100118
Binary110011011001001110110
Octal146144166

Shades and tints

Shades of #666476

#666476
(102,100,118)
#5D5B6C
(93,91,108)
#545262
(84,82,98)
#4B4958
(75,73,88)
#42404E
(66,64,78)
#393744
(57,55,68)
#302E3A
(48,46,58)
#272530
(39,37,48)
#1E1C26
(30,28,38)
#15131C
(21,19,28)
#0C0A12
(12,10,18)
#000000
(0,0,0)

Tints of #666476

#666476
(102,100,118)
#737282
(115,114,130)
#80808E
(128,128,142)
#8D8E9A
(141,142,154)
#9A9CA6
(154,156,166)
#A7AAB2
(167,170,178)
#B4B8BE
(180,184,190)
#C1C6CA
(193,198,202)
#CED4D6
(206,212,214)
#DBE2E2
(219,226,226)
#E8F0EE
(232,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #666476; }

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

This text font color is #666476.


Background Color

.myBgColor { background-color: #666476; }

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

This div background color is #666476.


Border color

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

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

This div border color is #666476.


Opacity

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

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

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

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

This text has shadow with #666476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #666476 on black background.


Color preview on white background

This text has color #666476 on white background.



Black color preview on #666476 background

This text has black color on #666476 background.


White color preview on #666476 background

This text has white color on #666476 background.