COLOR #511B0D

HEX: #511B0D
RGB: (81,27,13)

Color info

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

RGB color model

#511B0D color RGB value is (81,27,13).

  • red value is 81;
  • green value is 27;
  • blue value is 13.
RGB:
(81,27,13)
(32%,11%,5%)

RGB channels and saturation

R 81 of 255 = 32%
G 27 of 255 = 11%
B 13 of 255 = 5%

81
27
13

R + G + B ~ 16%. #511B0D is dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 27 + 13 = 121 (100%)
R 81 of 121 ~ 66.94%
G 27 of 121 ~ 22.31%
B 13 of 121 ~ 10.74%

%66.94
%22.31
%10.74

CMYK color model

#511B0D color CMYK value is (0,67,84,68).

  • cyan value is 0.00%
  • magenta value is 66.67%
  • yellow value is 83.95%
  • key color value is 68.24%
CMYK:
(0,67,84,68)
C0M67Y84K68 
(0%,67%,84%,68%)
(0.00/0.67/0.84/0.68)	

CMYK percentages

%0
%66.67
%83.95
%68.24

Codes

Color #511B0D in popluar color models

511B0D
RGB812713
HSL12°72.34%18.43%
HSB/HSV12°83.95%31.76%
CMYK0.00%66.67%83.95%
68.24%

Color #511B0D in popluar number systems.

HEX511B0D
Decimal812713
Binary1010001110111101
Octal1213315

Shades and tints

Shades of #511B0D

#511B0D
(81,27,13)
#4A190C
(74,25,12)
#43170B
(67,23,11)
#3C150A
(60,21,10)
#351309
(53,19,9)
#2E1108
(46,17,8)
#270F07
(39,15,7)
#200D06
(32,13,6)
#190B05
(25,11,5)
#120904
(18,9,4)
#0B0703
(11,7,3)
#000000
(0,0,0)

Tints of #511B0D

#511B0D
(81,27,13)
#602F23
(96,47,35)
#6F4339
(111,67,57)
#7E574F
(126,87,79)
#8D6B65
(141,107,101)
#9C7F7B
(156,127,123)
#AB9391
(171,147,145)
#BAA7A7
(186,167,167)
#C9BBBD
(201,187,189)
#D8CFD3
(216,207,211)
#E7E3E9
(231,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #511B0D color. Also use rgb(81,27,13) instead hex code.

Text Font Color

.myTextColor { color: #511B0D; }

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

This text font color is #511B0D.


Background Color

.myBgColor { background-color: #511B0D; }

<div style="background-color:#511B0D">Inner text</div>

This div background color is #511B0D.


Border color

.myBorderColor { border: 1px solid #511B0D; }

<div style="border:3px solid #511B0D">Div</div>

This div border color is #511B0D.


Opacity

.myOpacity80 { color: #511B0D; opacity: 0.8; }

<p style="color:#511B0D;opacity:0.8;">80%</p>

Text with #511B0D 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 #511B0D;}

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

This text has shadow with #511B0D color.

.textShadow {text-shadow: 3px 3px 1px #511B0D, 3px 3px 1px red;}

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

This text has shadow with #511B0D primary color and red secondary color.


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

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

This text has shadow with #511B0D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #511B0D on black background.


Color preview on white background

This text has color #511B0D on white background.



Black color preview on #511B0D background

This text has black color on #511B0D background.


White color preview on #511B0D background

This text has white color on #511B0D background.