COLOR #515328

HEX: #515328
RGB: (81,83,40)

Color info

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

RGB color model

#515328 color RGB value is (81,83,40).

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

RGB channels and saturation

R 81 of 255 = 32%
G 83 of 255 = 33%
B 40 of 255 = 16%

81
83
40

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

Portions of RGB colors in percentages

R + G + B =
81 + 83 + 40 = 204 (100%)
R 81 of 204 ~ 39.71%
G 83 of 204 ~ 40.69%
B 40 of 204 ~ 19.61%

%39.71
%40.69
%19.61

CMYK color model

#515328 color CMYK value is (2,0,52,67).

  • cyan value is 2.41%
  • magenta value is 0.00%
  • yellow value is 51.81%
  • key color value is 67.45%
CMYK:
(2,0,52,67)
C2M0Y52K67 
(2%,0%,52%,67%)
(0.02/0.00/0.52/0.67)	

CMYK percentages

%2.41
%0
%51.81
%67.45

Codes

Color #515328 in popluar color models

515328
RGB818340
HSL63°34.96%24.12%
HSB/HSV63°51.81%32.55%
CMYK2.41%0.00%51.81%
67.45%

Color #515328 in popluar number systems.

HEX515328
Decimal818340
Binary10100011010011101000
Octal12112350

Shades and tints

Shades of #515328

#515328
(81,83,40)
#4A4C25
(74,76,37)
#434522
(67,69,34)
#3C3E1F
(60,62,31)
#35371C
(53,55,28)
#2E3019
(46,48,25)
#272916
(39,41,22)
#202213
(32,34,19)
#191B10
(25,27,16)
#12140D
(18,20,13)
#0B0D0A
(11,13,10)
#000000
(0,0,0)

Tints of #515328

#515328
(81,83,40)
#60623B
(96,98,59)
#6F714E
(111,113,78)
#7E8061
(126,128,97)
#8D8F74
(141,143,116)
#9C9E87
(156,158,135)
#ABAD9A
(171,173,154)
#BABCAD
(186,188,173)
#C9CBC0
(201,203,192)
#D8DAD3
(216,218,211)
#E7E9E6
(231,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #515328; }

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

This text font color is #515328.


Background Color

.myBgColor { background-color: #515328; }

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

This div background color is #515328.


Border color

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

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

This div border color is #515328.


Opacity

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

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

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

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

This text has shadow with #515328 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515328 on black background.


Color preview on white background

This text has color #515328 on white background.



Black color preview on #515328 background

This text has black color on #515328 background.


White color preview on #515328 background

This text has white color on #515328 background.