COLOR #511C39

HEX: #511C39
RGB: (81,28,57)

Color info

#511C39 contains red, green and blue colors in about the same proportion. Web safe color of #511C39 is #663333 (or #633).

RGB color model

#511C39 color RGB value is (81,28,57).

  • red value is 81;
  • green value is 28;
  • blue value is 57.
RGB:
(81,28,57)
(32%,11%,22%)

RGB channels and saturation

R 81 of 255 = 32%
G 28 of 255 = 11%
B 57 of 255 = 22%

81
28
57

R + G + B ~ 22%. #511C39 is dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 28 + 57 = 166 (100%)
R 81 of 166 ~ 48.8%
G 28 of 166 ~ 16.87%
B 57 of 166 ~ 34.34%

%48.8
%16.87
%34.34

CMYK color model

#511C39 color CMYK value is (0,65,30,68).

  • cyan value is 0.00%
  • magenta value is 65.43%
  • yellow value is 29.63%
  • key color value is 68.24%
CMYK:
(0,65,30,68)
C0M65Y30K68 
(0%,65%,30%,68%)
(0.00/0.65/0.30/0.68)	

CMYK percentages

%0
%65.43
%29.63
%68.24

Codes

Color #511C39 in popluar color models

511C39
RGB812857
HSL327°48.62%21.37%
HSB/HSV327°65.43%31.76%
CMYK0.00%65.43%29.63%
68.24%

Color #511C39 in popluar number systems.

HEX511C39
Decimal812857
Binary101000111100111001
Octal1213471

Shades and tints

Shades of #511C39

#511C39
(81,28,57)
#4A1A34
(74,26,52)
#43182F
(67,24,47)
#3C162A
(60,22,42)
#351425
(53,20,37)
#2E1220
(46,18,32)
#27101B
(39,16,27)
#200E16
(32,14,22)
#190C11
(25,12,17)
#120A0C
(18,10,12)
#0B0807
(11,8,7)
#000000
(0,0,0)

Tints of #511C39

#511C39
(81,28,57)
#60304B
(96,48,75)
#6F445D
(111,68,93)
#7E586F
(126,88,111)
#8D6C81
(141,108,129)
#9C8093
(156,128,147)
#AB94A5
(171,148,165)
#BAA8B7
(186,168,183)
#C9BCC9
(201,188,201)
#D8D0DB
(216,208,219)
#E7E4ED
(231,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #511C39 color. Also use rgb(81,28,57) instead hex code.

Text Font Color

.myTextColor { color: #511C39; }

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

This text font color is #511C39.


Background Color

.myBgColor { background-color: #511C39; }

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

This div background color is #511C39.


Border color

.myBorderColor { border: 1px solid #511C39; }

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

This div border color is #511C39.


Opacity

.myOpacity80 { color: #511C39; opacity: 0.8; }

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

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

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

This text has shadow with #511C39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #511C39 on black background.


Color preview on white background

This text has color #511C39 on white background.



Black color preview on #511C39 background

This text has black color on #511C39 background.


White color preview on #511C39 background

This text has white color on #511C39 background.