COLOR #666660

HEX: #666660 RGB: (102,102,96)

Color info

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

RGB color model

#666660 color RGB value is (102,102,96).

RGB: (102,102,96) (40%, 40%, 38%)

RGB channels and saturation

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

102
102
96

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

Portions of RGB colors in percentages

R + G + B = 102 + 102 + 96 = 300 (100%)
R 102 of 300 ~ 34%
G 102 of 300 ~ 34%
B 96 of 300 ~ 32'%

%34
%34
%32

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 5.88%
  • key color value is 60.00%

CMYK: (0,0,6,60)
C0M0Y6K60 (0%, 0%, 6%, 60%)
(0.00 / 0.00 / 0.06 / 0.60)

CMYK percentages

%0
%0
%5.88
%60

Codes

Color #666660 in popluar color models

66 66 60
RGB 102 102 96
HSL 60° 3.03% 38.82%
HSB/HSV 60° 5.88% 40.00%
CMYK 0.00% 0.00% 5.88%
60.00%

Color #666660 in popluar number systems.

HEX 66 66 60
Decimal 102 102 96
Binary 1100110 1100110 1100000
Octal 146 146 140

Shades and tints

Shades of #666660

#666660
(102,102,96)
#5D5D58
(93,93,88)
#545450
(84,84,80)
#4B4B48
(75,75,72)
#424240
(66,66,64)
#393938
(57,57,56)
#303030
(48,48,48)
#272728
(39,39,40)
#1E1E20
(30,30,32)
#151518
(21,21,24)
#0C0C10
(12,12,16)
#000000
(0,0,0)

Tints of #666660

#666660
(102,102,96)
#73736E
(115,115,110)
#80807C
(128,128,124)
#8D8D8A
(141,141,138)
#9A9A98
(154,154,152)
#A7A7A6
(167,167,166)
#B4B4B4
(180,180,180)
#C1C1C2
(193,193,194)
#CECED0
(206,206,208)
#DBDBDE
(219,219,222)
#E8E8EC
(232,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #666660; }

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

This text font color is #666660.

Background Color

.myBgColor { background-color: #666660; }

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

This div background color is #666660.

Border color

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

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

This div border color is #666660.

Opacity

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

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

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

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

This text has shadow with #666660 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #666660.

Preview

Color preview on black background

This text has color #666660 on black background.


Color preview on white background

This text has color #666660 on white background.


Black color preview on #666660 background

This text has black color on #666660 background.


White color preview on #666660 background

This text has white color on #666660 background.


Related colors

Complementary color

Complementary color for #hex is #99999F.


I love getcolorcode.com