COLOR #511D3A

HEX: #511D3A
RGB: (81,29,58)

Color info

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

RGB color model

#511D3A color RGB value is (81,29,58).

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

RGB channels and saturation

R 81 of 255 = 32%
G 29 of 255 = 11%
B 58 of 255 = 23%

81
29
58

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

Portions of RGB colors in percentages

R + G + B =
81 + 29 + 58 = 168 (100%)
R 81 of 168 ~ 48.21%
G 29 of 168 ~ 17.26%
B 58 of 168 ~ 34.52%

%48.21
%17.26
%34.52

CMYK color model

#511D3A color CMYK value is (0,64,28,68).

  • cyan value is 0.00%
  • magenta value is 64.20%
  • yellow value is 28.40%
  • key color value is 68.24%
CMYK:
(0,64,28,68)
C0M64Y28K68 
(0%,64%,28%,68%)
(0.00/0.64/0.28/0.68)	

CMYK percentages

%0
%64.2
%28.4
%68.24

Codes

Color #511D3A in popluar color models

511D3A
RGB812958
HSL327°47.27%21.57%
HSB/HSV327°64.20%31.76%
CMYK0.00%64.20%28.40%
68.24%

Color #511D3A in popluar number systems.

HEX511D3A
Decimal812958
Binary101000111101111010
Octal1213572

Shades and tints

Shades of #511D3A

#511D3A
(81,29,58)
#4A1B35
(74,27,53)
#431930
(67,25,48)
#3C172B
(60,23,43)
#351526
(53,21,38)
#2E1321
(46,19,33)
#27111C
(39,17,28)
#200F17
(32,15,23)
#190D12
(25,13,18)
#120B0D
(18,11,13)
#0B0908
(11,9,8)
#000000
(0,0,0)

Tints of #511D3A

#511D3A
(81,29,58)
#60314B
(96,49,75)
#6F455C
(111,69,92)
#7E596D
(126,89,109)
#8D6D7E
(141,109,126)
#9C818F
(156,129,143)
#AB95A0
(171,149,160)
#BAA9B1
(186,169,177)
#C9BDC2
(201,189,194)
#D8D1D3
(216,209,211)
#E7E5E4
(231,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #511D3A; }

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

This text font color is #511D3A.


Background Color

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

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

This div background color is #511D3A.


Border color

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

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

This div border color is #511D3A.


Opacity

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

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

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

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

This text has shadow with #511D3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #511D3A on black background.


Color preview on white background

This text has color #511D3A on white background.



Black color preview on #511D3A background

This text has black color on #511D3A background.


White color preview on #511D3A background

This text has white color on #511D3A background.