COLOR #513018

HEX: #513018
RGB: (81,48,24)

Color info

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

RGB color model

#513018 color RGB value is (81,48,24).

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

RGB channels and saturation

R 81 of 255 = 32%
G 48 of 255 = 19%
B 24 of 255 = 9%

81
48
24

R + G + B ~ 20%. #513018 is dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 48 + 24 = 153 (100%)
R 81 of 153 ~ 52.94%
G 48 of 153 ~ 31.37%
B 24 of 153 ~ 15.69%

%52.94
%31.37
%15.69

CMYK color model

#513018 color CMYK value is (0,41,70,68).

  • cyan value is 0.00%
  • magenta value is 40.74%
  • yellow value is 70.37%
  • key color value is 68.24%
CMYK:
(0,41,70,68)
C0M41Y70K68 
(0%,41%,70%,68%)
(0.00/0.41/0.70/0.68)	

CMYK percentages

%0
%40.74
%70.37
%68.24

Codes

Color #513018 in popluar color models

513018
RGB814824
HSL25°54.29%20.59%
HSB/HSV25°70.37%31.76%
CMYK0.00%40.74%70.37%
68.24%

Color #513018 in popluar number systems.

HEX513018
Decimal814824
Binary101000111000011000
Octal1216030

Shades and tints

Shades of #513018

#513018
(81,48,24)
#4A2C16
(74,44,22)
#432814
(67,40,20)
#3C2412
(60,36,18)
#352010
(53,32,16)
#2E1C0E
(46,28,14)
#27180C
(39,24,12)
#20140A
(32,20,10)
#191008
(25,16,8)
#120C06
(18,12,6)
#0B0804
(11,8,4)
#000000
(0,0,0)

Tints of #513018

#513018
(81,48,24)
#60422D
(96,66,45)
#6F5442
(111,84,66)
#7E6657
(126,102,87)
#8D786C
(141,120,108)
#9C8A81
(156,138,129)
#AB9C96
(171,156,150)
#BAAEAB
(186,174,171)
#C9C0C0
(201,192,192)
#D8D2D5
(216,210,213)
#E7E4EA
(231,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #513018; }

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

This text font color is #513018.


Background Color

.myBgColor { background-color: #513018; }

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

This div background color is #513018.


Border color

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

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

This div border color is #513018.


Opacity

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

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

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

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

This text has shadow with #513018 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513018 on black background.


Color preview on white background

This text has color #513018 on white background.



Black color preview on #513018 background

This text has black color on #513018 background.


White color preview on #513018 background

This text has white color on #513018 background.