COLOR #66575C

HEX: #66575C
RGB: (102,87,92)

Color info

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

RGB color model

#66575C color RGB value is (102,87,92).

  • red value is 102;
  • green value is 87;
  • blue value is 92.
RGB:
(102,87,92)
(40%,34%,36%)

RGB channels and saturation

R 102 of 255 = 40%
G 87 of 255 = 34%
B 92 of 255 = 36%

102
87
92

R + G + B ~ 37%. #66575C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 87 + 92 = 281 (100%)
R 102 of 281 ~ 36.3%
G 87 of 281 ~ 30.96%
B 92 of 281 ~ 32.74%

%36.3
%30.96
%32.74

CMYK color model

#66575C color CMYK value is (0,15,10,60).

  • cyan value is 0.00%
  • magenta value is 14.71%
  • yellow value is 9.80%
  • key color value is 60.00%
CMYK:
(0,15,10,60)
C0M15Y10K60 
(0%,15%,10%,60%)
(0.00/0.15/0.10/0.60)	

CMYK percentages

%0
%14.71
%9.8
%60

Codes

Color #66575C in popluar color models

66575C
RGB1028792
HSL340°7.94%37.06%
HSB/HSV340°14.71%40.00%
CMYK0.00%14.71%9.80%
60.00%

Color #66575C in popluar number systems.

HEX66575C
Decimal1028792
Binary110011010101111011100
Octal146127134

Shades and tints

Shades of #66575C

#66575C
(102,87,92)
#5D5054
(93,80,84)
#54494C
(84,73,76)
#4B4244
(75,66,68)
#423B3C
(66,59,60)
#393434
(57,52,52)
#302D2C
(48,45,44)
#272624
(39,38,36)
#1E1F1C
(30,31,28)
#151814
(21,24,20)
#0C110C
(12,17,12)
#000000
(0,0,0)

Tints of #66575C

#66575C
(102,87,92)
#73666A
(115,102,106)
#807578
(128,117,120)
#8D8486
(141,132,134)
#9A9394
(154,147,148)
#A7A2A2
(167,162,162)
#B4B1B0
(180,177,176)
#C1C0BE
(193,192,190)
#CECFCC
(206,207,204)
#DBDEDA
(219,222,218)
#E8EDE8
(232,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66575C; }

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

This text font color is #66575C.


Background Color

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

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

This div background color is #66575C.


Border color

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

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

This div border color is #66575C.


Opacity

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

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

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

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

This text has shadow with #66575C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66575C on black background.


Color preview on white background

This text has color #66575C on white background.



Black color preview on #66575C background

This text has black color on #66575C background.


White color preview on #66575C background

This text has white color on #66575C background.