COLOR #513E34

HEX: #513E34
RGB: (81,62,52)

Color info

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

RGB color model

#513E34 color RGB value is (81,62,52).

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

RGB channels and saturation

R 81 of 255 = 32%
G 62 of 255 = 24%
B 52 of 255 = 20%

81
62
52

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

Portions of RGB colors in percentages

R + G + B =
81 + 62 + 52 = 195 (100%)
R 81 of 195 ~ 41.54%
G 62 of 195 ~ 31.79%
B 52 of 195 ~ 26.67%

%41.54
%31.79
%26.67

CMYK color model

#513E34 color CMYK value is (0,23,36,68).

  • cyan value is 0.00%
  • magenta value is 23.46%
  • yellow value is 35.80%
  • key color value is 68.24%
CMYK:
(0,23,36,68)
C0M23Y36K68 
(0%,23%,36%,68%)
(0.00/0.23/0.36/0.68)	

CMYK percentages

%0
%23.46
%35.8
%68.24

Codes

Color #513E34 in popluar color models

513E34
RGB816252
HSL21°21.80%26.08%
HSB/HSV21°35.80%31.76%
CMYK0.00%23.46%35.80%
68.24%

Color #513E34 in popluar number systems.

HEX513E34
Decimal816252
Binary1010001111110110100
Octal1217664

Shades and tints

Shades of #513E34

#513E34
(81,62,52)
#4A3930
(74,57,48)
#43342C
(67,52,44)
#3C2F28
(60,47,40)
#352A24
(53,42,36)
#2E2520
(46,37,32)
#27201C
(39,32,28)
#201B18
(32,27,24)
#191614
(25,22,20)
#121110
(18,17,16)
#0B0C0C
(11,12,12)
#000000
(0,0,0)

Tints of #513E34

#513E34
(81,62,52)
#604F46
(96,79,70)
#6F6058
(111,96,88)
#7E716A
(126,113,106)
#8D827C
(141,130,124)
#9C938E
(156,147,142)
#ABA4A0
(171,164,160)
#BAB5B2
(186,181,178)
#C9C6C4
(201,198,196)
#D8D7D6
(216,215,214)
#E7E8E8
(231,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #513E34; }

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

This text font color is #513E34.


Background Color

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

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

This div background color is #513E34.


Border color

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

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

This div border color is #513E34.


Opacity

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

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

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

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

This text has shadow with #513E34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513E34 on black background.


Color preview on white background

This text has color #513E34 on white background.



Black color preview on #513E34 background

This text has black color on #513E34 background.


White color preview on #513E34 background

This text has white color on #513E34 background.