COLOR #513E40

HEX: #513E40
RGB: (81,62,64)

Color info

#513E40 contains red, green and blue colors in about the same proportion. Web safe color of #513E40 is #663333 (or #633).

RGB color model

#513E40 color RGB value is (81,62,64).

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

RGB channels and saturation

R 81 of 255 = 32%
G 62 of 255 = 24%
B 64 of 255 = 25%

81
62
64

R + G + B ~ 27%. #513E40 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 62 + 64 = 207 (100%)
R 81 of 207 ~ 39.13%
G 62 of 207 ~ 29.95%
B 64 of 207 ~ 30.92%

%39.13
%29.95
%30.92

CMYK color model

#513E40 color CMYK value is (0,23,21,68).

  • cyan value is 0.00%
  • magenta value is 23.46%
  • yellow value is 20.99%
  • key color value is 68.24%
CMYK:
(0,23,21,68)
C0M23Y21K68 
(0%,23%,21%,68%)
(0.00/0.23/0.21/0.68)	

CMYK percentages

%0
%23.46
%20.99
%68.24

Codes

Color #513E40 in popluar color models

513E40
RGB816264
HSL354°13.29%28.04%
HSB/HSV354°23.46%31.76%
CMYK0.00%23.46%20.99%
68.24%

Color #513E40 in popluar number systems.

HEX513E40
Decimal816264
Binary10100011111101000000
Octal12176100

Shades and tints

Shades of #513E40

#513E40
(81,62,64)
#4A393B
(74,57,59)
#433436
(67,52,54)
#3C2F31
(60,47,49)
#352A2C
(53,42,44)
#2E2527
(46,37,39)
#272022
(39,32,34)
#201B1D
(32,27,29)
#191618
(25,22,24)
#121113
(18,17,19)
#0B0C0E
(11,12,14)
#000000
(0,0,0)

Tints of #513E40

#513E40
(81,62,64)
#604F51
(96,79,81)
#6F6062
(111,96,98)
#7E7173
(126,113,115)
#8D8284
(141,130,132)
#9C9395
(156,147,149)
#ABA4A6
(171,164,166)
#BAB5B7
(186,181,183)
#C9C6C8
(201,198,200)
#D8D7D9
(216,215,217)
#E7E8EA
(231,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #513E40; }

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

This text font color is #513E40.


Background Color

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

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

This div background color is #513E40.


Border color

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

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

This div border color is #513E40.


Opacity

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

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

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

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

This text has shadow with #513E40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513E40 on black background.


Color preview on white background

This text has color #513E40 on white background.



Black color preview on #513E40 background

This text has black color on #513E40 background.


White color preview on #513E40 background

This text has white color on #513E40 background.