COLOR #511237

HEX: #511237
RGB: (81,18,55)

Color info

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

RGB color model

#511237 color RGB value is (81,18,55).

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

RGB channels and saturation

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

81
18
55

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

Portions of RGB colors in percentages

R + G + B =
81 + 18 + 55 = 154 (100%)
R 81 of 154 ~ 52.6%
G 18 of 154 ~ 11.69%
B 55 of 154 ~ 35.71%

%52.6
%11.69
%35.71

CMYK color model

#511237 color CMYK value is (0,78,32,68).

  • cyan value is 0.00%
  • magenta value is 77.78%
  • yellow value is 32.10%
  • key color value is 68.24%
CMYK:
(0,78,32,68)
C0M78Y32K68 
(0%,78%,32%,68%)
(0.00/0.78/0.32/0.68)	

CMYK percentages

%0
%77.78
%32.1
%68.24

Codes

Color #511237 in popluar color models

511237
RGB811855
HSL325°63.64%19.41%
HSB/HSV325°77.78%31.76%
CMYK0.00%77.78%32.10%
68.24%

Color #511237 in popluar number systems.

HEX511237
Decimal811855
Binary101000110010110111
Octal1212267

Shades and tints

Shades of #511237

#511237
(81,18,55)
#4A1132
(74,17,50)
#43102D
(67,16,45)
#3C0F28
(60,15,40)
#350E23
(53,14,35)
#2E0D1E
(46,13,30)
#270C19
(39,12,25)
#200B14
(32,11,20)
#190A0F
(25,10,15)
#12090A
(18,9,10)
#0B0805
(11,8,5)
#000000
(0,0,0)

Tints of #511237

#511237
(81,18,55)
#602749
(96,39,73)
#6F3C5B
(111,60,91)
#7E516D
(126,81,109)
#8D667F
(141,102,127)
#9C7B91
(156,123,145)
#AB90A3
(171,144,163)
#BAA5B5
(186,165,181)
#C9BAC7
(201,186,199)
#D8CFD9
(216,207,217)
#E7E4EB
(231,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #511237; }

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

This text font color is #511237.


Background Color

.myBgColor { background-color: #511237; }

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

This div background color is #511237.


Border color

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

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

This div border color is #511237.


Opacity

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

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

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

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

This text has shadow with #511237 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #511237 on black background.


Color preview on white background

This text has color #511237 on white background.



Black color preview on #511237 background

This text has black color on #511237 background.


White color preview on #511237 background

This text has white color on #511237 background.