COLOR #511B1F

HEX: #511B1F
RGB: (81,27,31)

Color info

#511B1F contains red, green and blue colors in about the same proportion. Web safe color of #511B1F is #663333 (or #633).

RGB color model

#511B1F color RGB value is (81,27,31).

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

RGB channels and saturation

R 81 of 255 = 32%
G 27 of 255 = 11%
B 31 of 255 = 12%

81
27
31

R + G + B ~ 18%. #511B1F is dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 27 + 31 = 139 (100%)
R 81 of 139 ~ 58.27%
G 27 of 139 ~ 19.42%
B 31 of 139 ~ 22.3%

%58.27
%19.42
%22.3

CMYK color model

#511B1F color CMYK value is (0,67,62,68).

  • cyan value is 0.00%
  • magenta value is 66.67%
  • yellow value is 61.73%
  • key color value is 68.24%
CMYK:
(0,67,62,68)
C0M67Y62K68 
(0%,67%,62%,68%)
(0.00/0.67/0.62/0.68)	

CMYK percentages

%0
%66.67
%61.73
%68.24

Codes

Color #511B1F in popluar color models

511B1F
RGB812731
HSL356°50.00%21.18%
HSB/HSV356°66.67%31.76%
CMYK0.00%66.67%61.73%
68.24%

Color #511B1F in popluar number systems.

HEX511B1F
Decimal812731
Binary10100011101111111
Octal1213337

Shades and tints

Shades of #511B1F

#511B1F
(81,27,31)
#4A191D
(74,25,29)
#43171B
(67,23,27)
#3C1519
(60,21,25)
#351317
(53,19,23)
#2E1115
(46,17,21)
#270F13
(39,15,19)
#200D11
(32,13,17)
#190B0F
(25,11,15)
#12090D
(18,9,13)
#0B070B
(11,7,11)
#000000
(0,0,0)

Tints of #511B1F

#511B1F
(81,27,31)
#602F33
(96,47,51)
#6F4347
(111,67,71)
#7E575B
(126,87,91)
#8D6B6F
(141,107,111)
#9C7F83
(156,127,131)
#AB9397
(171,147,151)
#BAA7AB
(186,167,171)
#C9BBBF
(201,187,191)
#D8CFD3
(216,207,211)
#E7E3E7
(231,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #511B1F; }

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

This text font color is #511B1F.


Background Color

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

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

This div background color is #511B1F.


Border color

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

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

This div border color is #511B1F.


Opacity

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

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

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

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

This text has shadow with #511B1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #511B1F on black background.


Color preview on white background

This text has color #511B1F on white background.



Black color preview on #511B1F background

This text has black color on #511B1F background.


White color preview on #511B1F background

This text has white color on #511B1F background.