COLOR #515A61

HEX: #515A61
RGB: (81,90,97)

Color info

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

RGB color model

#515A61 color RGB value is (81,90,97).

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

RGB channels and saturation

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

81
90
97

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

Portions of RGB colors in percentages

R + G + B =
81 + 90 + 97 = 268 (100%)
R 81 of 268 ~ 30.22%
G 90 of 268 ~ 33.58%
B 97 of 268 ~ 36.19%

%30.22
%33.58
%36.19

CMYK color model

#515A61 color CMYK value is (16,7,0,62).

  • cyan value is 16.49%
  • magenta value is 7.22%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(16,7,0,62)
C16M7Y0K62 
(16%,7%,0%,62%)
(0.16/0.07/0.00/0.62)	

CMYK percentages

%16.49
%7.22
%0
%61.96

Codes

Color #515A61 in popluar color models

515A61
RGB819097
HSL206°8.99%34.90%
HSB/HSV206°16.49%38.04%
CMYK16.49%7.22%0.00%
61.96%

Color #515A61 in popluar number systems.

HEX515A61
Decimal819097
Binary101000110110101100001
Octal121132141

Shades and tints

Shades of #515A61

#515A61
(81,90,97)
#4A5259
(74,82,89)
#434A51
(67,74,81)
#3C4249
(60,66,73)
#353A41
(53,58,65)
#2E3239
(46,50,57)
#272A31
(39,42,49)
#202229
(32,34,41)
#191A21
(25,26,33)
#121219
(18,18,25)
#0B0A11
(11,10,17)
#000000
(0,0,0)

Tints of #515A61

#515A61
(81,90,97)
#60696F
(96,105,111)
#6F787D
(111,120,125)
#7E878B
(126,135,139)
#8D9699
(141,150,153)
#9CA5A7
(156,165,167)
#ABB4B5
(171,180,181)
#BAC3C3
(186,195,195)
#C9D2D1
(201,210,209)
#D8E1DF
(216,225,223)
#E7F0ED
(231,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #515A61; }

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

This text font color is #515A61.


Background Color

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

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

This div background color is #515A61.


Border color

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

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

This div border color is #515A61.


Opacity

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

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

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

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

This text has shadow with #515A61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515A61 on black background.


Color preview on white background

This text has color #515A61 on white background.



Black color preview on #515A61 background

This text has black color on #515A61 background.


White color preview on #515A61 background

This text has white color on #515A61 background.