COLOR #666468

HEX: #666468
RGB: (102,100,104)

Color info

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

RGB color model

#666468 color RGB value is (102,100,104).

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

RGB channels and saturation

R 102 of 255 = 40%
G 100 of 255 = 39%
B 104 of 255 = 41%

102
100
104

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

Portions of RGB colors in percentages

R + G + B =
102 + 100 + 104 = 306 (100%)
R 102 of 306 ~ 33.33%
G 100 of 306 ~ 32.68%
B 104 of 306 ~ 33.99%

%33.33
%32.68
%33.99

CMYK color model

#666468 color CMYK value is (2,4,0,59).

  • cyan value is 1.92%
  • magenta value is 3.85%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(2,4,0,59)
C2M4Y0K59 
(2%,4%,0%,59%)
(0.02/0.04/0.00/0.59)	

CMYK percentages

%1.92
%3.85
%0
%59.22

Codes

Color #666468 in popluar color models

666468
RGB102100104
HSL270°1.96%40.00%
HSB/HSV270°3.85%40.78%
CMYK1.92%3.85%0.00%
59.22%

Color #666468 in popluar number systems.

HEX666468
Decimal102100104
Binary110011011001001101000
Octal146144150

Shades and tints

Shades of #666468

#666468
(102,100,104)
#5D5B5F
(93,91,95)
#545256
(84,82,86)
#4B494D
(75,73,77)
#424044
(66,64,68)
#39373B
(57,55,59)
#302E32
(48,46,50)
#272529
(39,37,41)
#1E1C20
(30,28,32)
#151317
(21,19,23)
#0C0A0E
(12,10,14)
#000000
(0,0,0)

Tints of #666468

#666468
(102,100,104)
#737275
(115,114,117)
#808082
(128,128,130)
#8D8E8F
(141,142,143)
#9A9C9C
(154,156,156)
#A7AAA9
(167,170,169)
#B4B8B6
(180,184,182)
#C1C6C3
(193,198,195)
#CED4D0
(206,212,208)
#DBE2DD
(219,226,221)
#E8F0EA
(232,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #666468; }

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

This text font color is #666468.


Background Color

.myBgColor { background-color: #666468; }

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

This div background color is #666468.


Border color

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

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

This div border color is #666468.


Opacity

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

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

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

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

This text has shadow with #666468 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #666468 on black background.


Color preview on white background

This text has color #666468 on white background.



Black color preview on #666468 background

This text has black color on #666468 background.


White color preview on #666468 background

This text has white color on #666468 background.