COLOR #515321

HEX: #515321
RGB: (81,83,33)

Color info

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

RGB color model

#515321 color RGB value is (81,83,33).

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

RGB channels and saturation

R 81 of 255 = 32%
G 83 of 255 = 33%
B 33 of 255 = 13%

81
83
33

R + G + B ~ 26%. #515321 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 83 + 33 = 197 (100%)
R 81 of 197 ~ 41.12%
G 83 of 197 ~ 42.13%
B 33 of 197 ~ 16.75%

%41.12
%42.13
%16.75

CMYK color model

#515321 color CMYK value is (2,0,60,67).

  • cyan value is 2.41%
  • magenta value is 0.00%
  • yellow value is 60.24%
  • key color value is 67.45%
CMYK:
(2,0,60,67)
C2M0Y60K67 
(2%,0%,60%,67%)
(0.02/0.00/0.60/0.67)	

CMYK percentages

%2.41
%0
%60.24
%67.45

Codes

Color #515321 in popluar color models

515321
RGB818333
HSL62°43.10%22.75%
HSB/HSV62°60.24%32.55%
CMYK2.41%0.00%60.24%
67.45%

Color #515321 in popluar number systems.

HEX515321
Decimal818333
Binary10100011010011100001
Octal12112341

Shades and tints

Shades of #515321

#515321
(81,83,33)
#4A4C1E
(74,76,30)
#43451B
(67,69,27)
#3C3E18
(60,62,24)
#353715
(53,55,21)
#2E3012
(46,48,18)
#27290F
(39,41,15)
#20220C
(32,34,12)
#191B09
(25,27,9)
#121406
(18,20,6)
#0B0D03
(11,13,3)
#000000
(0,0,0)

Tints of #515321

#515321
(81,83,33)
#606235
(96,98,53)
#6F7149
(111,113,73)
#7E805D
(126,128,93)
#8D8F71
(141,143,113)
#9C9E85
(156,158,133)
#ABAD99
(171,173,153)
#BABCAD
(186,188,173)
#C9CBC1
(201,203,193)
#D8DAD5
(216,218,213)
#E7E9E9
(231,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #515321; }

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

This text font color is #515321.


Background Color

.myBgColor { background-color: #515321; }

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

This div background color is #515321.


Border color

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

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

This div border color is #515321.


Opacity

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

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

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

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

This text has shadow with #515321 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515321 on black background.


Color preview on white background

This text has color #515321 on white background.



Black color preview on #515321 background

This text has black color on #515321 background.


White color preview on #515321 background

This text has white color on #515321 background.