COLOR #515B46

HEX: #515B46
RGB: (81,91,70)

Color info

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

RGB color model

#515B46 color RGB value is (81,91,70).

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

RGB channels and saturation

R 81 of 255 = 32%
G 91 of 255 = 36%
B 70 of 255 = 27%

81
91
70

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

Portions of RGB colors in percentages

R + G + B =
81 + 91 + 70 = 242 (100%)
R 81 of 242 ~ 33.47%
G 91 of 242 ~ 37.6%
B 70 of 242 ~ 28.93%

%33.47
%37.6
%28.93

CMYK color model

#515B46 color CMYK value is (11,0,23,64).

  • cyan value is 10.99%
  • magenta value is 0.00%
  • yellow value is 23.08%
  • key color value is 64.31%
CMYK:
(11,0,23,64)
C11M0Y23K64 
(11%,0%,23%,64%)
(0.11/0.00/0.23/0.64)	

CMYK percentages

%10.99
%0
%23.08
%64.31

Codes

Color #515B46 in popluar color models

515B46
RGB819170
HSL89°13.04%31.57%
HSB/HSV89°23.08%35.69%
CMYK10.99%0.00%23.08%
64.31%

Color #515B46 in popluar number systems.

HEX515B46
Decimal819170
Binary101000110110111000110
Octal121133106

Shades and tints

Shades of #515B46

#515B46
(81,91,70)
#4A5340
(74,83,64)
#434B3A
(67,75,58)
#3C4334
(60,67,52)
#353B2E
(53,59,46)
#2E3328
(46,51,40)
#272B22
(39,43,34)
#20231C
(32,35,28)
#191B16
(25,27,22)
#121310
(18,19,16)
#0B0B0A
(11,11,10)
#000000
(0,0,0)

Tints of #515B46

#515B46
(81,91,70)
#606956
(96,105,86)
#6F7766
(111,119,102)
#7E8576
(126,133,118)
#8D9386
(141,147,134)
#9CA196
(156,161,150)
#ABAFA6
(171,175,166)
#BABDB6
(186,189,182)
#C9CBC6
(201,203,198)
#D8D9D6
(216,217,214)
#E7E7E6
(231,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #515B46; }

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

This text font color is #515B46.


Background Color

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

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

This div background color is #515B46.


Border color

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

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

This div border color is #515B46.


Opacity

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

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

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

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

This text has shadow with #515B46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515B46 on black background.


Color preview on white background

This text has color #515B46 on white background.



Black color preview on #515B46 background

This text has black color on #515B46 background.


White color preview on #515B46 background

This text has white color on #515B46 background.