COLOR #513D0C

HEX: #513D0C
RGB: (81,61,12)

Color info

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

RGB color model

#513D0C color RGB value is (81,61,12).

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

RGB channels and saturation

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

81
61
12

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

Portions of RGB colors in percentages

R + G + B =
81 + 61 + 12 = 154 (100%)
R 81 of 154 ~ 52.6%
G 61 of 154 ~ 39.61%
B 12 of 154 ~ 7.79%

%52.6
%39.61

CMYK color model

#513D0C color CMYK value is (0,25,85,68).

  • cyan value is 0.00%
  • magenta value is 24.69%
  • yellow value is 85.19%
  • key color value is 68.24%
CMYK:
(0,25,85,68)
C0M25Y85K68 
(0%,25%,85%,68%)
(0.00/0.25/0.85/0.68)	

CMYK percentages

%0
%24.69
%85.19
%68.24

Codes

Color #513D0C in popluar color models

513D0C
RGB816112
HSL43°74.19%18.24%
HSB/HSV43°85.19%31.76%
CMYK0.00%24.69%85.19%
68.24%

Color #513D0C in popluar number systems.

HEX513D0C
Decimal816112
Binary10100011111011100
Octal1217514

Shades and tints

Shades of #513D0C

#513D0C
(81,61,12)
#4A380B
(74,56,11)
#43330A
(67,51,10)
#3C2E09
(60,46,9)
#352908
(53,41,8)
#2E2407
(46,36,7)
#271F06
(39,31,6)
#201A05
(32,26,5)
#191504
(25,21,4)
#121003
(18,16,3)
#0B0B02
(11,11,2)
#000000
(0,0,0)

Tints of #513D0C

#513D0C
(81,61,12)
#604E22
(96,78,34)
#6F5F38
(111,95,56)
#7E704E
(126,112,78)
#8D8164
(141,129,100)
#9C927A
(156,146,122)
#ABA390
(171,163,144)
#BAB4A6
(186,180,166)
#C9C5BC
(201,197,188)
#D8D6D2
(216,214,210)
#E7E7E8
(231,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #513D0C; }

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

This text font color is #513D0C.


Background Color

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

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

This div background color is #513D0C.


Border color

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

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

This div border color is #513D0C.


Opacity

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

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

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

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

This text has shadow with #513D0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513D0C on black background.


Color preview on white background

This text has color #513D0C on white background.



Black color preview on #513D0C background

This text has black color on #513D0C background.


White color preview on #513D0C background

This text has white color on #513D0C background.