COLOR #511520

HEX: #511520
RGB: (81,21,32)

Color info

#511520 contains mainly red and blue colors. Web safe color of #511520 is #660033 (or #603).

RGB color model

#511520 color RGB value is (81,21,32).

  • red value is 81;
  • green value is 21;
  • blue value is 32.
RGB:
(81,21,32)
(32%,8%,13%)

RGB channels and saturation

R 81 of 255 = 32%
G 21 of 255 = 8%
B 32 of 255 = 13%

81
21
32

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

Portions of RGB colors in percentages

R + G + B =
81 + 21 + 32 = 134 (100%)
R 81 of 134 ~ 60.45%
G 21 of 134 ~ 15.67%
B 32 of 134 ~ 23.88%

%60.45
%15.67
%23.88

CMYK color model

#511520 color CMYK value is (0,74,60,68).

  • cyan value is 0.00%
  • magenta value is 74.07%
  • yellow value is 60.49%
  • key color value is 68.24%
CMYK:
(0,74,60,68)
C0M74Y60K68 
(0%,74%,60%,68%)
(0.00/0.74/0.60/0.68)	

CMYK percentages

%0
%74.07
%60.49
%68.24

Codes

Color #511520 in popluar color models

511520
RGB812132
HSL349°58.82%20.00%
HSB/HSV349°74.07%31.76%
CMYK0.00%74.07%60.49%
68.24%

Color #511520 in popluar number systems.

HEX511520
Decimal812132
Binary101000110101100000
Octal1212540

Shades and tints

Shades of #511520

#511520
(81,21,32)
#4A141E
(74,20,30)
#43131C
(67,19,28)
#3C121A
(60,18,26)
#351118
(53,17,24)
#2E1016
(46,16,22)
#270F14
(39,15,20)
#200E12
(32,14,18)
#190D10
(25,13,16)
#120C0E
(18,12,14)
#0B0B0C
(11,11,12)
#000000
(0,0,0)

Tints of #511520

#511520
(81,21,32)
#602A34
(96,42,52)
#6F3F48
(111,63,72)
#7E545C
(126,84,92)
#8D6970
(141,105,112)
#9C7E84
(156,126,132)
#AB9398
(171,147,152)
#BAA8AC
(186,168,172)
#C9BDC0
(201,189,192)
#D8D2D4
(216,210,212)
#E7E7E8
(231,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #511520 color. Also use rgb(81,21,32) instead hex code.

Text Font Color

.myTextColor { color: #511520; }

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

This text font color is #511520.


Background Color

.myBgColor { background-color: #511520; }

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

This div background color is #511520.


Border color

.myBorderColor { border: 1px solid #511520; }

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

This div border color is #511520.


Opacity

.myOpacity80 { color: #511520; opacity: 0.8; }

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

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

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

This text has shadow with #511520 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #511520 on black background.


Color preview on white background

This text has color #511520 on white background.



Black color preview on #511520 background

This text has black color on #511520 background.


White color preview on #511520 background

This text has white color on #511520 background.