COLOR #513B0C

HEX: #513B0C
RGB: (81,59,12)

Color info

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

RGB color model

#513B0C color RGB value is (81,59,12).

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

RGB channels and saturation

R 81 of 255 = 32%
G 59 of 255 = 23%
B 12 of 255 = 5%

81
59
12

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

Portions of RGB colors in percentages

R + G + B =
81 + 59 + 12 = 152 (100%)
R 81 of 152 ~ 53.29%
G 59 of 152 ~ 38.82%
B 12 of 152 ~ 7.89%

%53.29
%38.82

CMYK color model

#513B0C color CMYK value is (0,27,85,68).

  • cyan value is 0.00%
  • magenta value is 27.16%
  • yellow value is 85.19%
  • key color value is 68.24%
CMYK:
(0,27,85,68)
C0M27Y85K68 
(0%,27%,85%,68%)
(0.00/0.27/0.85/0.68)	

CMYK percentages

%0
%27.16
%85.19
%68.24

Codes

Color #513B0C in popluar color models

513B0C
RGB815912
HSL41°74.19%18.24%
HSB/HSV41°85.19%31.76%
CMYK0.00%27.16%85.19%
68.24%

Color #513B0C in popluar number systems.

HEX513B0C
Decimal815912
Binary10100011110111100
Octal1217314

Shades and tints

Shades of #513B0C

#513B0C
(81,59,12)
#4A360B
(74,54,11)
#43310A
(67,49,10)
#3C2C09
(60,44,9)
#352708
(53,39,8)
#2E2207
(46,34,7)
#271D06
(39,29,6)
#201805
(32,24,5)
#191304
(25,19,4)
#120E03
(18,14,3)
#0B0902
(11,9,2)
#000000
(0,0,0)

Tints of #513B0C

#513B0C
(81,59,12)
#604C22
(96,76,34)
#6F5D38
(111,93,56)
#7E6E4E
(126,110,78)
#8D7F64
(141,127,100)
#9C907A
(156,144,122)
#ABA190
(171,161,144)
#BAB2A6
(186,178,166)
#C9C3BC
(201,195,188)
#D8D4D2
(216,212,210)
#E7E5E8
(231,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #513B0C; }

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

This text font color is #513B0C.


Background Color

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

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

This div background color is #513B0C.


Border color

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

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

This div border color is #513B0C.


Opacity

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

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

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

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

This text has shadow with #513B0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513B0C on black background.


Color preview on white background

This text has color #513B0C on white background.



Black color preview on #513B0C background

This text has black color on #513B0C background.


White color preview on #513B0C background

This text has white color on #513B0C background.