COLOR #515A62

HEX: #515A62
RGB: (81,90,98)

Color info

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

RGB color model

#515A62 color RGB value is (81,90,98).

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

RGB channels and saturation

R 81 of 255 = 32%
G 90 of 255 = 35%
B 98 of 255 = 38%

81
90
98

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

Portions of RGB colors in percentages

R + G + B =
81 + 90 + 98 = 269 (100%)
R 81 of 269 ~ 30.11%
G 90 of 269 ~ 33.46%
B 98 of 269 ~ 36.43%

%30.11
%33.46
%36.43

CMYK color model

#515A62 color CMYK value is (17,8,0,62).

  • cyan value is 17.35%
  • magenta value is 8.16%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(17,8,0,62)
C17M8Y0K62 
(17%,8%,0%,62%)
(0.17/0.08/0.00/0.62)	

CMYK percentages

%17.35
%8.16
%0
%61.57

Codes

Color #515A62 in popluar color models

515A62
RGB819098
HSL208°9.50%35.10%
HSB/HSV208°17.35%38.43%
CMYK17.35%8.16%0.00%
61.57%

Color #515A62 in popluar number systems.

HEX515A62
Decimal819098
Binary101000110110101100010
Octal121132142

Shades and tints

Shades of #515A62

#515A62
(81,90,98)
#4A525A
(74,82,90)
#434A52
(67,74,82)
#3C424A
(60,66,74)
#353A42
(53,58,66)
#2E323A
(46,50,58)
#272A32
(39,42,50)
#20222A
(32,34,42)
#191A22
(25,26,34)
#12121A
(18,18,26)
#0B0A12
(11,10,18)
#000000
(0,0,0)

Tints of #515A62

#515A62
(81,90,98)
#606970
(96,105,112)
#6F787E
(111,120,126)
#7E878C
(126,135,140)
#8D969A
(141,150,154)
#9CA5A8
(156,165,168)
#ABB4B6
(171,180,182)
#BAC3C4
(186,195,196)
#C9D2D2
(201,210,210)
#D8E1E0
(216,225,224)
#E7F0EE
(231,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #515A62; }

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

This text font color is #515A62.


Background Color

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

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

This div background color is #515A62.


Border color

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

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

This div border color is #515A62.


Opacity

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

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

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

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

This text has shadow with #515A62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515A62 on black background.


Color preview on white background

This text has color #515A62 on white background.



Black color preview on #515A62 background

This text has black color on #515A62 background.


White color preview on #515A62 background

This text has white color on #515A62 background.