COLOR #666470

HEX: #666470
RGB: (102,100,112)

Color info

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

RGB color model

#666470 color RGB value is (102,100,112).

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

RGB channels and saturation

R 102 of 255 = 40%
G 100 of 255 = 39%
B 112 of 255 = 44%

102
100
112

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

Portions of RGB colors in percentages

R + G + B =
102 + 100 + 112 = 314 (100%)
R 102 of 314 ~ 32.48%
G 100 of 314 ~ 31.85%
B 112 of 314 ~ 35.67%

%32.48
%31.85
%35.67

CMYK color model

#666470 color CMYK value is (9,11,0,56).

  • cyan value is 8.93%
  • magenta value is 10.71%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(9,11,0,56)
C9M11Y0K56 
(9%,11%,0%,56%)
(0.09/0.11/0.00/0.56)	

CMYK percentages

%8.93
%10.71
%0
%56.08

Codes

Color #666470 in popluar color models

666470
RGB102100112
HSL250°5.66%41.57%
HSB/HSV250°10.71%43.92%
CMYK8.93%10.71%0.00%
56.08%

Color #666470 in popluar number systems.

HEX666470
Decimal102100112
Binary110011011001001110000
Octal146144160

Shades and tints

Shades of #666470

#666470
(102,100,112)
#5D5B66
(93,91,102)
#54525C
(84,82,92)
#4B4952
(75,73,82)
#424048
(66,64,72)
#39373E
(57,55,62)
#302E34
(48,46,52)
#27252A
(39,37,42)
#1E1C20
(30,28,32)
#151316
(21,19,22)
#0C0A0C
(12,10,12)
#000000
(0,0,0)

Tints of #666470

#666470
(102,100,112)
#73727D
(115,114,125)
#80808A
(128,128,138)
#8D8E97
(141,142,151)
#9A9CA4
(154,156,164)
#A7AAB1
(167,170,177)
#B4B8BE
(180,184,190)
#C1C6CB
(193,198,203)
#CED4D8
(206,212,216)
#DBE2E5
(219,226,229)
#E8F0F2
(232,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #666470; }

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

This text font color is #666470.


Background Color

.myBgColor { background-color: #666470; }

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

This div background color is #666470.


Border color

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

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

This div border color is #666470.


Opacity

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

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

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

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

This text has shadow with #666470 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #666470 on black background.


Color preview on white background

This text has color #666470 on white background.



Black color preview on #666470 background

This text has black color on #666470 background.


White color preview on #666470 background

This text has white color on #666470 background.