COLOR #666064

HEX: #666064
RGB: (102,96,100)

Color info

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

RGB color model

#666064 color RGB value is (102,96,100).

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

RGB channels and saturation

R 102 of 255 = 40%
G 96 of 255 = 38%
B 100 of 255 = 39%

102
96
100

R + G + B ~ 39%. #666064 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 96 + 100 = 298 (100%)
R 102 of 298 ~ 34.23%
G 96 of 298 ~ 32.21%
B 100 of 298 ~ 33.56%

%34.23
%32.21
%33.56

CMYK color model

#666064 color CMYK value is (0,6,2,60).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 1.96%
  • key color value is 60.00%
CMYK:
(0,6,2,60)
C0M6Y2K60 
(0%,6%,2%,60%)
(0.00/0.06/0.02/0.60)	

CMYK percentages

%0
%5.88
%1.96
%60

Codes

Color #666064 in popluar color models

666064
RGB10296100
HSL320°3.03%38.82%
HSB/HSV320°5.88%40.00%
CMYK0.00%5.88%1.96%
60.00%

Color #666064 in popluar number systems.

HEX666064
Decimal10296100
Binary110011011000001100100
Octal146140144

Shades and tints

Shades of #666064

#666064
(102,96,100)
#5D585B
(93,88,91)
#545052
(84,80,82)
#4B4849
(75,72,73)
#424040
(66,64,64)
#393837
(57,56,55)
#30302E
(48,48,46)
#272825
(39,40,37)
#1E201C
(30,32,28)
#151813
(21,24,19)
#0C100A
(12,16,10)
#000000
(0,0,0)

Tints of #666064

#666064
(102,96,100)
#736E72
(115,110,114)
#807C80
(128,124,128)
#8D8A8E
(141,138,142)
#9A989C
(154,152,156)
#A7A6AA
(167,166,170)
#B4B4B8
(180,180,184)
#C1C2C6
(193,194,198)
#CED0D4
(206,208,212)
#DBDEE2
(219,222,226)
#E8ECF0
(232,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #666064; }

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

This text font color is #666064.


Background Color

.myBgColor { background-color: #666064; }

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

This div background color is #666064.


Border color

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

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

This div border color is #666064.


Opacity

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

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

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

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

This text has shadow with #666064 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #666064 on black background.


Color preview on white background

This text has color #666064 on white background.



Black color preview on #666064 background

This text has black color on #666064 background.


White color preview on #666064 background

This text has white color on #666064 background.