COLOR #513165

HEX: #513165
RGB: (81,49,101)

Color info

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

RGB color model

#513165 color RGB value is (81,49,101).

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

RGB channels and saturation

R 81 of 255 = 32%
G 49 of 255 = 19%
B 101 of 255 = 40%

81
49
101

R + G + B ~ 30%. #513165 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 49 + 101 = 231 (100%)
R 81 of 231 ~ 35.06%
G 49 of 231 ~ 21.21%
B 101 of 231 ~ 43.72%

%35.06
%21.21
%43.72

CMYK color model

#513165 color CMYK value is (20,51,0,60).

  • cyan value is 19.80%
  • magenta value is 51.49%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(20,51,0,60)
C20M51Y0K60 
(20%,51%,0%,60%)
(0.20/0.51/0.00/0.60)	

CMYK percentages

%19.8
%51.49
%0
%60.39

Codes

Color #513165 in popluar color models

513165
RGB8149101
HSL277°34.67%29.41%
HSB/HSV277°51.49%39.61%
CMYK19.80%51.49%0.00%
60.39%

Color #513165 in popluar number systems.

HEX513165
Decimal8149101
Binary10100011100011100101
Octal12161145

Shades and tints

Shades of #513165

#513165
(81,49,101)
#4A2D5C
(74,45,92)
#432953
(67,41,83)
#3C254A
(60,37,74)
#352141
(53,33,65)
#2E1D38
(46,29,56)
#27192F
(39,25,47)
#201526
(32,21,38)
#19111D
(25,17,29)
#120D14
(18,13,20)
#0B090B
(11,9,11)
#000000
(0,0,0)

Tints of #513165

#513165
(81,49,101)
#604373
(96,67,115)
#6F5581
(111,85,129)
#7E678F
(126,103,143)
#8D799D
(141,121,157)
#9C8BAB
(156,139,171)
#AB9DB9
(171,157,185)
#BAAFC7
(186,175,199)
#C9C1D5
(201,193,213)
#D8D3E3
(216,211,227)
#E7E5F1
(231,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #513165; }

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

This text font color is #513165.


Background Color

.myBgColor { background-color: #513165; }

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

This div background color is #513165.


Border color

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

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

This div border color is #513165.


Opacity

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

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

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

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

This text has shadow with #513165 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513165 on black background.


Color preview on white background

This text has color #513165 on white background.



Black color preview on #513165 background

This text has black color on #513165 background.


White color preview on #513165 background

This text has white color on #513165 background.