COLOR #513E6B

HEX: #513E6B RGB: (81,62,107)

Color info

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

RGB color model

#513E6B color RGB value is (81,62,107).

RGB: (81,62,107) (32%, 24%, 42%)

RGB channels and saturation

R 81 of 255 = 32%
G 62 of 255 = 24%
B 107 of 255 = 42%

81
62
107

R + G + B ~ 33%. #513E6B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 81 + 62 + 107 = 250 (100%)
R 81 of 250 ~ 32.4%
G 62 of 250 ~ 24.8%
B 107 of 250 ~ 42.8'%

%32.4
%24.8
%42.8

CMYK color model

#513E6B color CMYK value is (24,42,0,58).

  • cyan value is 24.30%
  • magenta value is 42.06%
  • yellow value is 0.00%
  • key color value is 58.04%

CMYK: (24,42,0,58)
C24M42Y0K58 (24%, 42%, 0%, 58%)
(0.24 / 0.42 / 0.00 / 0.58)

CMYK percentages

%24.3
%42.06
%0
%58.04

Codes

Color #513E6B in popluar color models

51 3E 6B
RGB 81 62 107
HSL 265° 26.63% 33.14%
HSB/HSV 265° 42.06% 41.96%
CMYK 24.30% 42.06% 0.00%
58.04%

Color #513E6B in popluar number systems.

HEX 51 3E 6B
Decimal 81 62 107
Binary 1010001 111110 1101011
Octal 121 76 153

Shades and tints

Shades of #513E6B

#513E6B
(81,62,107)
#4A3962
(74,57,98)
#433459
(67,52,89)
#3C2F50
(60,47,80)
#352A47
(53,42,71)
#2E253E
(46,37,62)
#272035
(39,32,53)
#201B2C
(32,27,44)
#191623
(25,22,35)
#12111A
(18,17,26)
#0B0C11
(11,12,17)
#000000
(0,0,0)

Tints of #513E6B

#513E6B
(81,62,107)
#604F78
(96,79,120)
#6F6085
(111,96,133)
#7E7192
(126,113,146)
#8D829F
(141,130,159)
#9C93AC
(156,147,172)
#ABA4B9
(171,164,185)
#BAB5C6
(186,181,198)
#C9C6D3
(201,198,211)
#D8D7E0
(216,215,224)
#E7E8ED
(231,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #513E6B color. Also use rgb(81,62,107) instead hex code.

Text Font Color

.myTextColor { color: #513E6B; }

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

This text font color is #513E6B.

Background Color

.myBgColor { background-color: #513E6B; }

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

This div background color is #513E6B.

Border color

.myBorderColor { border: 1px solid #513E6B; }

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

This div border color is #513E6B.

Opacity

.myOpacity80 { color: #513E6B; opacity: 0.8; }

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

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

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

This text has shadow with #513E6B color.


.textShadow {text-shadow: 3px 3px 1px #513E6B', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #513E6B; -webkit-box-shadow: 1px 1px 3px 2px #513E6B; box-shadow:1px 1px 3px 2px #513E6B;">
Div content here
</div>

This div box has shadow with color #513E6B.

Preview

Color preview on black background

This text has color #513E6B on black background.


Color preview on white background

This text has color #513E6B on white background.


Black color preview on #513E6B background

This text has black color on #513E6B background.


White color preview on #513E6B background

This text has white color on #513E6B background.


Related colors

Complementary color

Complementary color for #hex is #AEC194.


I love getcolorcode.com

Triadic colors

1 #6B513E and #3E6B51 with #513E6B are triadic colors.

2 #6B3E51 and #3E516B with #513E6B are triadic colors.