COLOR #513636

HEX: #513636
RGB: (81,54,54)

Color info

#513636 contains red, green and blue colors in about the same proportion. Web safe color of #513636 is #663333 (or #633).

RGB color model

#513636 color RGB value is (81,54,54).

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

RGB channels and saturation

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

81
54
54

R + G + B ~ 25%. #513636 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 54 + 54 = 189 (100%)
R 81 of 189 ~ 42.86%
G 54 of 189 ~ 28.57%
B 54 of 189 ~ 28.57%

%42.86
%28.57
%28.57

CMYK color model

#513636 color CMYK value is (0,33,33,68).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 33.33%
  • key color value is 68.24%
CMYK:
(0,33,33,68)
C0M33Y33K68 
(0%,33%,33%,68%)
(0.00/0.33/0.33/0.68)	

CMYK percentages

%0
%33.33
%33.33
%68.24

Codes

Color #513636 in popluar color models

513636
RGB815454
HSL20.00%26.47%
HSB/HSV33.33%31.76%
CMYK0.00%33.33%33.33%
68.24%

Color #513636 in popluar number systems.

HEX513636
Decimal815454
Binary1010001110110110110
Octal1216666

Shades and tints

Shades of #513636

#513636
(81,54,54)
#4A3232
(74,50,50)
#432E2E
(67,46,46)
#3C2A2A
(60,42,42)
#352626
(53,38,38)
#2E2222
(46,34,34)
#271E1E
(39,30,30)
#201A1A
(32,26,26)
#191616
(25,22,22)
#121212
(18,18,18)
#0B0E0E
(11,14,14)
#000000
(0,0,0)

Tints of #513636

#513636
(81,54,54)
#604848
(96,72,72)
#6F5A5A
(111,90,90)
#7E6C6C
(126,108,108)
#8D7E7E
(141,126,126)
#9C9090
(156,144,144)
#ABA2A2
(171,162,162)
#BAB4B4
(186,180,180)
#C9C6C6
(201,198,198)
#D8D8D8
(216,216,216)
#E7EAEA
(231,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #513636; }

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

This text font color is #513636.


Background Color

.myBgColor { background-color: #513636; }

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

This div background color is #513636.


Border color

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

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

This div border color is #513636.


Opacity

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

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

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

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

This text has shadow with #513636 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513636 on black background.


Color preview on white background

This text has color #513636 on white background.



Black color preview on #513636 background

This text has black color on #513636 background.


White color preview on #513636 background

This text has white color on #513636 background.