COLOR #512240

HEX: #512240 RGB: (81,34,64)

Color info

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

RGB color model

#512240 color RGB value is (81,34,64).

RGB: (81,34,64) (32%, 13%, 25%)

RGB channels and saturation

R 81 of 255 = 32%
G 34 of 255 = 13%
B 64 of 255 = 25%

81
34
64

R + G + B ~ 23%. #512240 is dark color.

Portions of RGB colors in percentages

R + G + B = 81 + 34 + 64 = 179 (100%)
R 81 of 179 ~ 45.25%
G 34 of 179 ~ 18.99%
B 64 of 179 ~ 35.75'%

%45.25
%18.99
%35.75

CMYK color model

#512240 color CMYK value is (0,58,21,68).

  • cyan value is 0.00%
  • magenta value is 58.02%
  • yellow value is 20.99%
  • key color value is 68.24%

CMYK: (0,58,21,68)
C0M58Y21K68 (0%, 58%, 21%, 68%)
(0.00 / 0.58 / 0.21 / 0.68)

CMYK percentages

%0
%58.02
%20.99
%68.24

Codes

Color #512240 in popluar color models

51 22 40
RGB 81 34 64
HSL 322° 40.87% 22.55%
HSB/HSV 322° 58.02% 31.76%
CMYK 0.00% 58.02% 20.99%
68.24%

Color #512240 in popluar number systems.

HEX 51 22 40
Decimal 81 34 64
Binary 1010001 100010 1000000
Octal 121 42 100

Shades and tints

Shades of #512240

#512240
(81,34,64)
#4A1F3B
(74,31,59)
#431C36
(67,28,54)
#3C1931
(60,25,49)
#35162C
(53,22,44)
#2E1327
(46,19,39)
#271022
(39,16,34)
#200D1D
(32,13,29)
#190A18
(25,10,24)
#120713
(18,7,19)
#0B040E
(11,4,14)
#000000
(0,0,0)

Tints of #512240

#512240
(81,34,64)
#603651
(96,54,81)
#6F4A62
(111,74,98)
#7E5E73
(126,94,115)
#8D7284
(141,114,132)
#9C8695
(156,134,149)
#AB9AA6
(171,154,166)
#BAAEB7
(186,174,183)
#C9C2C8
(201,194,200)
#D8D6D9
(216,214,217)
#E7EAEA
(231,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #512240 color. Also use rgb(81,34,64) instead hex code.

Text Font Color

.myTextColor { color: #512240; }

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

This text font color is #512240.

Background Color

.myBgColor { background-color: #512240; }

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

This div background color is #512240.

Border color

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

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

This div border color is #512240.

Opacity

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

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

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

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

This text has shadow with #512240 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #512240.

Preview

Color preview on black background

This text has color #512240 on black background.


Color preview on white background

This text has color #512240 on white background.


Black color preview on #512240 background

This text has black color on #512240 background.


White color preview on #512240 background

This text has white color on #512240 background.


Related colors

Complementary color

Complementary color for #hex is #AEDDBF.


I love getcolorcode.com

Triadic colors

1 #405122 and #224051 with #512240 are triadic colors.

2 #402251 and #225140 with #512240 are triadic colors.