COLOR #512352

HEX: #512352
RGB: (81,35,82)

Color info

#512352 contains red, green and blue colors in about the same proportion. Web safe color of #512352 is #663366 (or #636).

RGB color model

#512352 color RGB value is (81,35,82).

  • red value is 81;
  • green value is 35;
  • blue value is 82.
RGB:
(81,35,82)
(32%,14%,32%)

RGB channels and saturation

R 81 of 255 = 32%
G 35 of 255 = 14%
B 82 of 255 = 32%

81
35
82

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

Portions of RGB colors in percentages

R + G + B =
81 + 35 + 82 = 198 (100%)
R 81 of 198 ~ 40.91%
G 35 of 198 ~ 17.68%
B 82 of 198 ~ 41.41%

%40.91
%17.68
%41.41

CMYK color model

#512352 color CMYK value is (1,57,0,68).

  • cyan value is 1.22%
  • magenta value is 57.32%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(1,57,0,68)
C1M57Y0K68 
(1%,57%,0%,68%)
(0.01/0.57/0.00/0.68)	

CMYK percentages

%1.22
%57.32
%0
%67.84

Codes

Color #512352 in popluar color models

512352
RGB813582
HSL299°40.17%22.94%
HSB/HSV299°57.32%32.16%
CMYK1.22%57.32%0.00%
67.84%

Color #512352 in popluar number systems.

HEX512352
Decimal813582
Binary10100011000111010010
Octal12143122

Shades and tints

Shades of #512352

#512352
(81,35,82)
#4A204B
(74,32,75)
#431D44
(67,29,68)
#3C1A3D
(60,26,61)
#351736
(53,23,54)
#2E142F
(46,20,47)
#271128
(39,17,40)
#200E21
(32,14,33)
#190B1A
(25,11,26)
#120813
(18,8,19)
#0B050C
(11,5,12)
#000000
(0,0,0)

Tints of #512352

#512352
(81,35,82)
#603761
(96,55,97)
#6F4B70
(111,75,112)
#7E5F7F
(126,95,127)
#8D738E
(141,115,142)
#9C879D
(156,135,157)
#AB9BAC
(171,155,172)
#BAAFBB
(186,175,187)
#C9C3CA
(201,195,202)
#D8D7D9
(216,215,217)
#E7EBE8
(231,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #512352 color. Also use rgb(81,35,82) instead hex code.

Text Font Color

.myTextColor { color: #512352; }

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

This text font color is #512352.


Background Color

.myBgColor { background-color: #512352; }

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

This div background color is #512352.


Border color

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

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

This div border color is #512352.


Opacity

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

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

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

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

This text has shadow with #512352 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #512352 on black background.


Color preview on white background

This text has color #512352 on white background.



Black color preview on #512352 background

This text has black color on #512352 background.


White color preview on #512352 background

This text has white color on #512352 background.