COLOR #666566

HEX: #666566
RGB: (102,101,102)

Color info

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

RGB color model

#666566 color RGB value is (102,101,102).

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

RGB channels and saturation

R 102 of 255 = 40%
G 101 of 255 = 40%
B 102 of 255 = 40%

102
101
102

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

Portions of RGB colors in percentages

R + G + B =
102 + 101 + 102 = 305 (100%)
R 102 of 305 ~ 33.44%
G 101 of 305 ~ 33.11%
B 102 of 305 ~ 33.44%

%33.44
%33.11
%33.44

CMYK color model

#666566 color CMYK value is (0,1,0,60).

  • cyan value is 0.00%
  • magenta value is 0.98%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(0,1,0,60)
C0M1Y0K60 
(0%,1%,0%,60%)
(0.00/0.01/0.00/0.60)	

CMYK percentages

%0
%0.98
%0
%60

Codes

Color #666566 in popluar color models

666566
RGB102101102
HSL300°0.49%39.80%
HSB/HSV300°0.98%40.00%
CMYK0.00%0.98%0.00%
60.00%

Color #666566 in popluar number systems.

HEX666566
Decimal102101102
Binary110011011001011100110
Octal146145146

Shades and tints

Shades of #666566

#666566
(102,101,102)
#5D5C5D
(93,92,93)
#545354
(84,83,84)
#4B4A4B
(75,74,75)
#424142
(66,65,66)
#393839
(57,56,57)
#302F30
(48,47,48)
#272627
(39,38,39)
#1E1D1E
(30,29,30)
#151415
(21,20,21)
#0C0B0C
(12,11,12)
#000000
(0,0,0)

Tints of #666566

#666566
(102,101,102)
#737373
(115,115,115)
#808180
(128,129,128)
#8D8F8D
(141,143,141)
#9A9D9A
(154,157,154)
#A7ABA7
(167,171,167)
#B4B9B4
(180,185,180)
#C1C7C1
(193,199,193)
#CED5CE
(206,213,206)
#DBE3DB
(219,227,219)
#E8F1E8
(232,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #666566; }

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

This text font color is #666566.


Background Color

.myBgColor { background-color: #666566; }

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

This div background color is #666566.


Border color

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

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

This div border color is #666566.


Opacity

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

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

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

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

This text has shadow with #666566 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #666566 on black background.


Color preview on white background

This text has color #666566 on white background.



Black color preview on #666566 background

This text has black color on #666566 background.


White color preview on #666566 background

This text has white color on #666566 background.