COLOR #515C62

HEX: #515C62
RGB: (81,92,98)

Color info

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

RGB color model

#515C62 color RGB value is (81,92,98).

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

RGB channels and saturation

R 81 of 255 = 32%
G 92 of 255 = 36%
B 98 of 255 = 38%

81
92
98

R + G + B ~ 35%. #515C62 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 92 + 98 = 271 (100%)
R 81 of 271 ~ 29.89%
G 92 of 271 ~ 33.95%
B 98 of 271 ~ 36.16%

%29.89
%33.95
%36.16

CMYK color model

#515C62 color CMYK value is (17,6,0,62).

  • cyan value is 17.35%
  • magenta value is 6.12%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(17,6,0,62)
C17M6Y0K62 
(17%,6%,0%,62%)
(0.17/0.06/0.00/0.62)	

CMYK percentages

%17.35
%6.12
%0
%61.57

Codes

Color #515C62 in popluar color models

515C62
RGB819298
HSL201°9.50%35.10%
HSB/HSV201°17.35%38.43%
CMYK17.35%6.12%0.00%
61.57%

Color #515C62 in popluar number systems.

HEX515C62
Decimal819298
Binary101000110111001100010
Octal121134142

Shades and tints

Shades of #515C62

#515C62
(81,92,98)
#4A545A
(74,84,90)
#434C52
(67,76,82)
#3C444A
(60,68,74)
#353C42
(53,60,66)
#2E343A
(46,52,58)
#272C32
(39,44,50)
#20242A
(32,36,42)
#191C22
(25,28,34)
#12141A
(18,20,26)
#0B0C12
(11,12,18)
#000000
(0,0,0)

Tints of #515C62

#515C62
(81,92,98)
#606A70
(96,106,112)
#6F787E
(111,120,126)
#7E868C
(126,134,140)
#8D949A
(141,148,154)
#9CA2A8
(156,162,168)
#ABB0B6
(171,176,182)
#BABEC4
(186,190,196)
#C9CCD2
(201,204,210)
#D8DAE0
(216,218,224)
#E7E8EE
(231,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #515C62; }

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

This text font color is #515C62.


Background Color

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

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

This div background color is #515C62.


Border color

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

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

This div border color is #515C62.


Opacity

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

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

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

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

This text has shadow with #515C62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515C62 on black background.


Color preview on white background

This text has color #515C62 on white background.



Black color preview on #515C62 background

This text has black color on #515C62 background.


White color preview on #515C62 background

This text has white color on #515C62 background.