COLOR #66666D

HEX: #66666D
RGB: (102,102,109)

Color info

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

RGB color model

#66666D color RGB value is (102,102,109).

  • red value is 102;
  • green value is 102;
  • blue value is 109.
RGB:
(102,102,109)
(40%,40%,43%)

RGB channels and saturation

R 102 of 255 = 40%
G 102 of 255 = 40%
B 109 of 255 = 43%

102
102
109

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

Portions of RGB colors in percentages

R + G + B =
102 + 102 + 109 = 313 (100%)
R 102 of 313 ~ 32.59%
G 102 of 313 ~ 32.59%
B 109 of 313 ~ 34.82%

%32.59
%32.59
%34.82

CMYK color model

#66666D color CMYK value is (6,6,0,57).

  • cyan value is 6.42%
  • magenta value is 6.42%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(6,6,0,57)
C6M6Y0K57 
(6%,6%,0%,57%)
(0.06/0.06/0.00/0.57)	

CMYK percentages

%6.42
%6.42
%0
%57.25

Codes

Color #66666D in popluar color models

66666D
RGB102102109
HSL240°3.32%41.37%
HSB/HSV240°6.42%42.75%
CMYK6.42%6.42%0.00%
57.25%

Color #66666D in popluar number systems.

HEX66666D
Decimal102102109
Binary110011011001101101101
Octal146146155

Shades and tints

Shades of #66666D

#66666D
(102,102,109)
#5D5D64
(93,93,100)
#54545B
(84,84,91)
#4B4B52
(75,75,82)
#424249
(66,66,73)
#393940
(57,57,64)
#303037
(48,48,55)
#27272E
(39,39,46)
#1E1E25
(30,30,37)
#15151C
(21,21,28)
#0C0C13
(12,12,19)
#000000
(0,0,0)

Tints of #66666D

#66666D
(102,102,109)
#73737A
(115,115,122)
#808087
(128,128,135)
#8D8D94
(141,141,148)
#9A9AA1
(154,154,161)
#A7A7AE
(167,167,174)
#B4B4BB
(180,180,187)
#C1C1C8
(193,193,200)
#CECED5
(206,206,213)
#DBDBE2
(219,219,226)
#E8E8EF
(232,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66666D color. Also use rgb(102,102,109) instead hex code.

Text Font Color

.myTextColor { color: #66666D; }

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

This text font color is #66666D.


Background Color

.myBgColor { background-color: #66666D; }

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

This div background color is #66666D.


Border color

.myBorderColor { border: 1px solid #66666D; }

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

This div border color is #66666D.


Opacity

.myOpacity80 { color: #66666D; opacity: 0.8; }

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

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

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

This text has shadow with #66666D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66666D on black background.


Color preview on white background

This text has color #66666D on white background.



Black color preview on #66666D background

This text has black color on #66666D background.


White color preview on #66666D background

This text has white color on #66666D background.