COLOR #66515C

HEX: #66515C
RGB: (102,81,92)

Color info

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

RGB color model

#66515C color RGB value is (102,81,92).

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

RGB channels and saturation

R 102 of 255 = 40%
G 81 of 255 = 32%
B 92 of 255 = 36%

102
81
92

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

Portions of RGB colors in percentages

R + G + B =
102 + 81 + 92 = 275 (100%)
R 102 of 275 ~ 37.09%
G 81 of 275 ~ 29.45%
B 92 of 275 ~ 33.45%

%37.09
%29.45
%33.45

CMYK color model

#66515C color CMYK value is (0,21,10,60).

  • cyan value is 0.00%
  • magenta value is 20.59%
  • yellow value is 9.80%
  • key color value is 60.00%
CMYK:
(0,21,10,60)
C0M21Y10K60 
(0%,21%,10%,60%)
(0.00/0.21/0.10/0.60)	

CMYK percentages

%0
%20.59
%9.8
%60

Codes

Color #66515C in popluar color models

66515C
RGB1028192
HSL329°11.48%35.88%
HSB/HSV329°20.59%40.00%
CMYK0.00%20.59%9.80%
60.00%

Color #66515C in popluar number systems.

HEX66515C
Decimal1028192
Binary110011010100011011100
Octal146121134

Shades and tints

Shades of #66515C

#66515C
(102,81,92)
#5D4A54
(93,74,84)
#54434C
(84,67,76)
#4B3C44
(75,60,68)
#42353C
(66,53,60)
#392E34
(57,46,52)
#30272C
(48,39,44)
#272024
(39,32,36)
#1E191C
(30,25,28)
#151214
(21,18,20)
#0C0B0C
(12,11,12)
#000000
(0,0,0)

Tints of #66515C

#66515C
(102,81,92)
#73606A
(115,96,106)
#806F78
(128,111,120)
#8D7E86
(141,126,134)
#9A8D94
(154,141,148)
#A79CA2
(167,156,162)
#B4ABB0
(180,171,176)
#C1BABE
(193,186,190)
#CEC9CC
(206,201,204)
#DBD8DA
(219,216,218)
#E8E7E8
(232,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66515C; }

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

This text font color is #66515C.


Background Color

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

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

This div background color is #66515C.


Border color

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

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

This div border color is #66515C.


Opacity

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

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

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

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

This text has shadow with #66515C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66515C on black background.


Color preview on white background

This text has color #66515C on white background.



Black color preview on #66515C background

This text has black color on #66515C background.


White color preview on #66515C background

This text has white color on #66515C background.