COLOR #513008

HEX: #513008
RGB: (81,48,8)

Color info

#513008 contains mainly red and green colors. Web safe color of #513008 is #663300 (or #630).

RGB color model

#513008 color RGB value is (81,48,8).

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

RGB channels and saturation

R 81 of 255 = 32%
G 48 of 255 = 19%
B 8 of 255 = 3%

81
48
8

R + G + B ~ 18%. #513008 is dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 48 + 8 = 137 (100%)
R 81 of 137 ~ 59.12%
G 48 of 137 ~ 35.04%
B 8 of 137 ~ 5.84%

%59.12
%35.04

CMYK color model

#513008 color CMYK value is (0,41,90,68).

  • cyan value is 0.00%
  • magenta value is 40.74%
  • yellow value is 90.12%
  • key color value is 68.24%
CMYK:
(0,41,90,68)
C0M41Y90K68 
(0%,41%,90%,68%)
(0.00/0.41/0.90/0.68)	

CMYK percentages

%0
%40.74
%90.12
%68.24

Codes

Color #513008 in popluar color models

513008
RGB81488
HSL33°82.02%17.45%
HSB/HSV33°90.12%31.76%
CMYK0.00%40.74%90.12%
68.24%

Color #513008 in popluar number systems.

HEX513008
Decimal81488
Binary10100011100001000
Octal1216010

Shades and tints

Shades of #513008

#513008
(81,48,8)
#4A2C08
(74,44,8)
#432808
(67,40,8)
#3C2408
(60,36,8)
#352008
(53,32,8)
#2E1C08
(46,28,8)
#271808
(39,24,8)
#201408
(32,20,8)
#191008
(25,16,8)
#120C08
(18,12,8)
#0B0808
(11,8,8)
#000000
(0,0,0)

Tints of #513008

#513008
(81,48,8)
#60421E
(96,66,30)
#6F5434
(111,84,52)
#7E664A
(126,102,74)
#8D7860
(141,120,96)
#9C8A76
(156,138,118)
#AB9C8C
(171,156,140)
#BAAEA2
(186,174,162)
#C9C0B8
(201,192,184)
#D8D2CE
(216,210,206)
#E7E4E4
(231,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #513008; }

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

This text font color is #513008.


Background Color

.myBgColor { background-color: #513008; }

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

This div background color is #513008.


Border color

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

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

This div border color is #513008.


Opacity

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

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

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

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

This text has shadow with #513008 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #513008 on black background.


Color preview on white background

This text has color #513008 on white background.



Black color preview on #513008 background

This text has black color on #513008 background.


White color preview on #513008 background

This text has white color on #513008 background.