COLOR #512648

HEX: #512648
RGB: (81,38,72)

Color info

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

RGB color model

#512648 color RGB value is (81,38,72).

  • red value is 81;
  • green value is 38;
  • blue value is 72.
RGB:
(81,38,72)
(32%,15%,28%)

RGB channels and saturation

R 81 of 255 = 32%
G 38 of 255 = 15%
B 72 of 255 = 28%

81
38
72

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

Portions of RGB colors in percentages

R + G + B =
81 + 38 + 72 = 191 (100%)
R 81 of 191 ~ 42.41%
G 38 of 191 ~ 19.9%
B 72 of 191 ~ 37.7%

%42.41
%19.9
%37.7

CMYK color model

#512648 color CMYK value is (0,53,11,68).

  • cyan value is 0.00%
  • magenta value is 53.09%
  • yellow value is 11.11%
  • key color value is 68.24%
CMYK:
(0,53,11,68)
C0M53Y11K68 
(0%,53%,11%,68%)
(0.00/0.53/0.11/0.68)	

CMYK percentages

%0
%53.09
%11.11
%68.24

Codes

Color #512648 in popluar color models

512648
RGB813872
HSL313°36.13%23.33%
HSB/HSV313°53.09%31.76%
CMYK0.00%53.09%11.11%
68.24%

Color #512648 in popluar number systems.

HEX512648
Decimal813872
Binary10100011001101001000
Octal12146110

Shades and tints

Shades of #512648

#512648
(81,38,72)
#4A2342
(74,35,66)
#43203C
(67,32,60)
#3C1D36
(60,29,54)
#351A30
(53,26,48)
#2E172A
(46,23,42)
#271424
(39,20,36)
#20111E
(32,17,30)
#190E18
(25,14,24)
#120B12
(18,11,18)
#0B080C
(11,8,12)
#000000
(0,0,0)

Tints of #512648

#512648
(81,38,72)
#603958
(96,57,88)
#6F4C68
(111,76,104)
#7E5F78
(126,95,120)
#8D7288
(141,114,136)
#9C8598
(156,133,152)
#AB98A8
(171,152,168)
#BAABB8
(186,171,184)
#C9BEC8
(201,190,200)
#D8D1D8
(216,209,216)
#E7E4E8
(231,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #512648 color. Also use rgb(81,38,72) instead hex code.

Text Font Color

.myTextColor { color: #512648; }

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

This text font color is #512648.


Background Color

.myBgColor { background-color: #512648; }

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

This div background color is #512648.


Border color

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

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

This div border color is #512648.


Opacity

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

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

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

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

This text has shadow with #512648 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #512648 on black background.


Color preview on white background

This text has color #512648 on white background.



Black color preview on #512648 background

This text has black color on #512648 background.


White color preview on #512648 background

This text has white color on #512648 background.