COLOR #513918

HEX: #513918
RGB: (81,57,24)

Color info

#513918 contains red, green and blue colors in about the same proportion. Web safe color of #513918 is #663300 (or #630).

RGB color model

#513918 color RGB value is (81,57,24).

  • red value is 81;
  • green value is 57;
  • blue value is 24.
RGB:
(81,57,24)
(32%,22%,9%)

RGB channels and saturation

R 81 of 255 = 32%
G 57 of 255 = 22%
B 24 of 255 = 9%

81
57
24

R + G + B ~ 21%. #513918 is dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 57 + 24 = 162 (100%)
R 81 of 162 ~ 50%
G 57 of 162 ~ 35.19%
B 24 of 162 ~ 14.81%

%50
%35.19
%14.81

CMYK color model

#513918 color CMYK value is (0,30,70,68).

  • cyan value is 0.00%
  • magenta value is 29.63%
  • yellow value is 70.37%
  • key color value is 68.24%
CMYK:
(0,30,70,68)
C0M30Y70K68 
(0%,30%,70%,68%)
(0.00/0.30/0.70/0.68)	

CMYK percentages

%0
%29.63
%70.37
%68.24

Codes

Color #513918 in popluar color models

513918
RGB815724
HSL35°54.29%20.59%
HSB/HSV35°70.37%31.76%
CMYK0.00%29.63%70.37%
68.24%

Color #513918 in popluar number systems.

HEX513918
Decimal815724
Binary101000111100111000
Octal1217130

Shades and tints

Shades of #513918

#513918
(81,57,24)
#4A3416
(74,52,22)
#432F14
(67,47,20)
#3C2A12
(60,42,18)
#352510
(53,37,16)
#2E200E
(46,32,14)
#271B0C
(39,27,12)
#20160A
(32,22,10)
#191108
(25,17,8)
#120C06
(18,12,6)
#0B0704
(11,7,4)
#000000
(0,0,0)

Tints of #513918

#513918
(81,57,24)
#604B2D
(96,75,45)
#6F5D42
(111,93,66)
#7E6F57
(126,111,87)
#8D816C
(141,129,108)
#9C9381
(156,147,129)
#ABA596
(171,165,150)
#BAB7AB
(186,183,171)
#C9C9C0
(201,201,192)
#D8DBD5
(216,219,213)
#E7EDEA
(231,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #513918; }

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

This text font color is #513918.


Background Color

.myBgColor { background-color: #513918; }

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

This div background color is #513918.


Border color

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

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

This div border color is #513918.


Opacity

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

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

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

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

This text has shadow with #513918 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513918 on black background.


Color preview on white background

This text has color #513918 on white background.



Black color preview on #513918 background

This text has black color on #513918 background.


White color preview on #513918 background

This text has white color on #513918 background.