COLOR #512039

HEX: #512039
RGB: (81,32,57)

Color info

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

RGB color model

#512039 color RGB value is (81,32,57).

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

RGB channels and saturation

R 81 of 255 = 32%
G 32 of 255 = 13%
B 57 of 255 = 22%

81
32
57

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

Portions of RGB colors in percentages

R + G + B =
81 + 32 + 57 = 170 (100%)
R 81 of 170 ~ 47.65%
G 32 of 170 ~ 18.82%
B 57 of 170 ~ 33.53%

%47.65
%18.82
%33.53

CMYK color model

#512039 color CMYK value is (0,60,30,68).

  • cyan value is 0.00%
  • magenta value is 60.49%
  • yellow value is 29.63%
  • key color value is 68.24%
CMYK:
(0,60,30,68)
C0M60Y30K68 
(0%,60%,30%,68%)
(0.00/0.60/0.30/0.68)	

CMYK percentages

%0
%60.49
%29.63
%68.24

Codes

Color #512039 in popluar color models

512039
RGB813257
HSL329°43.36%22.16%
HSB/HSV329°60.49%31.76%
CMYK0.00%60.49%29.63%
68.24%

Color #512039 in popluar number systems.

HEX512039
Decimal813257
Binary1010001100000111001
Octal1214071

Shades and tints

Shades of #512039

#512039
(81,32,57)
#4A1E34
(74,30,52)
#431C2F
(67,28,47)
#3C1A2A
(60,26,42)
#351825
(53,24,37)
#2E1620
(46,22,32)
#27141B
(39,20,27)
#201216
(32,18,22)
#191011
(25,16,17)
#120E0C
(18,14,12)
#0B0C07
(11,12,7)
#000000
(0,0,0)

Tints of #512039

#512039
(81,32,57)
#60344B
(96,52,75)
#6F485D
(111,72,93)
#7E5C6F
(126,92,111)
#8D7081
(141,112,129)
#9C8493
(156,132,147)
#AB98A5
(171,152,165)
#BAACB7
(186,172,183)
#C9C0C9
(201,192,201)
#D8D4DB
(216,212,219)
#E7E8ED
(231,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #512039; }

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

This text font color is #512039.


Background Color

.myBgColor { background-color: #512039; }

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

This div background color is #512039.


Border color

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

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

This div border color is #512039.


Opacity

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

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

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

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

This text has shadow with #512039 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #512039 on black background.


Color preview on white background

This text has color #512039 on white background.



Black color preview on #512039 background

This text has black color on #512039 background.


White color preview on #512039 background

This text has white color on #512039 background.