COLOR #515331

HEX: #515331
RGB: (81,83,49)

Color info

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

RGB color model

#515331 color RGB value is (81,83,49).

  • red value is 81;
  • green value is 83;
  • blue value is 49.
RGB:
(81,83,49)
(32%,33%,19%)

RGB channels and saturation

R 81 of 255 = 32%
G 83 of 255 = 33%
B 49 of 255 = 19%

81
83
49

R + G + B ~ 28%. #515331 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 83 + 49 = 213 (100%)
R 81 of 213 ~ 38.03%
G 83 of 213 ~ 38.97%
B 49 of 213 ~ 23%

%38.03
%38.97
%23

CMYK color model

#515331 color CMYK value is (2,0,41,67).

  • cyan value is 2.41%
  • magenta value is 0.00%
  • yellow value is 40.96%
  • key color value is 67.45%
CMYK:
(2,0,41,67)
C2M0Y41K67 
(2%,0%,41%,67%)
(0.02/0.00/0.41/0.67)	

CMYK percentages

%2.41
%0
%40.96
%67.45

Codes

Color #515331 in popluar color models

515331
RGB818349
HSL64°25.76%25.88%
HSB/HSV64°40.96%32.55%
CMYK2.41%0.00%40.96%
67.45%

Color #515331 in popluar number systems.

HEX515331
Decimal818349
Binary10100011010011110001
Octal12112361

Shades and tints

Shades of #515331

#515331
(81,83,49)
#4A4C2D
(74,76,45)
#434529
(67,69,41)
#3C3E25
(60,62,37)
#353721
(53,55,33)
#2E301D
(46,48,29)
#272919
(39,41,25)
#202215
(32,34,21)
#191B11
(25,27,17)
#12140D
(18,20,13)
#0B0D09
(11,13,9)
#000000
(0,0,0)

Tints of #515331

#515331
(81,83,49)
#606243
(96,98,67)
#6F7155
(111,113,85)
#7E8067
(126,128,103)
#8D8F79
(141,143,121)
#9C9E8B
(156,158,139)
#ABAD9D
(171,173,157)
#BABCAF
(186,188,175)
#C9CBC1
(201,203,193)
#D8DAD3
(216,218,211)
#E7E9E5
(231,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #515331 color. Also use rgb(81,83,49) instead hex code.

Text Font Color

.myTextColor { color: #515331; }

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

This text font color is #515331.


Background Color

.myBgColor { background-color: #515331; }

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

This div background color is #515331.


Border color

.myBorderColor { border: 1px solid #515331; }

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

This div border color is #515331.


Opacity

.myOpacity80 { color: #515331; opacity: 0.8; }

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

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

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

This text has shadow with #515331 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515331 on black background.


Color preview on white background

This text has color #515331 on white background.



Black color preview on #515331 background

This text has black color on #515331 background.


White color preview on #515331 background

This text has white color on #515331 background.