COLOR #512B0B

HEX: #512B0B
RGB: (81,43,11)

Color info

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

RGB color model

#512B0B color RGB value is (81,43,11).

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

RGB channels and saturation

R 81 of 255 = 32%
G 43 of 255 = 17%
B 11 of 255 = 4%

81
43
11

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

Portions of RGB colors in percentages

R + G + B =
81 + 43 + 11 = 135 (100%)
R 81 of 135 ~ 60%
G 43 of 135 ~ 31.85%
B 11 of 135 ~ 8.15%

%60
%31.85

CMYK color model

#512B0B color CMYK value is (0,47,86,68).

  • cyan value is 0.00%
  • magenta value is 46.91%
  • yellow value is 86.42%
  • key color value is 68.24%
CMYK:
(0,47,86,68)
C0M47Y86K68 
(0%,47%,86%,68%)
(0.00/0.47/0.86/0.68)	

CMYK percentages

%0
%46.91
%86.42
%68.24

Codes

Color #512B0B in popluar color models

512B0B
RGB814311
HSL27°76.09%18.04%
HSB/HSV27°86.42%31.76%
CMYK0.00%46.91%86.42%
68.24%

Color #512B0B in popluar number systems.

HEX512B0B
Decimal814311
Binary10100011010111011
Octal1215313

Shades and tints

Shades of #512B0B

#512B0B
(81,43,11)
#4A280A
(74,40,10)
#432509
(67,37,9)
#3C2208
(60,34,8)
#351F07
(53,31,7)
#2E1C06
(46,28,6)
#271905
(39,25,5)
#201604
(32,22,4)
#191303
(25,19,3)
#121002
(18,16,2)
#0B0D01
(11,13,1)
#000000
(0,0,0)

Tints of #512B0B

#512B0B
(81,43,11)
#603E21
(96,62,33)
#6F5137
(111,81,55)
#7E644D
(126,100,77)
#8D7763
(141,119,99)
#9C8A79
(156,138,121)
#AB9D8F
(171,157,143)
#BAB0A5
(186,176,165)
#C9C3BB
(201,195,187)
#D8D6D1
(216,214,209)
#E7E9E7
(231,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #512B0B; }

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

This text font color is #512B0B.


Background Color

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

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

This div background color is #512B0B.


Border color

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

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

This div border color is #512B0B.


Opacity

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

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

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

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

This text has shadow with #512B0B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #512B0B on black background.


Color preview on white background

This text has color #512B0B on white background.



Black color preview on #512B0B background

This text has black color on #512B0B background.


White color preview on #512B0B background

This text has white color on #512B0B background.