COLOR #004513

HEX: #004513 RGB: (0,69,19)

Color info

#004513 contains only green and blue colors. Web safe color of #004513 is #003300 (or #030).

RGB color model

#004513 color RGB value is (0,69,19).

RGB: (0,69,19) (0%, 27%, 7%)

RGB channels and saturation

R 0 of 255 = 0%
G 69 of 255 = 27%
B 19 of 255 = 7%

0
69
19

R + G + B ~ 11%. #004513 is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 69 + 19 = 88 (100%)
R 0 of 88 ~ 0%
G 69 of 88 ~ 78.41%
B 19 of 88 ~ 21.59'%

%78.41
%21.59

CMYK color model

#004513 color CMYK value is (100,0,72,73).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 72.46%
  • key color value is 72.94%

CMYK: (100,0,72,73)
C100M0Y72K73 (100%, 0%, 72%, 73%)
(1.00 / 0.00 / 0.72 / 0.73)

CMYK percentages

%100
%0
%72.46
%72.94

Codes

Color #004513 in popluar color models

00 45 13
RGB 0 69 19
HSL 137° 100.00% 13.53%
HSB/HSV 137° 100.00% 27.06%
CMYK 100.00% 0.00% 72.46%
72.94%

Color #004513 in popluar number systems.

HEX 00 45 13
Decimal 0 69 19
Binary 0 1000101 10011
Octal 0 105 23

Shades and tints

Shades of #004513

#004513
(0,69,19)
#003F12
(0,63,18)
#003911
(0,57,17)
#003310
(0,51,16)
#002D0F
(0,45,15)
#00270E
(0,39,14)
#00210D
(0,33,13)
#001B0C
(0,27,12)
#00150B
(0,21,11)
#000F0A
(0,15,10)
#000909
(0,9,9)
#000000
(0,0,0)

Tints of #004513

#004513
(0,69,19)
#175528
(23,85,40)
#2E653D
(46,101,61)
#457552
(69,117,82)
#5C8567
(92,133,103)
#73957C
(115,149,124)
#8AA591
(138,165,145)
#A1B5A6
(161,181,166)
#B8C5BB
(184,197,187)
#CFD5D0
(207,213,208)
#E6E5E5
(230,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #004513 color. Also use rgb(0,69,19) instead hex code.

Text Font Color

.myTextColor { color: #004513; }

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

This text font color is #004513.

Background Color

.myBgColor { background-color: #004513; }

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

This div background color is #004513.

Border color

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

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

This div border color is #004513.

Opacity

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

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

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

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

This text has shadow with #004513 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #004513.

Preview

Color preview on black background

This text has color #004513 on black background.


Color preview on white background

This text has color #004513 on white background.


Black color preview on #004513 background

This text has black color on #004513 background.


White color preview on #004513 background

This text has white color on #004513 background.


Related colors

Complementary color

Complementary color for #hex is #FFBAEC.


I love getcolorcode.com

Triadic colors

1 #130045 and #451300 with #004513 are triadic colors.

2 #134500 and #450013 with #004513 are triadic colors.