COLOR #513B34

HEX: #513B34
RGB: (81,59,52)

Color info

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

RGB color model

#513B34 color RGB value is (81,59,52).

  • red value is 81;
  • green value is 59;
  • blue value is 52.
RGB:
(81,59,52)
(32%,23%,20%)

RGB channels and saturation

R 81 of 255 = 32%
G 59 of 255 = 23%
B 52 of 255 = 20%

81
59
52

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

Portions of RGB colors in percentages

R + G + B =
81 + 59 + 52 = 192 (100%)
R 81 of 192 ~ 42.19%
G 59 of 192 ~ 30.73%
B 52 of 192 ~ 27.08%

%42.19
%30.73
%27.08

CMYK color model

#513B34 color CMYK value is (0,27,36,68).

  • cyan value is 0.00%
  • magenta value is 27.16%
  • yellow value is 35.80%
  • key color value is 68.24%
CMYK:
(0,27,36,68)
C0M27Y36K68 
(0%,27%,36%,68%)
(0.00/0.27/0.36/0.68)	

CMYK percentages

%0
%27.16
%35.8
%68.24

Codes

Color #513B34 in popluar color models

513B34
RGB815952
HSL14°21.80%26.08%
HSB/HSV14°35.80%31.76%
CMYK0.00%27.16%35.80%
68.24%

Color #513B34 in popluar number systems.

HEX513B34
Decimal815952
Binary1010001111011110100
Octal1217364

Shades and tints

Shades of #513B34

#513B34
(81,59,52)
#4A3630
(74,54,48)
#43312C
(67,49,44)
#3C2C28
(60,44,40)
#352724
(53,39,36)
#2E2220
(46,34,32)
#271D1C
(39,29,28)
#201818
(32,24,24)
#191314
(25,19,20)
#120E10
(18,14,16)
#0B090C
(11,9,12)
#000000
(0,0,0)

Tints of #513B34

#513B34
(81,59,52)
#604C46
(96,76,70)
#6F5D58
(111,93,88)
#7E6E6A
(126,110,106)
#8D7F7C
(141,127,124)
#9C908E
(156,144,142)
#ABA1A0
(171,161,160)
#BAB2B2
(186,178,178)
#C9C3C4
(201,195,196)
#D8D4D6
(216,212,214)
#E7E5E8
(231,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #513B34 color. Also use rgb(81,59,52) instead hex code.

Text Font Color

.myTextColor { color: #513B34; }

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

This text font color is #513B34.


Background Color

.myBgColor { background-color: #513B34; }

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

This div background color is #513B34.


Border color

.myBorderColor { border: 1px solid #513B34; }

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

This div border color is #513B34.


Opacity

.myOpacity80 { color: #513B34; opacity: 0.8; }

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

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

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

This text has shadow with #513B34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513B34 on black background.


Color preview on white background

This text has color #513B34 on white background.



Black color preview on #513B34 background

This text has black color on #513B34 background.


White color preview on #513B34 background

This text has white color on #513B34 background.