COLOR #515B6F

HEX: #515B6F
RGB: (81,91,111)

Color info

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

RGB color model

#515B6F color RGB value is (81,91,111).

  • red value is 81;
  • green value is 91;
  • blue value is 111.
RGB:
(81,91,111)
(32%,36%,44%)

RGB channels and saturation

R 81 of 255 = 32%
G 91 of 255 = 36%
B 111 of 255 = 44%

81
91
111

R + G + B ~ 37%. #515B6F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 91 + 111 = 283 (100%)
R 81 of 283 ~ 28.62%
G 91 of 283 ~ 32.16%
B 111 of 283 ~ 39.22%

%28.62
%32.16
%39.22

CMYK color model

#515B6F color CMYK value is (27,18,0,56).

  • cyan value is 27.03%
  • magenta value is 18.02%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(27,18,0,56)
C27M18Y0K56 
(27%,18%,0%,56%)
(0.27/0.18/0.00/0.56)	

CMYK percentages

%27.03
%18.02
%0
%56.47

Codes

Color #515B6F in popluar color models

515B6F
RGB8191111
HSL220°15.63%37.65%
HSB/HSV220°27.03%43.53%
CMYK27.03%18.02%0.00%
56.47%

Color #515B6F in popluar number systems.

HEX515B6F
Decimal8191111
Binary101000110110111101111
Octal121133157

Shades and tints

Shades of #515B6F

#515B6F
(81,91,111)
#4A5365
(74,83,101)
#434B5B
(67,75,91)
#3C4351
(60,67,81)
#353B47
(53,59,71)
#2E333D
(46,51,61)
#272B33
(39,43,51)
#202329
(32,35,41)
#191B1F
(25,27,31)
#121315
(18,19,21)
#0B0B0B
(11,11,11)
#000000
(0,0,0)

Tints of #515B6F

#515B6F
(81,91,111)
#60697C
(96,105,124)
#6F7789
(111,119,137)
#7E8596
(126,133,150)
#8D93A3
(141,147,163)
#9CA1B0
(156,161,176)
#ABAFBD
(171,175,189)
#BABDCA
(186,189,202)
#C9CBD7
(201,203,215)
#D8D9E4
(216,217,228)
#E7E7F1
(231,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #515B6F color. Also use rgb(81,91,111) instead hex code.

Text Font Color

.myTextColor { color: #515B6F; }

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

This text font color is #515B6F.


Background Color

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

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

This div background color is #515B6F.


Border color

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

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

This div border color is #515B6F.


Opacity

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

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

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

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

This text has shadow with #515B6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515B6F on black background.


Color preview on white background

This text has color #515B6F on white background.



Black color preview on #515B6F background

This text has black color on #515B6F background.


White color preview on #515B6F background

This text has white color on #515B6F background.