COLOR #511353

HEX: #511353
RGB: (81,19,83)

Color info

#511353 contains mainly red and blue colors. Web safe color of #511353 is #660066 (or #606).

RGB color model

#511353 color RGB value is (81,19,83).

  • red value is 81;
  • green value is 19;
  • blue value is 83.
RGB:
(81,19,83)
(32%,7%,33%)

RGB channels and saturation

R 81 of 255 = 32%
G 19 of 255 = 7%
B 83 of 255 = 33%

81
19
83

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

Portions of RGB colors in percentages

R + G + B =
81 + 19 + 83 = 183 (100%)
R 81 of 183 ~ 44.26%
G 19 of 183 ~ 10.38%
B 83 of 183 ~ 45.36%

%44.26
%10.38
%45.36

CMYK color model

#511353 color CMYK value is (2,77,0,67).

  • cyan value is 2.41%
  • magenta value is 77.11%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(2,77,0,67)
C2M77Y0K67 
(2%,77%,0%,67%)
(0.02/0.77/0.00/0.67)	

CMYK percentages

%2.41
%77.11
%0
%67.45

Codes

Color #511353 in popluar color models

511353
RGB811983
HSL298°62.75%20.00%
HSB/HSV298°77.11%32.55%
CMYK2.41%77.11%0.00%
67.45%

Color #511353 in popluar number systems.

HEX511353
Decimal811983
Binary1010001100111010011
Octal12123123

Shades and tints

Shades of #511353

#511353
(81,19,83)
#4A124C
(74,18,76)
#431145
(67,17,69)
#3C103E
(60,16,62)
#350F37
(53,15,55)
#2E0E30
(46,14,48)
#270D29
(39,13,41)
#200C22
(32,12,34)
#190B1B
(25,11,27)
#120A14
(18,10,20)
#0B090D
(11,9,13)
#000000
(0,0,0)

Tints of #511353

#511353
(81,19,83)
#602862
(96,40,98)
#6F3D71
(111,61,113)
#7E5280
(126,82,128)
#8D678F
(141,103,143)
#9C7C9E
(156,124,158)
#AB91AD
(171,145,173)
#BAA6BC
(186,166,188)
#C9BBCB
(201,187,203)
#D8D0DA
(216,208,218)
#E7E5E9
(231,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #511353 color. Also use rgb(81,19,83) instead hex code.

Text Font Color

.myTextColor { color: #511353; }

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

This text font color is #511353.


Background Color

.myBgColor { background-color: #511353; }

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

This div background color is #511353.


Border color

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

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

This div border color is #511353.


Opacity

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

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

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

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

This text has shadow with #511353 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #511353 on black background.


Color preview on white background

This text has color #511353 on white background.



Black color preview on #511353 background

This text has black color on #511353 background.


White color preview on #511353 background

This text has white color on #511353 background.