COLOR #512D0B

HEX: #512D0B
RGB: (81,45,11)

Color info

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

RGB color model

#512D0B color RGB value is (81,45,11).

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

RGB channels and saturation

R 81 of 255 = 32%
G 45 of 255 = 18%
B 11 of 255 = 4%

81
45
11

R + G + B ~ 18%. #512D0B is dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 45 + 11 = 137 (100%)
R 81 of 137 ~ 59.12%
G 45 of 137 ~ 32.85%
B 11 of 137 ~ 8.03%

%59.12
%32.85

CMYK color model

#512D0B color CMYK value is (0,44,86,68).

  • cyan value is 0.00%
  • magenta value is 44.44%
  • yellow value is 86.42%
  • key color value is 68.24%
CMYK:
(0,44,86,68)
C0M44Y86K68 
(0%,44%,86%,68%)
(0.00/0.44/0.86/0.68)	

CMYK percentages

%0
%44.44
%86.42
%68.24

Codes

Color #512D0B in popluar color models

512D0B
RGB814511
HSL29°76.09%18.04%
HSB/HSV29°86.42%31.76%
CMYK0.00%44.44%86.42%
68.24%

Color #512D0B in popluar number systems.

HEX512D0B
Decimal814511
Binary10100011011011011
Octal1215513

Shades and tints

Shades of #512D0B

#512D0B
(81,45,11)
#4A290A
(74,41,10)
#432509
(67,37,9)
#3C2108
(60,33,8)
#351D07
(53,29,7)
#2E1906
(46,25,6)
#271505
(39,21,5)
#201104
(32,17,4)
#190D03
(25,13,3)
#120902
(18,9,2)
#0B0501
(11,5,1)
#000000
(0,0,0)

Tints of #512D0B

#512D0B
(81,45,11)
#604021
(96,64,33)
#6F5337
(111,83,55)
#7E664D
(126,102,77)
#8D7963
(141,121,99)
#9C8C79
(156,140,121)
#AB9F8F
(171,159,143)
#BAB2A5
(186,178,165)
#C9C5BB
(201,197,187)
#D8D8D1
(216,216,209)
#E7EBE7
(231,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #512D0B; }

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

This text font color is #512D0B.


Background Color

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

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

This div background color is #512D0B.


Border color

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

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

This div border color is #512D0B.


Opacity

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

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

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

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

This text has shadow with #512D0B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #512D0B on black background.


Color preview on white background

This text has color #512D0B on white background.



Black color preview on #512D0B background

This text has black color on #512D0B background.


White color preview on #512D0B background

This text has white color on #512D0B background.