COLOR #515F4E

HEX: #515F4E
RGB: (81,95,78)

Color info

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

RGB color model

#515F4E color RGB value is (81,95,78).

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

RGB channels and saturation

R 81 of 255 = 32%
G 95 of 255 = 37%
B 78 of 255 = 31%

81
95
78

R + G + B ~ 33%. #515F4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 95 + 78 = 254 (100%)
R 81 of 254 ~ 31.89%
G 95 of 254 ~ 37.4%
B 78 of 254 ~ 30.71%

%31.89
%37.4
%30.71

CMYK color model

#515F4E color CMYK value is (15,0,18,63).

  • cyan value is 14.74%
  • magenta value is 0.00%
  • yellow value is 17.89%
  • key color value is 62.75%
CMYK:
(15,0,18,63)
C15M0Y18K63 
(15%,0%,18%,63%)
(0.15/0.00/0.18/0.63)	

CMYK percentages

%14.74
%0
%17.89
%62.75

Codes

Color #515F4E in popluar color models

515F4E
RGB819578
HSL109°9.83%33.92%
HSB/HSV109°17.89%37.25%
CMYK14.74%0.00%17.89%
62.75%

Color #515F4E in popluar number systems.

HEX515F4E
Decimal819578
Binary101000110111111001110
Octal121137116

Shades and tints

Shades of #515F4E

#515F4E
(81,95,78)
#4A5747
(74,87,71)
#434F40
(67,79,64)
#3C4739
(60,71,57)
#353F32
(53,63,50)
#2E372B
(46,55,43)
#272F24
(39,47,36)
#20271D
(32,39,29)
#191F16
(25,31,22)
#12170F
(18,23,15)
#0B0F08
(11,15,8)
#000000
(0,0,0)

Tints of #515F4E

#515F4E
(81,95,78)
#606D5E
(96,109,94)
#6F7B6E
(111,123,110)
#7E897E
(126,137,126)
#8D978E
(141,151,142)
#9CA59E
(156,165,158)
#ABB3AE
(171,179,174)
#BAC1BE
(186,193,190)
#C9CFCE
(201,207,206)
#D8DDDE
(216,221,222)
#E7EBEE
(231,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #515F4E; }

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

This text font color is #515F4E.


Background Color

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

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

This div background color is #515F4E.


Border color

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

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

This div border color is #515F4E.


Opacity

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

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

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

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

This text has shadow with #515F4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515F4E on black background.


Color preview on white background

This text has color #515F4E on white background.



Black color preview on #515F4E background

This text has black color on #515F4E background.


White color preview on #515F4E background

This text has white color on #515F4E background.