COLOR #66555C

HEX: #66555C RGB: (102,85,92)

Color info

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

RGB color model

#66555C color RGB value is (102,85,92).

RGB: (102,85,92) (40%, 33%, 36%)

RGB channels and saturation

R 102 of 255 = 40%
G 85 of 255 = 33%
B 92 of 255 = 36%

102
85
92

R + G + B ~ 36%. #66555C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 102 + 85 + 92 = 279 (100%)
R 102 of 279 ~ 36.56%
G 85 of 279 ~ 30.47%
B 92 of 279 ~ 32.97'%

%36.56
%30.47
%32.97

CMYK color model

#66555C color CMYK value is (0,17,10,60).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 9.80%
  • key color value is 60.00%

CMYK: (0,17,10,60)
C0M17Y10K60 (0%, 17%, 10%, 60%)
(0.00 / 0.17 / 0.10 / 0.60)

CMYK percentages

%0
%16.67
%9.8
%60

Codes

Color #66555C in popluar color models

66 55 5C
RGB 102 85 92
HSL 335° 9.09% 36.67%
HSB/HSV 335° 16.67% 40.00%
CMYK 0.00% 16.67% 9.80%
60.00%

Color #66555C in popluar number systems.

HEX 66 55 5C
Decimal 102 85 92
Binary 1100110 1010101 1011100
Octal 146 125 134

Shades and tints

Shades of #66555C

#66555C
(102,85,92)
#5D4E54
(93,78,84)
#54474C
(84,71,76)
#4B4044
(75,64,68)
#42393C
(66,57,60)
#393234
(57,50,52)
#302B2C
(48,43,44)
#272424
(39,36,36)
#1E1D1C
(30,29,28)
#151614
(21,22,20)
#0C0F0C
(12,15,12)
#000000
(0,0,0)

Tints of #66555C

#66555C
(102,85,92)
#73646A
(115,100,106)
#807378
(128,115,120)
#8D8286
(141,130,134)
#9A9194
(154,145,148)
#A7A0A2
(167,160,162)
#B4AFB0
(180,175,176)
#C1BEBE
(193,190,190)
#CECDCC
(206,205,204)
#DBDCDA
(219,220,218)
#E8EBE8
(232,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66555C; }

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

This text font color is #66555C.

Background Color

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

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

This div background color is #66555C.

Border color

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

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

This div border color is #66555C.

Opacity

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

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

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

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

This text has shadow with #66555C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66555C.

Preview

Color preview on black background

This text has color #66555C on black background.


Color preview on white background

This text has color #66555C on white background.


Black color preview on #66555C background

This text has black color on #66555C background.


White color preview on #66555C background

This text has white color on #66555C background.


Related colors

Complementary color

Complementary color for #hex is #99AAA3.


I love getcolorcode.com

Triadic colors

1 #5C6655 and #555C66 with #66555C are triadic colors.

2 #5C5566 and #55665C with #66555C are triadic colors.