COLOR #512A49

HEX: #512A49 RGB: (81,42,73)

Color info

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

RGB color model

#512A49 color RGB value is (81,42,73).

RGB: (81,42,73) (32%, 16%, 29%)

RGB channels and saturation

R 81 of 255 = 32%
G 42 of 255 = 16%
B 73 of 255 = 29%

81
42
73

R + G + B ~ 26%. #512A49 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 81 + 42 + 73 = 196 (100%)
R 81 of 196 ~ 41.33%
G 42 of 196 ~ 21.43%
B 73 of 196 ~ 37.24'%

%41.33
%21.43
%37.24

CMYK color model

#512A49 color CMYK value is (0,48,10,68).

  • cyan value is 0.00%
  • magenta value is 48.15%
  • yellow value is 9.88%
  • key color value is 68.24%
CMYK: (0,48,10,68) C0M48Y10K68 (0%,48%,10%,68%) (0.00/0.48/0.10/0.68) 

CMYK percentages

%0
%48.15
%9.88
%68.24

Codes

Color #512A49 in popluar color models

51 2A 49
RGB 81 42 73
HSL 312° 31.71% 24.12%
HSB/HSV 312° 48.15% 31.76%
CMYK 0.00% 48.15% 9.88%
68.24%

Color #512A49 in popluar number systems.

HEX 51 2A 49
Decimal 81 42 73
Binary 1010001 101010 1001001
Octal 121 52 111

Shades and tints

Shades of #512A49

#512A49
(81,42,73)
#4A2743
(74,39,67)
#43243D
(67,36,61)
#3C2137
(60,33,55)
#351E31
(53,30,49)
#2E1B2B
(46,27,43)
#271825
(39,24,37)
#20151F
(32,21,31)
#191219
(25,18,25)
#120F13
(18,15,19)
#0B0C0D
(11,12,13)
#000000
(0,0,0)

Tints of #512A49

#512A49
(81,42,73)
#603D59
(96,61,89)
#6F5069
(111,80,105)
#7E6379
(126,99,121)
#8D7689
(141,118,137)
#9C8999
(156,137,153)
#AB9CA9
(171,156,169)
#BAAFB9
(186,175,185)
#C9C2C9
(201,194,201)
#D8D5D9
(216,213,217)
#E7E8E9
(231,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #512A49 color. Also use rgb(81,42,73) instead hex code.

Text Font Color

.myTextColor { color: #512A49; }

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

This text font color is #512A49.

Background Color

.myBgColor { background-color: #512A49; }

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

This div background color is #512A49.

Border color

.myBorderColor { border: 1px solid #512A49; }

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

This div border color is #512A49.

Opacity

.myOpacity80 { color: #512A49; opacity: 0.8; }

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

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

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

This text has shadow with #512A49 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #512A49.

Preview

Color preview on black background

This text has color #512A49 on black background.


Color preview on white background

This text has color #512A49 on white background.


Black color preview on #512A49 background

This text has black color on #512A49 background.


White color preview on #512A49 background

This text has white color on #512A49 background.


Related colors

Complementary color

Complementary color for #hex is #AED5B6.


I love getcolorcode.com

Triadic colors

1 #49512A and #2A4951 with #512A49 are triadic colors.

2 #492A51 and #2A5149 with #512A49 are triadic colors.