COLOR #512643

HEX: #512643
RGB: (81,38,67)

Color info

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

RGB color model

#512643 color RGB value is (81,38,67).

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

RGB channels and saturation

R 81 of 255 = 32%
G 38 of 255 = 15%
B 67 of 255 = 26%

81
38
67

R + G + B ~ 24%. #512643 is dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 38 + 67 = 186 (100%)
R 81 of 186 ~ 43.55%
G 38 of 186 ~ 20.43%
B 67 of 186 ~ 36.02%

%43.55
%20.43
%36.02

CMYK color model

#512643 color CMYK value is (0,53,17,68).

  • cyan value is 0.00%
  • magenta value is 53.09%
  • yellow value is 17.28%
  • key color value is 68.24%
CMYK:
(0,53,17,68)
C0M53Y17K68 
(0%,53%,17%,68%)
(0.00/0.53/0.17/0.68)	

CMYK percentages

%0
%53.09
%17.28
%68.24

Codes

Color #512643 in popluar color models

512643
RGB813867
HSL320°36.13%23.33%
HSB/HSV320°53.09%31.76%
CMYK0.00%53.09%17.28%
68.24%

Color #512643 in popluar number systems.

HEX512643
Decimal813867
Binary10100011001101000011
Octal12146103

Shades and tints

Shades of #512643

#512643
(81,38,67)
#4A233D
(74,35,61)
#432037
(67,32,55)
#3C1D31
(60,29,49)
#351A2B
(53,26,43)
#2E1725
(46,23,37)
#27141F
(39,20,31)
#201119
(32,17,25)
#190E13
(25,14,19)
#120B0D
(18,11,13)
#0B0807
(11,8,7)
#000000
(0,0,0)

Tints of #512643

#512643
(81,38,67)
#603954
(96,57,84)
#6F4C65
(111,76,101)
#7E5F76
(126,95,118)
#8D7287
(141,114,135)
#9C8598
(156,133,152)
#AB98A9
(171,152,169)
#BAABBA
(186,171,186)
#C9BECB
(201,190,203)
#D8D1DC
(216,209,220)
#E7E4ED
(231,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #512643; }

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

This text font color is #512643.


Background Color

.myBgColor { background-color: #512643; }

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

This div background color is #512643.


Border color

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

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

This div border color is #512643.


Opacity

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

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

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

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

This text has shadow with #512643 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #512643 on black background.


Color preview on white background

This text has color #512643 on white background.



Black color preview on #512643 background

This text has black color on #512643 background.


White color preview on #512643 background

This text has white color on #512643 background.