COLOR #515861

HEX: #515861
RGB: (81,88,97)

Color info

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

RGB color model

#515861 color RGB value is (81,88,97).

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

RGB channels and saturation

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

81
88
97

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

Portions of RGB colors in percentages

R + G + B =
81 + 88 + 97 = 266 (100%)
R 81 of 266 ~ 30.45%
G 88 of 266 ~ 33.08%
B 97 of 266 ~ 36.47%

%30.45
%33.08
%36.47

CMYK color model

#515861 color CMYK value is (16,9,0,62).

  • cyan value is 16.49%
  • magenta value is 9.28%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(16,9,0,62)
C16M9Y0K62 
(16%,9%,0%,62%)
(0.16/0.09/0.00/0.62)	

CMYK percentages

%16.49
%9.28
%0
%61.96

Codes

Color #515861 in popluar color models

515861
RGB818897
HSL214°8.99%34.90%
HSB/HSV214°16.49%38.04%
CMYK16.49%9.28%0.00%
61.96%

Color #515861 in popluar number systems.

HEX515861
Decimal818897
Binary101000110110001100001
Octal121130141

Shades and tints

Shades of #515861

#515861
(81,88,97)
#4A5059
(74,80,89)
#434851
(67,72,81)
#3C4049
(60,64,73)
#353841
(53,56,65)
#2E3039
(46,48,57)
#272831
(39,40,49)
#202029
(32,32,41)
#191821
(25,24,33)
#121019
(18,16,25)
#0B0811
(11,8,17)
#000000
(0,0,0)

Tints of #515861

#515861
(81,88,97)
#60676F
(96,103,111)
#6F767D
(111,118,125)
#7E858B
(126,133,139)
#8D9499
(141,148,153)
#9CA3A7
(156,163,167)
#ABB2B5
(171,178,181)
#BAC1C3
(186,193,195)
#C9D0D1
(201,208,209)
#D8DFDF
(216,223,223)
#E7EEED
(231,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #515861; }

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

This text font color is #515861.


Background Color

.myBgColor { background-color: #515861; }

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

This div background color is #515861.


Border color

.myBorderColor { border: 1px solid #515861; }

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

This div border color is #515861.


Opacity

.myOpacity80 { color: #515861; opacity: 0.8; }

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

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

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

This text has shadow with #515861 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515861 on black background.


Color preview on white background

This text has color #515861 on white background.



Black color preview on #515861 background

This text has black color on #515861 background.


White color preview on #515861 background

This text has white color on #515861 background.