COLOR #511447

HEX: #511447
RGB: (81,20,71)

Color info

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

RGB color model

#511447 color RGB value is (81,20,71).

  • red value is 81;
  • green value is 20;
  • blue value is 71.
RGB:
(81,20,71)
(32%,8%,28%)

RGB channels and saturation

R 81 of 255 = 32%
G 20 of 255 = 8%
B 71 of 255 = 28%

81
20
71

R + G + B ~ 23%. #511447 is dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 20 + 71 = 172 (100%)
R 81 of 172 ~ 47.09%
G 20 of 172 ~ 11.63%
B 71 of 172 ~ 41.28%

%47.09
%11.63
%41.28

CMYK color model

#511447 color CMYK value is (0,75,12,68).

  • cyan value is 0.00%
  • magenta value is 75.31%
  • yellow value is 12.35%
  • key color value is 68.24%
CMYK:
(0,75,12,68)
C0M75Y12K68 
(0%,75%,12%,68%)
(0.00/0.75/0.12/0.68)	

CMYK percentages

%0
%75.31
%12.35
%68.24

Codes

Color #511447 in popluar color models

511447
RGB812071
HSL310°60.40%19.80%
HSB/HSV310°75.31%31.76%
CMYK0.00%75.31%12.35%
68.24%

Color #511447 in popluar number systems.

HEX511447
Decimal812071
Binary1010001101001000111
Octal12124107

Shades and tints

Shades of #511447

#511447
(81,20,71)
#4A1341
(74,19,65)
#43123B
(67,18,59)
#3C1135
(60,17,53)
#35102F
(53,16,47)
#2E0F29
(46,15,41)
#270E23
(39,14,35)
#200D1D
(32,13,29)
#190C17
(25,12,23)
#120B11
(18,11,17)
#0B0A0B
(11,10,11)
#000000
(0,0,0)

Tints of #511447

#511447
(81,20,71)
#602957
(96,41,87)
#6F3E67
(111,62,103)
#7E5377
(126,83,119)
#8D6887
(141,104,135)
#9C7D97
(156,125,151)
#AB92A7
(171,146,167)
#BAA7B7
(186,167,183)
#C9BCC7
(201,188,199)
#D8D1D7
(216,209,215)
#E7E6E7
(231,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #511447 color. Also use rgb(81,20,71) instead hex code.

Text Font Color

.myTextColor { color: #511447; }

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

This text font color is #511447.


Background Color

.myBgColor { background-color: #511447; }

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

This div background color is #511447.


Border color

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

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

This div border color is #511447.


Opacity

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

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

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

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

This text has shadow with #511447 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #511447 on black background.


Color preview on white background

This text has color #511447 on white background.



Black color preview on #511447 background

This text has black color on #511447 background.


White color preview on #511447 background

This text has white color on #511447 background.