COLOR #515C59

HEX: #515C59
RGB: (81,92,89)

Color info

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

RGB color model

#515C59 color RGB value is (81,92,89).

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

RGB channels and saturation

R 81 of 255 = 32%
G 92 of 255 = 36%
B 89 of 255 = 35%

81
92
89

R + G + B ~ 34%. #515C59 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 92 + 89 = 262 (100%)
R 81 of 262 ~ 30.92%
G 92 of 262 ~ 35.11%
B 89 of 262 ~ 33.97%

%30.92
%35.11
%33.97

CMYK color model

#515C59 color CMYK value is (12,0,3,64).

  • cyan value is 11.96%
  • magenta value is 0.00%
  • yellow value is 3.26%
  • key color value is 63.92%
CMYK:
(12,0,3,64)
C12M0Y3K64 
(12%,0%,3%,64%)
(0.12/0.00/0.03/0.64)	

CMYK percentages

%11.96
%0
%3.26
%63.92

Codes

Color #515C59 in popluar color models

515C59
RGB819289
HSL164°6.36%33.92%
HSB/HSV164°11.96%36.08%
CMYK11.96%0.00%3.26%
63.92%

Color #515C59 in popluar number systems.

HEX515C59
Decimal819289
Binary101000110111001011001
Octal121134131

Shades and tints

Shades of #515C59

#515C59
(81,92,89)
#4A5451
(74,84,81)
#434C49
(67,76,73)
#3C4441
(60,68,65)
#353C39
(53,60,57)
#2E3431
(46,52,49)
#272C29
(39,44,41)
#202421
(32,36,33)
#191C19
(25,28,25)
#121411
(18,20,17)
#0B0C09
(11,12,9)
#000000
(0,0,0)

Tints of #515C59

#515C59
(81,92,89)
#606A68
(96,106,104)
#6F7877
(111,120,119)
#7E8686
(126,134,134)
#8D9495
(141,148,149)
#9CA2A4
(156,162,164)
#ABB0B3
(171,176,179)
#BABEC2
(186,190,194)
#C9CCD1
(201,204,209)
#D8DAE0
(216,218,224)
#E7E8EF
(231,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #515C59 color. Also use rgb(81,92,89) instead hex code.

Text Font Color

.myTextColor { color: #515C59; }

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

This text font color is #515C59.


Background Color

.myBgColor { background-color: #515C59; }

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

This div background color is #515C59.


Border color

.myBorderColor { border: 1px solid #515C59; }

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

This div border color is #515C59.


Opacity

.myOpacity80 { color: #515C59; opacity: 0.8; }

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

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

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

This text has shadow with #515C59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515C59 on black background.


Color preview on white background

This text has color #515C59 on white background.



Black color preview on #515C59 background

This text has black color on #515C59 background.


White color preview on #515C59 background

This text has white color on #515C59 background.