COLOR #513053

HEX: #513053
RGB: (81,48,83)

Color info

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

RGB color model

#513053 color RGB value is (81,48,83).

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

RGB channels and saturation

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

81
48
83

R + G + B ~ 28%. #513053 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 48 + 83 = 212 (100%)
R 81 of 212 ~ 38.21%
G 48 of 212 ~ 22.64%
B 83 of 212 ~ 39.15%

%38.21
%22.64
%39.15

CMYK color model

#513053 color CMYK value is (2,42,0,67).

  • cyan value is 2.41%
  • magenta value is 42.17%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(2,42,0,67)
C2M42Y0K67 
(2%,42%,0%,67%)
(0.02/0.42/0.00/0.67)	

CMYK percentages

%2.41
%42.17
%0
%67.45

Codes

Color #513053 in popluar color models

513053
RGB814883
HSL297°26.72%25.69%
HSB/HSV297°42.17%32.55%
CMYK2.41%42.17%0.00%
67.45%

Color #513053 in popluar number systems.

HEX513053
Decimal814883
Binary10100011100001010011
Octal12160123

Shades and tints

Shades of #513053

#513053
(81,48,83)
#4A2C4C
(74,44,76)
#432845
(67,40,69)
#3C243E
(60,36,62)
#352037
(53,32,55)
#2E1C30
(46,28,48)
#271829
(39,24,41)
#201422
(32,20,34)
#19101B
(25,16,27)
#120C14
(18,12,20)
#0B080D
(11,8,13)
#000000
(0,0,0)

Tints of #513053

#513053
(81,48,83)
#604262
(96,66,98)
#6F5471
(111,84,113)
#7E6680
(126,102,128)
#8D788F
(141,120,143)
#9C8A9E
(156,138,158)
#AB9CAD
(171,156,173)
#BAAEBC
(186,174,188)
#C9C0CB
(201,192,203)
#D8D2DA
(216,210,218)
#E7E4E9
(231,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #513053; }

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

This text font color is #513053.


Background Color

.myBgColor { background-color: #513053; }

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

This div background color is #513053.


Border color

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

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

This div border color is #513053.


Opacity

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

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

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

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

This text has shadow with #513053 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513053 on black background.


Color preview on white background

This text has color #513053 on white background.



Black color preview on #513053 background

This text has black color on #513053 background.


White color preview on #513053 background

This text has white color on #513053 background.