COLOR #512744

HEX: #512744
RGB: (81,39,68)

Color info

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

RGB color model

#512744 color RGB value is (81,39,68).

  • red value is 81;
  • green value is 39;
  • blue value is 68.
RGB:
(81,39,68)
(32%,15%,27%)

RGB channels and saturation

R 81 of 255 = 32%
G 39 of 255 = 15%
B 68 of 255 = 27%

81
39
68

R + G + B ~ 25%. #512744 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 39 + 68 = 188 (100%)
R 81 of 188 ~ 43.09%
G 39 of 188 ~ 20.74%
B 68 of 188 ~ 36.17%

%43.09
%20.74
%36.17

CMYK color model

#512744 color CMYK value is (0,52,16,68).

  • cyan value is 0.00%
  • magenta value is 51.85%
  • yellow value is 16.05%
  • key color value is 68.24%
CMYK:
(0,52,16,68)
C0M52Y16K68 
(0%,52%,16%,68%)
(0.00/0.52/0.16/0.68)	

CMYK percentages

%0
%51.85
%16.05
%68.24

Codes

Color #512744 in popluar color models

512744
RGB813968
HSL319°35.00%23.53%
HSB/HSV319°51.85%31.76%
CMYK0.00%51.85%16.05%
68.24%

Color #512744 in popluar number systems.

HEX512744
Decimal813968
Binary10100011001111000100
Octal12147104

Shades and tints

Shades of #512744

#512744
(81,39,68)
#4A243E
(74,36,62)
#432138
(67,33,56)
#3C1E32
(60,30,50)
#351B2C
(53,27,44)
#2E1826
(46,24,38)
#271520
(39,21,32)
#20121A
(32,18,26)
#190F14
(25,15,20)
#120C0E
(18,12,14)
#0B0908
(11,9,8)
#000000
(0,0,0)

Tints of #512744

#512744
(81,39,68)
#603A55
(96,58,85)
#6F4D66
(111,77,102)
#7E6077
(126,96,119)
#8D7388
(141,115,136)
#9C8699
(156,134,153)
#AB99AA
(171,153,170)
#BAACBB
(186,172,187)
#C9BFCC
(201,191,204)
#D8D2DD
(216,210,221)
#E7E5EE
(231,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #512744 color. Also use rgb(81,39,68) instead hex code.

Text Font Color

.myTextColor { color: #512744; }

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

This text font color is #512744.


Background Color

.myBgColor { background-color: #512744; }

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

This div background color is #512744.


Border color

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

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

This div border color is #512744.


Opacity

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

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

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

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

This text has shadow with #512744 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #512744 on black background.


Color preview on white background

This text has color #512744 on white background.



Black color preview on #512744 background

This text has black color on #512744 background.


White color preview on #512744 background

This text has white color on #512744 background.