COLOR #511D33

HEX: #511D33
RGB: (81,29,51)

Color info

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

RGB color model

#511D33 color RGB value is (81,29,51).

  • red value is 81;
  • green value is 29;
  • blue value is 51.
RGB:
(81,29,51)
(32%,11%,20%)

RGB channels and saturation

R 81 of 255 = 32%
G 29 of 255 = 11%
B 51 of 255 = 20%

81
29
51

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

Portions of RGB colors in percentages

R + G + B =
81 + 29 + 51 = 161 (100%)
R 81 of 161 ~ 50.31%
G 29 of 161 ~ 18.01%
B 51 of 161 ~ 31.68%

%50.31
%18.01
%31.68

CMYK color model

#511D33 color CMYK value is (0,64,37,68).

  • cyan value is 0.00%
  • magenta value is 64.20%
  • yellow value is 37.04%
  • key color value is 68.24%
CMYK:
(0,64,37,68)
C0M64Y37K68 
(0%,64%,37%,68%)
(0.00/0.64/0.37/0.68)	

CMYK percentages

%0
%64.2
%37.04
%68.24

Codes

Color #511D33 in popluar color models

511D33
RGB812951
HSL335°47.27%21.57%
HSB/HSV335°64.20%31.76%
CMYK0.00%64.20%37.04%
68.24%

Color #511D33 in popluar number systems.

HEX511D33
Decimal812951
Binary101000111101110011
Octal1213563

Shades and tints

Shades of #511D33

#511D33
(81,29,51)
#4A1B2F
(74,27,47)
#43192B
(67,25,43)
#3C1727
(60,23,39)
#351523
(53,21,35)
#2E131F
(46,19,31)
#27111B
(39,17,27)
#200F17
(32,15,23)
#190D13
(25,13,19)
#120B0F
(18,11,15)
#0B090B
(11,9,11)
#000000
(0,0,0)

Tints of #511D33

#511D33
(81,29,51)
#603145
(96,49,69)
#6F4557
(111,69,87)
#7E5969
(126,89,105)
#8D6D7B
(141,109,123)
#9C818D
(156,129,141)
#AB959F
(171,149,159)
#BAA9B1
(186,169,177)
#C9BDC3
(201,189,195)
#D8D1D5
(216,209,213)
#E7E5E7
(231,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #511D33 color. Also use rgb(81,29,51) instead hex code.

Text Font Color

.myTextColor { color: #511D33; }

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

This text font color is #511D33.


Background Color

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

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

This div background color is #511D33.


Border color

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

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

This div border color is #511D33.


Opacity

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

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

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

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

This text has shadow with #511D33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #511D33 on black background.


Color preview on white background

This text has color #511D33 on white background.



Black color preview on #511D33 background

This text has black color on #511D33 background.


White color preview on #511D33 background

This text has white color on #511D33 background.