COLOR #515921

HEX: #515921
RGB: (81,89,33)

Color info

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

RGB color model

#515921 color RGB value is (81,89,33).

  • red value is 81;
  • green value is 89;
  • blue value is 33.
RGB:
(81,89,33)
(32%,35%,13%)

RGB channels and saturation

R 81 of 255 = 32%
G 89 of 255 = 35%
B 33 of 255 = 13%

81
89
33

R + G + B ~ 27%. #515921 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 89 + 33 = 203 (100%)
R 81 of 203 ~ 39.9%
G 89 of 203 ~ 43.84%
B 33 of 203 ~ 16.26%

%39.9
%43.84
%16.26

CMYK color model

#515921 color CMYK value is (9,0,63,65).

  • cyan value is 8.99%
  • magenta value is 0.00%
  • yellow value is 62.92%
  • key color value is 65.10%
CMYK:
(9,0,63,65)
C9M0Y63K65 
(9%,0%,63%,65%)
(0.09/0.00/0.63/0.65)	

CMYK percentages

%8.99
%0
%62.92
%65.1

Codes

Color #515921 in popluar color models

515921
RGB818933
HSL69°45.90%23.92%
HSB/HSV69°62.92%34.90%
CMYK8.99%0.00%62.92%
65.10%

Color #515921 in popluar number systems.

HEX515921
Decimal818933
Binary10100011011001100001
Octal12113141

Shades and tints

Shades of #515921

#515921
(81,89,33)
#4A511E
(74,81,30)
#43491B
(67,73,27)
#3C4118
(60,65,24)
#353915
(53,57,21)
#2E3112
(46,49,18)
#27290F
(39,41,15)
#20210C
(32,33,12)
#191909
(25,25,9)
#121106
(18,17,6)
#0B0903
(11,9,3)
#000000
(0,0,0)

Tints of #515921

#515921
(81,89,33)
#606835
(96,104,53)
#6F7749
(111,119,73)
#7E865D
(126,134,93)
#8D9571
(141,149,113)
#9CA485
(156,164,133)
#ABB399
(171,179,153)
#BAC2AD
(186,194,173)
#C9D1C1
(201,209,193)
#D8E0D5
(216,224,213)
#E7EFE9
(231,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #515921 color. Also use rgb(81,89,33) instead hex code.

Text Font Color

.myTextColor { color: #515921; }

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

This text font color is #515921.


Background Color

.myBgColor { background-color: #515921; }

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

This div background color is #515921.


Border color

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

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

This div border color is #515921.


Opacity

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

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

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

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

This text has shadow with #515921 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515921 on black background.


Color preview on white background

This text has color #515921 on white background.



Black color preview on #515921 background

This text has black color on #515921 background.


White color preview on #515921 background

This text has white color on #515921 background.