COLOR #511137

HEX: #511137
RGB: (81,17,55)

Color info

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

RGB color model

#511137 color RGB value is (81,17,55).

  • red value is 81;
  • green value is 17;
  • blue value is 55.
RGB:
(81,17,55)
(32%,7%,22%)

RGB channels and saturation

R 81 of 255 = 32%
G 17 of 255 = 7%
B 55 of 255 = 22%

81
17
55

R + G + B ~ 20%. #511137 is dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 17 + 55 = 153 (100%)
R 81 of 153 ~ 52.94%
G 17 of 153 ~ 11.11%
B 55 of 153 ~ 35.95%

%52.94
%11.11
%35.95

CMYK color model

#511137 color CMYK value is (0,79,32,68).

  • cyan value is 0.00%
  • magenta value is 79.01%
  • yellow value is 32.10%
  • key color value is 68.24%
CMYK:
(0,79,32,68)
C0M79Y32K68 
(0%,79%,32%,68%)
(0.00/0.79/0.32/0.68)	

CMYK percentages

%0
%79.01
%32.1
%68.24

Codes

Color #511137 in popluar color models

511137
RGB811755
HSL324°65.31%19.22%
HSB/HSV324°79.01%31.76%
CMYK0.00%79.01%32.10%
68.24%

Color #511137 in popluar number systems.

HEX511137
Decimal811755
Binary101000110001110111
Octal1212167

Shades and tints

Shades of #511137

#511137
(81,17,55)
#4A1032
(74,16,50)
#430F2D
(67,15,45)
#3C0E28
(60,14,40)
#350D23
(53,13,35)
#2E0C1E
(46,12,30)
#270B19
(39,11,25)
#200A14
(32,10,20)
#19090F
(25,9,15)
#12080A
(18,8,10)
#0B0705
(11,7,5)
#000000
(0,0,0)

Tints of #511137

#511137
(81,17,55)
#602649
(96,38,73)
#6F3B5B
(111,59,91)
#7E506D
(126,80,109)
#8D657F
(141,101,127)
#9C7A91
(156,122,145)
#AB8FA3
(171,143,163)
#BAA4B5
(186,164,181)
#C9B9C7
(201,185,199)
#D8CED9
(216,206,217)
#E7E3EB
(231,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #511137 color. Also use rgb(81,17,55) instead hex code.

Text Font Color

.myTextColor { color: #511137; }

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

This text font color is #511137.


Background Color

.myBgColor { background-color: #511137; }

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

This div background color is #511137.


Border color

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

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

This div border color is #511137.


Opacity

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

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

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

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

This text has shadow with #511137 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #511137 on black background.


Color preview on white background

This text has color #511137 on white background.



Black color preview on #511137 background

This text has black color on #511137 background.


White color preview on #511137 background

This text has white color on #511137 background.