COLOR #511F46

HEX: #511F46
RGB: (81,31,70)

Color info

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

RGB color model

#511F46 color RGB value is (81,31,70).

  • red value is 81;
  • green value is 31;
  • blue value is 70.
RGB:
(81,31,70)
(32%,12%,27%)

RGB channels and saturation

R 81 of 255 = 32%
G 31 of 255 = 12%
B 70 of 255 = 27%

81
31
70

R + G + B ~ 24%. #511F46 is dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 31 + 70 = 182 (100%)
R 81 of 182 ~ 44.51%
G 31 of 182 ~ 17.03%
B 70 of 182 ~ 38.46%

%44.51
%17.03
%38.46

CMYK color model

#511F46 color CMYK value is (0,62,14,68).

  • cyan value is 0.00%
  • magenta value is 61.73%
  • yellow value is 13.58%
  • key color value is 68.24%
CMYK:
(0,62,14,68)
C0M62Y14K68 
(0%,62%,14%,68%)
(0.00/0.62/0.14/0.68)	

CMYK percentages

%0
%61.73
%13.58
%68.24

Codes

Color #511F46 in popluar color models

511F46
RGB813170
HSL313°44.64%21.96%
HSB/HSV313°61.73%31.76%
CMYK0.00%61.73%13.58%
68.24%

Color #511F46 in popluar number systems.

HEX511F46
Decimal813170
Binary1010001111111000110
Octal12137106

Shades and tints

Shades of #511F46

#511F46
(81,31,70)
#4A1D40
(74,29,64)
#431B3A
(67,27,58)
#3C1934
(60,25,52)
#35172E
(53,23,46)
#2E1528
(46,21,40)
#271322
(39,19,34)
#20111C
(32,17,28)
#190F16
(25,15,22)
#120D10
(18,13,16)
#0B0B0A
(11,11,10)
#000000
(0,0,0)

Tints of #511F46

#511F46
(81,31,70)
#603356
(96,51,86)
#6F4766
(111,71,102)
#7E5B76
(126,91,118)
#8D6F86
(141,111,134)
#9C8396
(156,131,150)
#AB97A6
(171,151,166)
#BAABB6
(186,171,182)
#C9BFC6
(201,191,198)
#D8D3D6
(216,211,214)
#E7E7E6
(231,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #511F46 color. Also use rgb(81,31,70) instead hex code.

Text Font Color

.myTextColor { color: #511F46; }

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

This text font color is #511F46.


Background Color

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

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

This div background color is #511F46.


Border color

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

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

This div border color is #511F46.


Opacity

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

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

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

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

This text has shadow with #511F46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #511F46 on black background.


Color preview on white background

This text has color #511F46 on white background.



Black color preview on #511F46 background

This text has black color on #511F46 background.


White color preview on #511F46 background

This text has white color on #511F46 background.