COLOR #003913

HEX: #003913
RGB: (0,57,19)

Color info

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

RGB color model

#003913 color RGB value is (0,57,19).

  • red value is 0;
  • green value is 57;
  • blue value is 19.
RGB:
(0,57,19)
(0%,22%,7%)

RGB channels and saturation

R 0 of 255 = 0%
G 57 of 255 = 22%
B 19 of 255 = 7%

0
57
19

R + G + B ~ 10%. #003913 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 57 + 19 = 76 (100%)
R 0 of 76 ~ 0%
G 57 of 76 ~ 75%
B 19 of 76 ~ 25%

%75
%25

CMYK color model

#003913 color CMYK value is (100,0,67,78).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 77.65%
CMYK:
(100,0,67,78)
C100M0Y67K78 
(100%,0%,67%,78%)
(1.00/0.00/0.67/0.78)	

CMYK percentages

%100
%0
%66.67
%77.65

Codes

Color #003913 in popluar color models

003913
RGB05719
HSL140°100.00%11.18%
HSB/HSV140°100.00%22.35%
CMYK100.00%0.00%66.67%
77.65%

Color #003913 in popluar number systems.

HEX003913
Decimal05719
Binary011100110011
Octal07123

Shades and tints

Shades of #003913

#003913
(0,57,19)
#003412
(0,52,18)
#002F11
(0,47,17)
#002A10
(0,42,16)
#00250F
(0,37,15)
#00200E
(0,32,14)
#001B0D
(0,27,13)
#00160C
(0,22,12)
#00110B
(0,17,11)
#000C0A
(0,12,10)
#000709
(0,7,9)
#000000
(0,0,0)

Tints of #003913

#003913
(0,57,19)
#174B28
(23,75,40)
#2E5D3D
(46,93,61)
#456F52
(69,111,82)
#5C8167
(92,129,103)
#73937C
(115,147,124)
#8AA591
(138,165,145)
#A1B7A6
(161,183,166)
#B8C9BB
(184,201,187)
#CFDBD0
(207,219,208)
#E6EDE5
(230,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #003913; }

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

This text font color is #003913.


Background Color

.myBgColor { background-color: #003913; }

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

This div background color is #003913.


Border color

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

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

This div border color is #003913.


Opacity

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

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

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

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

This text has shadow with #003913 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #003913 on black background.


Color preview on white background

This text has color #003913 on white background.



Black color preview on #003913 background

This text has black color on #003913 background.


White color preview on #003913 background

This text has white color on #003913 background.