COLOR #513D0B

HEX: #513D0B
RGB: (81,61,11)

Color info

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

RGB color model

#513D0B color RGB value is (81,61,11).

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

RGB channels and saturation

R 81 of 255 = 32%
G 61 of 255 = 24%
B 11 of 255 = 4%

81
61
11

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

Portions of RGB colors in percentages

R + G + B =
81 + 61 + 11 = 153 (100%)
R 81 of 153 ~ 52.94%
G 61 of 153 ~ 39.87%
B 11 of 153 ~ 7.19%

%52.94
%39.87

CMYK color model

#513D0B color CMYK value is (0,25,86,68).

  • cyan value is 0.00%
  • magenta value is 24.69%
  • yellow value is 86.42%
  • key color value is 68.24%
CMYK:
(0,25,86,68)
C0M25Y86K68 
(0%,25%,86%,68%)
(0.00/0.25/0.86/0.68)	

CMYK percentages

%0
%24.69
%86.42
%68.24

Codes

Color #513D0B in popluar color models

513D0B
RGB816111
HSL43°76.09%18.04%
HSB/HSV43°86.42%31.76%
CMYK0.00%24.69%86.42%
68.24%

Color #513D0B in popluar number systems.

HEX513D0B
Decimal816111
Binary10100011111011011
Octal1217513

Shades and tints

Shades of #513D0B

#513D0B
(81,61,11)
#4A380A
(74,56,10)
#433309
(67,51,9)
#3C2E08
(60,46,8)
#352907
(53,41,7)
#2E2406
(46,36,6)
#271F05
(39,31,5)
#201A04
(32,26,4)
#191503
(25,21,3)
#121002
(18,16,2)
#0B0B01
(11,11,1)
#000000
(0,0,0)

Tints of #513D0B

#513D0B
(81,61,11)
#604E21
(96,78,33)
#6F5F37
(111,95,55)
#7E704D
(126,112,77)
#8D8163
(141,129,99)
#9C9279
(156,146,121)
#ABA38F
(171,163,143)
#BAB4A5
(186,180,165)
#C9C5BB
(201,197,187)
#D8D6D1
(216,214,209)
#E7E7E7
(231,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #513D0B; }

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

This text font color is #513D0B.


Background Color

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

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

This div background color is #513D0B.


Border color

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

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

This div border color is #513D0B.


Opacity

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

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

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

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

This text has shadow with #513D0B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513D0B on black background.


Color preview on white background

This text has color #513D0B on white background.



Black color preview on #513D0B background

This text has black color on #513D0B background.


White color preview on #513D0B background

This text has white color on #513D0B background.