COLOR #512146

HEX: #512146
RGB: (81,33,70)

Color info

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

RGB color model

#512146 color RGB value is (81,33,70).

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

RGB channels and saturation

R 81 of 255 = 32%
G 33 of 255 = 13%
B 70 of 255 = 27%

81
33
70

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

Portions of RGB colors in percentages

R + G + B =
81 + 33 + 70 = 184 (100%)
R 81 of 184 ~ 44.02%
G 33 of 184 ~ 17.93%
B 70 of 184 ~ 38.04%

%44.02
%17.93
%38.04

CMYK color model

#512146 color CMYK value is (0,59,14,68).

  • cyan value is 0.00%
  • magenta value is 59.26%
  • yellow value is 13.58%
  • key color value is 68.24%
CMYK:
(0,59,14,68)
C0M59Y14K68 
(0%,59%,14%,68%)
(0.00/0.59/0.14/0.68)	

CMYK percentages

%0
%59.26
%13.58
%68.24

Codes

Color #512146 in popluar color models

512146
RGB813370
HSL314°42.11%22.35%
HSB/HSV314°59.26%31.76%
CMYK0.00%59.26%13.58%
68.24%

Color #512146 in popluar number systems.

HEX512146
Decimal813370
Binary10100011000011000110
Octal12141106

Shades and tints

Shades of #512146

#512146
(81,33,70)
#4A1E40
(74,30,64)
#431B3A
(67,27,58)
#3C1834
(60,24,52)
#35152E
(53,21,46)
#2E1228
(46,18,40)
#270F22
(39,15,34)
#200C1C
(32,12,28)
#190916
(25,9,22)
#120610
(18,6,16)
#0B030A
(11,3,10)
#000000
(0,0,0)

Tints of #512146

#512146
(81,33,70)
#603556
(96,53,86)
#6F4966
(111,73,102)
#7E5D76
(126,93,118)
#8D7186
(141,113,134)
#9C8596
(156,133,150)
#AB99A6
(171,153,166)
#BAADB6
(186,173,182)
#C9C1C6
(201,193,198)
#D8D5D6
(216,213,214)
#E7E9E6
(231,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #512146; }

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

This text font color is #512146.


Background Color

.myBgColor { background-color: #512146; }

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

This div background color is #512146.


Border color

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

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

This div border color is #512146.


Opacity

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

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

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

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

This text has shadow with #512146 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #512146 on black background.


Color preview on white background

This text has color #512146 on white background.



Black color preview on #512146 background

This text has black color on #512146 background.


White color preview on #512146 background

This text has white color on #512146 background.