COLOR #513E15

HEX: #513E15
RGB: (81,62,21)

Color info

#513E15 contains mainly red and green colors. Web safe color of #513E15 is #663300 (or #630).

RGB color model

#513E15 color RGB value is (81,62,21).

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

RGB channels and saturation

R 81 of 255 = 32%
G 62 of 255 = 24%
B 21 of 255 = 8%

81
62
21

R + G + B ~ 21%. #513E15 is dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 62 + 21 = 164 (100%)
R 81 of 164 ~ 49.39%
G 62 of 164 ~ 37.8%
B 21 of 164 ~ 12.8%

%49.39
%37.8
%12.8

CMYK color model

#513E15 color CMYK value is (0,23,74,68).

  • cyan value is 0.00%
  • magenta value is 23.46%
  • yellow value is 74.07%
  • key color value is 68.24%
CMYK:
(0,23,74,68)
C0M23Y74K68 
(0%,23%,74%,68%)
(0.00/0.23/0.74/0.68)	

CMYK percentages

%0
%23.46
%74.07
%68.24

Codes

Color #513E15 in popluar color models

513E15
RGB816221
HSL41°58.82%20.00%
HSB/HSV41°74.07%31.76%
CMYK0.00%23.46%74.07%
68.24%

Color #513E15 in popluar number systems.

HEX513E15
Decimal816221
Binary101000111111010101
Octal1217625

Shades and tints

Shades of #513E15

#513E15
(81,62,21)
#4A3914
(74,57,20)
#433413
(67,52,19)
#3C2F12
(60,47,18)
#352A11
(53,42,17)
#2E2510
(46,37,16)
#27200F
(39,32,15)
#201B0E
(32,27,14)
#19160D
(25,22,13)
#12110C
(18,17,12)
#0B0C0B
(11,12,11)
#000000
(0,0,0)

Tints of #513E15

#513E15
(81,62,21)
#604F2A
(96,79,42)
#6F603F
(111,96,63)
#7E7154
(126,113,84)
#8D8269
(141,130,105)
#9C937E
(156,147,126)
#ABA493
(171,164,147)
#BAB5A8
(186,181,168)
#C9C6BD
(201,198,189)
#D8D7D2
(216,215,210)
#E7E8E7
(231,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #513E15; }

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

This text font color is #513E15.


Background Color

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

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

This div background color is #513E15.


Border color

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

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

This div border color is #513E15.


Opacity

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

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

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

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

This text has shadow with #513E15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513E15 on black background.


Color preview on white background

This text has color #513E15 on white background.



Black color preview on #513E15 background

This text has black color on #513E15 background.


White color preview on #513E15 background

This text has white color on #513E15 background.