COLOR #513E0A

HEX: #513E0A
RGB: (81,62,10)

Color info

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

RGB color model

#513E0A color RGB value is (81,62,10).

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

RGB channels and saturation

R 81 of 255 = 32%
G 62 of 255 = 24%
B 10 of 255 = 4%

81
62
10

R + G + B ~ 20%. #513E0A is dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 62 + 10 = 153 (100%)
R 81 of 153 ~ 52.94%
G 62 of 153 ~ 40.52%
B 10 of 153 ~ 6.54%

%52.94
%40.52

CMYK color model

#513E0A color CMYK value is (0,23,88,68).

  • cyan value is 0.00%
  • magenta value is 23.46%
  • yellow value is 87.65%
  • key color value is 68.24%
CMYK:
(0,23,88,68)
C0M23Y88K68 
(0%,23%,88%,68%)
(0.00/0.23/0.88/0.68)	

CMYK percentages

%0
%23.46
%87.65
%68.24

Codes

Color #513E0A in popluar color models

513E0A
RGB816210
HSL44°78.02%17.84%
HSB/HSV44°87.65%31.76%
CMYK0.00%23.46%87.65%
68.24%

Color #513E0A in popluar number systems.

HEX513E0A
Decimal816210
Binary10100011111101010
Octal1217612

Shades and tints

Shades of #513E0A

#513E0A
(81,62,10)
#4A390A
(74,57,10)
#43340A
(67,52,10)
#3C2F0A
(60,47,10)
#352A0A
(53,42,10)
#2E250A
(46,37,10)
#27200A
(39,32,10)
#201B0A
(32,27,10)
#19160A
(25,22,10)
#12110A
(18,17,10)
#0B0C0A
(11,12,10)
#000000
(0,0,0)

Tints of #513E0A

#513E0A
(81,62,10)
#604F20
(96,79,32)
#6F6036
(111,96,54)
#7E714C
(126,113,76)
#8D8262
(141,130,98)
#9C9378
(156,147,120)
#ABA48E
(171,164,142)
#BAB5A4
(186,181,164)
#C9C6BA
(201,198,186)
#D8D7D0
(216,215,208)
#E7E8E6
(231,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #513E0A; }

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

This text font color is #513E0A.


Background Color

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

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

This div background color is #513E0A.


Border color

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

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

This div border color is #513E0A.


Opacity

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

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

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

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

This text has shadow with #513E0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513E0A on black background.


Color preview on white background

This text has color #513E0A on white background.



Black color preview on #513E0A background

This text has black color on #513E0A background.


White color preview on #513E0A background

This text has white color on #513E0A background.