COLOR #513D0E

HEX: #513D0E
RGB: (81,61,14)

Color info

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

RGB color model

#513D0E color RGB value is (81,61,14).

  • red value is 81;
  • green value is 61;
  • blue value is 14.
RGB:
(81,61,14)
(32%,24%,5%)

RGB channels and saturation

R 81 of 255 = 32%
G 61 of 255 = 24%
B 14 of 255 = 5%

81
61
14

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

Portions of RGB colors in percentages

R + G + B =
81 + 61 + 14 = 156 (100%)
R 81 of 156 ~ 51.92%
G 61 of 156 ~ 39.1%
B 14 of 156 ~ 8.97%

%51.92
%39.1

CMYK color model

#513D0E color CMYK value is (0,25,83,68).

  • cyan value is 0.00%
  • magenta value is 24.69%
  • yellow value is 82.72%
  • key color value is 68.24%
CMYK:
(0,25,83,68)
C0M25Y83K68 
(0%,25%,83%,68%)
(0.00/0.25/0.83/0.68)	

CMYK percentages

%0
%24.69
%82.72
%68.24

Codes

Color #513D0E in popluar color models

513D0E
RGB816114
HSL42°70.53%18.63%
HSB/HSV42°82.72%31.76%
CMYK0.00%24.69%82.72%
68.24%

Color #513D0E in popluar number systems.

HEX513D0E
Decimal816114
Binary10100011111011110
Octal1217516

Shades and tints

Shades of #513D0E

#513D0E
(81,61,14)
#4A380D
(74,56,13)
#43330C
(67,51,12)
#3C2E0B
(60,46,11)
#35290A
(53,41,10)
#2E2409
(46,36,9)
#271F08
(39,31,8)
#201A07
(32,26,7)
#191506
(25,21,6)
#121005
(18,16,5)
#0B0B04
(11,11,4)
#000000
(0,0,0)

Tints of #513D0E

#513D0E
(81,61,14)
#604E23
(96,78,35)
#6F5F38
(111,95,56)
#7E704D
(126,112,77)
#8D8162
(141,129,98)
#9C9277
(156,146,119)
#ABA38C
(171,163,140)
#BAB4A1
(186,180,161)
#C9C5B6
(201,197,182)
#D8D6CB
(216,214,203)
#E7E7E0
(231,231,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #513D0E color. Also use rgb(81,61,14) instead hex code.

Text Font Color

.myTextColor { color: #513D0E; }

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

This text font color is #513D0E.


Background Color

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

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

This div background color is #513D0E.


Border color

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

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

This div border color is #513D0E.


Opacity

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

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

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

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

This text has shadow with #513D0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513D0E on black background.


Color preview on white background

This text has color #513D0E on white background.



Black color preview on #513D0E background

This text has black color on #513D0E background.


White color preview on #513D0E background

This text has white color on #513D0E background.