COLOR #513004

HEX: #513004 RGB: (81,48,4)

Color info

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

RGB color model

#513004 color RGB value is (81,48,4).

RGB: (81,48,4) (32%, 19%, 2%)

RGB channels and saturation

R 81 of 255 = 32%
G 48 of 255 = 19%
B 4 of 255 = 2%

81
48
4

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

Portions of RGB colors in percentages

R + G + B = 81 + 48 + 4 = 133 (100%)
R 81 of 133 ~ 60.9%
G 48 of 133 ~ 36.09%
B 4 of 133 ~ 3.01'%

%60.9
%36.09

CMYK color model

#513004 color CMYK value is (0,41,95,68).

  • cyan value is 0.00%
  • magenta value is 40.74%
  • yellow value is 95.06%
  • key color value is 68.24%

CMYK: (0,41,95,68)
C0M41Y95K68 (0%, 41%, 95%, 68%)
(0.00 / 0.41 / 0.95 / 0.68)

CMYK percentages

%0
%40.74
%95.06
%68.24

Codes

Color #513004 in popluar color models

51 30 04
RGB 81 48 4
HSL 34° 90.59% 16.67%
HSB/HSV 34° 95.06% 31.76%
CMYK 0.00% 40.74% 95.06%
68.24%

Color #513004 in popluar number systems.

HEX 51 30 04
Decimal 81 48 4
Binary 1010001 110000 100
Octal 121 60 4

Shades and tints

Shades of #513004

#513004
(81,48,4)
#4A2C04
(74,44,4)
#432804
(67,40,4)
#3C2404
(60,36,4)
#352004
(53,32,4)
#2E1C04
(46,28,4)
#271804
(39,24,4)
#201404
(32,20,4)
#191004
(25,16,4)
#120C04
(18,12,4)
#0B0804
(11,8,4)
#000000
(0,0,0)

Tints of #513004

#513004
(81,48,4)
#60421A
(96,66,26)
#6F5430
(111,84,48)
#7E6646
(126,102,70)
#8D785C
(141,120,92)
#9C8A72
(156,138,114)
#AB9C88
(171,156,136)
#BAAE9E
(186,174,158)
#C9C0B4
(201,192,180)
#D8D2CA
(216,210,202)
#E7E4E0
(231,228,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #513004; }

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

This text font color is #513004.

Background Color

.myBgColor { background-color: #513004; }

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

This div background color is #513004.

Border color

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

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

This div border color is #513004.

Opacity

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

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

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

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

This text has shadow with #513004 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #513004.

Preview

Color preview on black background

This text has color #513004 on black background.


Color preview on white background

This text has color #513004 on white background.


Black color preview on #513004 background

This text has black color on #513004 background.


White color preview on #513004 background

This text has white color on #513004 background.


Related colors

Complementary color

Complementary color for #hex is #AECFFB.


I love getcolorcode.com

Triadic colors

1 #045130 and #300451 with #513004 are triadic colors.

2 #043051 and #305104 with #513004 are triadic colors.