COLOR #513051

HEX: #513051
RGB: (81,48,81)

Color info

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

RGB color model

#513051 color RGB value is (81,48,81).

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

RGB channels and saturation

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

81
48
81

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

Portions of RGB colors in percentages

R + G + B =
81 + 48 + 81 = 210 (100%)
R 81 of 210 ~ 38.57%
G 48 of 210 ~ 22.86%
B 81 of 210 ~ 38.57%

%38.57
%22.86
%38.57

CMYK color model

#513051 color CMYK value is (0,41,0,68).

  • cyan value is 0.00%
  • magenta value is 40.74%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(0,41,0,68)
C0M41Y0K68 
(0%,41%,0%,68%)
(0.00/0.41/0.00/0.68)	

CMYK percentages

%0
%40.74
%0
%68.24

Codes

Color #513051 in popluar color models

513051
RGB814881
HSL300°25.58%25.29%
HSB/HSV300°40.74%31.76%
CMYK0.00%40.74%0.00%
68.24%

Color #513051 in popluar number systems.

HEX513051
Decimal814881
Binary10100011100001010001
Octal12160121

Shades and tints

Shades of #513051

#513051
(81,48,81)
#4A2C4A
(74,44,74)
#432843
(67,40,67)
#3C243C
(60,36,60)
#352035
(53,32,53)
#2E1C2E
(46,28,46)
#271827
(39,24,39)
#201420
(32,20,32)
#191019
(25,16,25)
#120C12
(18,12,18)
#0B080B
(11,8,11)
#000000
(0,0,0)

Tints of #513051

#513051
(81,48,81)
#604260
(96,66,96)
#6F546F
(111,84,111)
#7E667E
(126,102,126)
#8D788D
(141,120,141)
#9C8A9C
(156,138,156)
#AB9CAB
(171,156,171)
#BAAEBA
(186,174,186)
#C9C0C9
(201,192,201)
#D8D2D8
(216,210,216)
#E7E4E7
(231,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #513051; }

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

This text font color is #513051.


Background Color

.myBgColor { background-color: #513051; }

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

This div background color is #513051.


Border color

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

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

This div border color is #513051.


Opacity

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

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

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

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

This text has shadow with #513051 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513051 on black background.


Color preview on white background

This text has color #513051 on white background.



Black color preview on #513051 background

This text has black color on #513051 background.


White color preview on #513051 background

This text has white color on #513051 background.