COLOR #513E4E

HEX: #513E4E
RGB: (81,62,78)

Color info

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

RGB color model

#513E4E color RGB value is (81,62,78).

  • red value is 81;
  • green value is 62;
  • blue value is 78.
RGB:
(81,62,78)
(32%,24%,31%)

RGB channels and saturation

R 81 of 255 = 32%
G 62 of 255 = 24%
B 78 of 255 = 31%

81
62
78

R + G + B ~ 29%. #513E4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 62 + 78 = 221 (100%)
R 81 of 221 ~ 36.65%
G 62 of 221 ~ 28.05%
B 78 of 221 ~ 35.29%

%36.65
%28.05
%35.29

CMYK color model

#513E4E color CMYK value is (0,23,4,68).

  • cyan value is 0.00%
  • magenta value is 23.46%
  • yellow value is 3.70%
  • key color value is 68.24%
CMYK:
(0,23,4,68)
C0M23Y4K68 
(0%,23%,4%,68%)
(0.00/0.23/0.04/0.68)	

CMYK percentages

%0
%23.46
%3.7
%68.24

Codes

Color #513E4E in popluar color models

513E4E
RGB816278
HSL309°13.29%28.04%
HSB/HSV309°23.46%31.76%
CMYK0.00%23.46%3.70%
68.24%

Color #513E4E in popluar number systems.

HEX513E4E
Decimal816278
Binary10100011111101001110
Octal12176116

Shades and tints

Shades of #513E4E

#513E4E
(81,62,78)
#4A3947
(74,57,71)
#433440
(67,52,64)
#3C2F39
(60,47,57)
#352A32
(53,42,50)
#2E252B
(46,37,43)
#272024
(39,32,36)
#201B1D
(32,27,29)
#191616
(25,22,22)
#12110F
(18,17,15)
#0B0C08
(11,12,8)
#000000
(0,0,0)

Tints of #513E4E

#513E4E
(81,62,78)
#604F5E
(96,79,94)
#6F606E
(111,96,110)
#7E717E
(126,113,126)
#8D828E
(141,130,142)
#9C939E
(156,147,158)
#ABA4AE
(171,164,174)
#BAB5BE
(186,181,190)
#C9C6CE
(201,198,206)
#D8D7DE
(216,215,222)
#E7E8EE
(231,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #513E4E; }

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

This text font color is #513E4E.


Background Color

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

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

This div background color is #513E4E.


Border color

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

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

This div border color is #513E4E.


Opacity

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

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

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

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

This text has shadow with #513E4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513E4E on black background.


Color preview on white background

This text has color #513E4E on white background.



Black color preview on #513E4E background

This text has black color on #513E4E background.


White color preview on #513E4E background

This text has white color on #513E4E background.