COLOR #515236

HEX: #515236
RGB: (81,82,54)

Color info

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

RGB color model

#515236 color RGB value is (81,82,54).

  • red value is 81;
  • green value is 82;
  • blue value is 54.
RGB:
(81,82,54)
(32%,32%,21%)

RGB channels and saturation

R 81 of 255 = 32%
G 82 of 255 = 32%
B 54 of 255 = 21%

81
82
54

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

Portions of RGB colors in percentages

R + G + B =
81 + 82 + 54 = 217 (100%)
R 81 of 217 ~ 37.33%
G 82 of 217 ~ 37.79%
B 54 of 217 ~ 24.88%

%37.33
%37.79
%24.88

CMYK color model

#515236 color CMYK value is (1,0,34,68).

  • cyan value is 1.22%
  • magenta value is 0.00%
  • yellow value is 34.15%
  • key color value is 67.84%
CMYK:
(1,0,34,68)
C1M0Y34K68 
(1%,0%,34%,68%)
(0.01/0.00/0.34/0.68)	

CMYK percentages

%1.22
%0
%34.15
%67.84

Codes

Color #515236 in popluar color models

515236
RGB818254
HSL62°20.59%26.67%
HSB/HSV62°34.15%32.16%
CMYK1.22%0.00%34.15%
67.84%

Color #515236 in popluar number systems.

HEX515236
Decimal818254
Binary10100011010010110110
Octal12112266

Shades and tints

Shades of #515236

#515236
(81,82,54)
#4A4B32
(74,75,50)
#43442E
(67,68,46)
#3C3D2A
(60,61,42)
#353626
(53,54,38)
#2E2F22
(46,47,34)
#27281E
(39,40,30)
#20211A
(32,33,26)
#191A16
(25,26,22)
#121312
(18,19,18)
#0B0C0E
(11,12,14)
#000000
(0,0,0)

Tints of #515236

#515236
(81,82,54)
#606148
(96,97,72)
#6F705A
(111,112,90)
#7E7F6C
(126,127,108)
#8D8E7E
(141,142,126)
#9C9D90
(156,157,144)
#ABACA2
(171,172,162)
#BABBB4
(186,187,180)
#C9CAC6
(201,202,198)
#D8D9D8
(216,217,216)
#E7E8EA
(231,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #515236 color. Also use rgb(81,82,54) instead hex code.

Text Font Color

.myTextColor { color: #515236; }

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

This text font color is #515236.


Background Color

.myBgColor { background-color: #515236; }

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

This div background color is #515236.


Border color

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

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

This div border color is #515236.


Opacity

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

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

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

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

This text has shadow with #515236 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515236 on black background.


Color preview on white background

This text has color #515236 on white background.



Black color preview on #515236 background

This text has black color on #515236 background.


White color preview on #515236 background

This text has white color on #515236 background.