COLOR #511937

HEX: #511937
RGB: (81,25,55)

Color info

#511937 contains red, green and blue colors in about the same proportion. Web safe color of #511937 is #660033 (or #603).

RGB color model

#511937 color RGB value is (81,25,55).

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

RGB channels and saturation

R 81 of 255 = 32%
G 25 of 255 = 10%
B 55 of 255 = 22%

81
25
55

R + G + B ~ 21%. #511937 is dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 25 + 55 = 161 (100%)
R 81 of 161 ~ 50.31%
G 25 of 161 ~ 15.53%
B 55 of 161 ~ 34.16%

%50.31
%15.53
%34.16

CMYK color model

#511937 color CMYK value is (0,69,32,68).

  • cyan value is 0.00%
  • magenta value is 69.14%
  • yellow value is 32.10%
  • key color value is 68.24%
CMYK:
(0,69,32,68)
C0M69Y32K68 
(0%,69%,32%,68%)
(0.00/0.69/0.32/0.68)	

CMYK percentages

%0
%69.14
%32.1
%68.24

Codes

Color #511937 in popluar color models

511937
RGB812555
HSL328°52.83%20.78%
HSB/HSV328°69.14%31.76%
CMYK0.00%69.14%32.10%
68.24%

Color #511937 in popluar number systems.

HEX511937
Decimal812555
Binary101000111001110111
Octal1213167

Shades and tints

Shades of #511937

#511937
(81,25,55)
#4A1732
(74,23,50)
#43152D
(67,21,45)
#3C1328
(60,19,40)
#351123
(53,17,35)
#2E0F1E
(46,15,30)
#270D19
(39,13,25)
#200B14
(32,11,20)
#19090F
(25,9,15)
#12070A
(18,7,10)
#0B0505
(11,5,5)
#000000
(0,0,0)

Tints of #511937

#511937
(81,25,55)
#602D49
(96,45,73)
#6F415B
(111,65,91)
#7E556D
(126,85,109)
#8D697F
(141,105,127)
#9C7D91
(156,125,145)
#AB91A3
(171,145,163)
#BAA5B5
(186,165,181)
#C9B9C7
(201,185,199)
#D8CDD9
(216,205,217)
#E7E1EB
(231,225,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #511937; }

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

This text font color is #511937.


Background Color

.myBgColor { background-color: #511937; }

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

This div background color is #511937.


Border color

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

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

This div border color is #511937.


Opacity

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

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

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

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

This text has shadow with #511937 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #511937 on black background.


Color preview on white background

This text has color #511937 on white background.



Black color preview on #511937 background

This text has black color on #511937 background.


White color preview on #511937 background

This text has white color on #511937 background.