COLOR #66666C

HEX: #66666C
RGB: (102,102,108)

Color info

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

RGB color model

#66666C color RGB value is (102,102,108).

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

RGB channels and saturation

R 102 of 255 = 40%
G 102 of 255 = 40%
B 108 of 255 = 42%

102
102
108

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

Portions of RGB colors in percentages

R + G + B =
102 + 102 + 108 = 312 (100%)
R 102 of 312 ~ 32.69%
G 102 of 312 ~ 32.69%
B 108 of 312 ~ 34.62%

%32.69
%32.69
%34.62

CMYK color model

#66666C color CMYK value is (6,6,0,58).

  • cyan value is 5.56%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(6,6,0,58)
C6M6Y0K58 
(6%,6%,0%,58%)
(0.06/0.06/0.00/0.58)	

CMYK percentages

%5.56
%5.56
%0
%57.65

Codes

Color #66666C in popluar color models

66666C
RGB102102108
HSL240°2.86%41.18%
HSB/HSV240°5.56%42.35%
CMYK5.56%5.56%0.00%
57.65%

Color #66666C in popluar number systems.

HEX66666C
Decimal102102108
Binary110011011001101101100
Octal146146154

Shades and tints

Shades of #66666C

#66666C
(102,102,108)
#5D5D63
(93,93,99)
#54545A
(84,84,90)
#4B4B51
(75,75,81)
#424248
(66,66,72)
#39393F
(57,57,63)
#303036
(48,48,54)
#27272D
(39,39,45)
#1E1E24
(30,30,36)
#15151B
(21,21,27)
#0C0C12
(12,12,18)
#000000
(0,0,0)

Tints of #66666C

#66666C
(102,102,108)
#737379
(115,115,121)
#808086
(128,128,134)
#8D8D93
(141,141,147)
#9A9AA0
(154,154,160)
#A7A7AD
(167,167,173)
#B4B4BA
(180,180,186)
#C1C1C7
(193,193,199)
#CECED4
(206,206,212)
#DBDBE1
(219,219,225)
#E8E8EE
(232,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66666C; }

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

This text font color is #66666C.


Background Color

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

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

This div background color is #66666C.


Border color

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

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

This div border color is #66666C.


Opacity

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

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

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

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

This text has shadow with #66666C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66666C on black background.


Color preview on white background

This text has color #66666C on white background.



Black color preview on #66666C background

This text has black color on #66666C background.


White color preview on #66666C background

This text has white color on #66666C background.