COLOR #515436

HEX: #515436
RGB: (81,84,54)

Color info

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

RGB color model

#515436 color RGB value is (81,84,54).

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

RGB channels and saturation

R 81 of 255 = 32%
G 84 of 255 = 33%
B 54 of 255 = 21%

81
84
54

R + G + B ~ 29%. #515436 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 84 + 54 = 219 (100%)
R 81 of 219 ~ 36.99%
G 84 of 219 ~ 38.36%
B 54 of 219 ~ 24.66%

%36.99
%38.36
%24.66

CMYK color model

#515436 color CMYK value is (4,0,36,67).

  • cyan value is 3.57%
  • magenta value is 0.00%
  • yellow value is 35.71%
  • key color value is 67.06%
CMYK:
(4,0,36,67)
C4M0Y36K67 
(4%,0%,36%,67%)
(0.04/0.00/0.36/0.67)	

CMYK percentages

%3.57
%0
%35.71
%67.06

Codes

Color #515436 in popluar color models

515436
RGB818454
HSL66°21.74%27.06%
HSB/HSV66°35.71%32.94%
CMYK3.57%0.00%35.71%
67.06%

Color #515436 in popluar number systems.

HEX515436
Decimal818454
Binary10100011010100110110
Octal12112466

Shades and tints

Shades of #515436

#515436
(81,84,54)
#4A4D32
(74,77,50)
#43462E
(67,70,46)
#3C3F2A
(60,63,42)
#353826
(53,56,38)
#2E3122
(46,49,34)
#272A1E
(39,42,30)
#20231A
(32,35,26)
#191C16
(25,28,22)
#121512
(18,21,18)
#0B0E0E
(11,14,14)
#000000
(0,0,0)

Tints of #515436

#515436
(81,84,54)
#606348
(96,99,72)
#6F725A
(111,114,90)
#7E816C
(126,129,108)
#8D907E
(141,144,126)
#9C9F90
(156,159,144)
#ABAEA2
(171,174,162)
#BABDB4
(186,189,180)
#C9CCC6
(201,204,198)
#D8DBD8
(216,219,216)
#E7EAEA
(231,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #515436; }

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

This text font color is #515436.


Background Color

.myBgColor { background-color: #515436; }

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

This div background color is #515436.


Border color

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

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

This div border color is #515436.


Opacity

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

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

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

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

This text has shadow with #515436 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515436 on black background.


Color preview on white background

This text has color #515436 on white background.



Black color preview on #515436 background

This text has black color on #515436 background.


White color preview on #515436 background

This text has white color on #515436 background.