COLOR #515B49

HEX: #515B49
RGB: (81,91,73)

Color info

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

RGB color model

#515B49 color RGB value is (81,91,73).

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

RGB channels and saturation

R 81 of 255 = 32%
G 91 of 255 = 36%
B 73 of 255 = 29%

81
91
73

R + G + B ~ 32%. #515B49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 91 + 73 = 245 (100%)
R 81 of 245 ~ 33.06%
G 91 of 245 ~ 37.14%
B 73 of 245 ~ 29.8%

%33.06
%37.14
%29.8

CMYK color model

#515B49 color CMYK value is (11,0,20,64).

  • cyan value is 10.99%
  • magenta value is 0.00%
  • yellow value is 19.78%
  • key color value is 64.31%
CMYK:
(11,0,20,64)
C11M0Y20K64 
(11%,0%,20%,64%)
(0.11/0.00/0.20/0.64)	

CMYK percentages

%10.99
%0
%19.78
%64.31

Codes

Color #515B49 in popluar color models

515B49
RGB819173
HSL93°10.98%32.16%
HSB/HSV93°19.78%35.69%
CMYK10.99%0.00%19.78%
64.31%

Color #515B49 in popluar number systems.

HEX515B49
Decimal819173
Binary101000110110111001001
Octal121133111

Shades and tints

Shades of #515B49

#515B49
(81,91,73)
#4A5343
(74,83,67)
#434B3D
(67,75,61)
#3C4337
(60,67,55)
#353B31
(53,59,49)
#2E332B
(46,51,43)
#272B25
(39,43,37)
#20231F
(32,35,31)
#191B19
(25,27,25)
#121313
(18,19,19)
#0B0B0D
(11,11,13)
#000000
(0,0,0)

Tints of #515B49

#515B49
(81,91,73)
#606959
(96,105,89)
#6F7769
(111,119,105)
#7E8579
(126,133,121)
#8D9389
(141,147,137)
#9CA199
(156,161,153)
#ABAFA9
(171,175,169)
#BABDB9
(186,189,185)
#C9CBC9
(201,203,201)
#D8D9D9
(216,217,217)
#E7E7E9
(231,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #515B49; }

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

This text font color is #515B49.


Background Color

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

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

This div background color is #515B49.


Border color

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

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

This div border color is #515B49.


Opacity

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

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

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

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

This text has shadow with #515B49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515B49 on black background.


Color preview on white background

This text has color #515B49 on white background.



Black color preview on #515B49 background

This text has black color on #515B49 background.


White color preview on #515B49 background

This text has white color on #515B49 background.