COLOR #515B4D

HEX: #515B4D
RGB: (81,91,77)

Color info

#515B4D contains red, green and blue colors in about the same proportion. Web safe color of #515B4D is #666633 (or #663).

RGB color model

#515B4D color RGB value is (81,91,77).

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

RGB channels and saturation

R 81 of 255 = 32%
G 91 of 255 = 36%
B 77 of 255 = 30%

81
91
77

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

Portions of RGB colors in percentages

R + G + B =
81 + 91 + 77 = 249 (100%)
R 81 of 249 ~ 32.53%
G 91 of 249 ~ 36.55%
B 77 of 249 ~ 30.92%

%32.53
%36.55
%30.92

CMYK color model

#515B4D color CMYK value is (11,0,15,64).

  • cyan value is 10.99%
  • magenta value is 0.00%
  • yellow value is 15.38%
  • key color value is 64.31%
CMYK:
(11,0,15,64)
C11M0Y15K64 
(11%,0%,15%,64%)
(0.11/0.00/0.15/0.64)	

CMYK percentages

%10.99
%0
%15.38
%64.31

Codes

Color #515B4D in popluar color models

515B4D
RGB819177
HSL103°8.33%32.94%
HSB/HSV103°15.38%35.69%
CMYK10.99%0.00%15.38%
64.31%

Color #515B4D in popluar number systems.

HEX515B4D
Decimal819177
Binary101000110110111001101
Octal121133115

Shades and tints

Shades of #515B4D

#515B4D
(81,91,77)
#4A5346
(74,83,70)
#434B3F
(67,75,63)
#3C4338
(60,67,56)
#353B31
(53,59,49)
#2E332A
(46,51,42)
#272B23
(39,43,35)
#20231C
(32,35,28)
#191B15
(25,27,21)
#12130E
(18,19,14)
#0B0B07
(11,11,7)
#000000
(0,0,0)

Tints of #515B4D

#515B4D
(81,91,77)
#60695D
(96,105,93)
#6F776D
(111,119,109)
#7E857D
(126,133,125)
#8D938D
(141,147,141)
#9CA19D
(156,161,157)
#ABAFAD
(171,175,173)
#BABDBD
(186,189,189)
#C9CBCD
(201,203,205)
#D8D9DD
(216,217,221)
#E7E7ED
(231,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #515B4D; }

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

This text font color is #515B4D.


Background Color

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

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

This div background color is #515B4D.


Border color

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

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

This div border color is #515B4D.


Opacity

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

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

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

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

This text has shadow with #515B4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515B4D on black background.


Color preview on white background

This text has color #515B4D on white background.



Black color preview on #515B4D background

This text has black color on #515B4D background.


White color preview on #515B4D background

This text has white color on #515B4D background.