COLOR #515F60

HEX: #515F60
RGB: (81,95,96)

Color info

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

RGB color model

#515F60 color RGB value is (81,95,96).

  • red value is 81;
  • green value is 95;
  • blue value is 96.
RGB:
(81,95,96)
(32%,37%,38%)

RGB channels and saturation

R 81 of 255 = 32%
G 95 of 255 = 37%
B 96 of 255 = 38%

81
95
96

R + G + B ~ 36%. #515F60 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 95 + 96 = 272 (100%)
R 81 of 272 ~ 29.78%
G 95 of 272 ~ 34.93%
B 96 of 272 ~ 35.29%

%29.78
%34.93
%35.29

CMYK color model

#515F60 color CMYK value is (16,1,0,62).

  • cyan value is 15.63%
  • magenta value is 1.04%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(16,1,0,62)
C16M1Y0K62 
(16%,1%,0%,62%)
(0.16/0.01/0.00/0.62)	

CMYK percentages

%15.63
%1.04
%0
%62.35

Codes

Color #515F60 in popluar color models

515F60
RGB819596
HSL184°8.47%34.71%
HSB/HSV184°15.63%37.65%
CMYK15.63%1.04%0.00%
62.35%

Color #515F60 in popluar number systems.

HEX515F60
Decimal819596
Binary101000110111111100000
Octal121137140

Shades and tints

Shades of #515F60

#515F60
(81,95,96)
#4A5758
(74,87,88)
#434F50
(67,79,80)
#3C4748
(60,71,72)
#353F40
(53,63,64)
#2E3738
(46,55,56)
#272F30
(39,47,48)
#202728
(32,39,40)
#191F20
(25,31,32)
#121718
(18,23,24)
#0B0F10
(11,15,16)
#000000
(0,0,0)

Tints of #515F60

#515F60
(81,95,96)
#606D6E
(96,109,110)
#6F7B7C
(111,123,124)
#7E898A
(126,137,138)
#8D9798
(141,151,152)
#9CA5A6
(156,165,166)
#ABB3B4
(171,179,180)
#BAC1C2
(186,193,194)
#C9CFD0
(201,207,208)
#D8DDDE
(216,221,222)
#E7EBEC
(231,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #515F60 color. Also use rgb(81,95,96) instead hex code.

Text Font Color

.myTextColor { color: #515F60; }

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

This text font color is #515F60.


Background Color

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

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

This div background color is #515F60.


Border color

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

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

This div border color is #515F60.


Opacity

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

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

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

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

This text has shadow with #515F60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515F60 on black background.


Color preview on white background

This text has color #515F60 on white background.



Black color preview on #515F60 background

This text has black color on #515F60 background.


White color preview on #515F60 background

This text has white color on #515F60 background.