COLOR #515B48

HEX: #515B48
RGB: (81,91,72)

Color info

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

RGB color model

#515B48 color RGB value is (81,91,72).

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

RGB channels and saturation

R 81 of 255 = 32%
G 91 of 255 = 36%
B 72 of 255 = 28%

81
91
72

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

Portions of RGB colors in percentages

R + G + B =
81 + 91 + 72 = 244 (100%)
R 81 of 244 ~ 33.2%
G 91 of 244 ~ 37.3%
B 72 of 244 ~ 29.51%

%33.2
%37.3
%29.51

CMYK color model

#515B48 color CMYK value is (11,0,21,64).

  • cyan value is 10.99%
  • magenta value is 0.00%
  • yellow value is 20.88%
  • key color value is 64.31%
CMYK:
(11,0,21,64)
C11M0Y21K64 
(11%,0%,21%,64%)
(0.11/0.00/0.21/0.64)	

CMYK percentages

%10.99
%0
%20.88
%64.31

Codes

Color #515B48 in popluar color models

515B48
RGB819172
HSL92°11.66%31.96%
HSB/HSV92°20.88%35.69%
CMYK10.99%0.00%20.88%
64.31%

Color #515B48 in popluar number systems.

HEX515B48
Decimal819172
Binary101000110110111001000
Octal121133110

Shades and tints

Shades of #515B48

#515B48
(81,91,72)
#4A5342
(74,83,66)
#434B3C
(67,75,60)
#3C4336
(60,67,54)
#353B30
(53,59,48)
#2E332A
(46,51,42)
#272B24
(39,43,36)
#20231E
(32,35,30)
#191B18
(25,27,24)
#121312
(18,19,18)
#0B0B0C
(11,11,12)
#000000
(0,0,0)

Tints of #515B48

#515B48
(81,91,72)
#606958
(96,105,88)
#6F7768
(111,119,104)
#7E8578
(126,133,120)
#8D9388
(141,147,136)
#9CA198
(156,161,152)
#ABAFA8
(171,175,168)
#BABDB8
(186,189,184)
#C9CBC8
(201,203,200)
#D8D9D8
(216,217,216)
#E7E7E8
(231,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #515B48; }

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

This text font color is #515B48.


Background Color

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

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

This div background color is #515B48.


Border color

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

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

This div border color is #515B48.


Opacity

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

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

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

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

This text has shadow with #515B48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515B48 on black background.


Color preview on white background

This text has color #515B48 on white background.



Black color preview on #515B48 background

This text has black color on #515B48 background.


White color preview on #515B48 background

This text has white color on #515B48 background.