COLOR #003512

HEX: #003512
RGB: (0,53,18)

Color info

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

RGB color model

#003512 color RGB value is (0,53,18).

  • red value is 0;
  • green value is 53;
  • blue value is 18.
RGB:
(0,53,18)
(0%,21%,7%)

RGB channels and saturation

R 0 of 255 = 0%
G 53 of 255 = 21%
B 18 of 255 = 7%

0
53
18

R + G + B ~ 9%. #003512 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 53 + 18 = 71 (100%)
R 0 of 71 ~ 0%
G 53 of 71 ~ 74.65%
B 18 of 71 ~ 25.35%

%74.65
%25.35

CMYK color model

#003512 color CMYK value is (100,0,66,79).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 66.04%
  • key color value is 79.22%
CMYK:
(100,0,66,79)
C100M0Y66K79 
(100%,0%,66%,79%)
(1.00/0.00/0.66/0.79)	

CMYK percentages

%100
%0
%66.04
%79.22

Codes

Color #003512 in popluar color models

003512
RGB05318
HSL140°100.00%10.39%
HSB/HSV140°100.00%20.78%
CMYK100.00%0.00%66.04%
79.22%

Color #003512 in popluar number systems.

HEX003512
Decimal05318
Binary011010110010
Octal06522

Shades and tints

Shades of #003512

#003512
(0,53,18)
#003111
(0,49,17)
#002D10
(0,45,16)
#00290F
(0,41,15)
#00250E
(0,37,14)
#00210D
(0,33,13)
#001D0C
(0,29,12)
#00190B
(0,25,11)
#00150A
(0,21,10)
#001109
(0,17,9)
#000D08
(0,13,8)
#000000
(0,0,0)

Tints of #003512

#003512
(0,53,18)
#174727
(23,71,39)
#2E593C
(46,89,60)
#456B51
(69,107,81)
#5C7D66
(92,125,102)
#738F7B
(115,143,123)
#8AA190
(138,161,144)
#A1B3A5
(161,179,165)
#B8C5BA
(184,197,186)
#CFD7CF
(207,215,207)
#E6E9E4
(230,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #003512 color. Also use rgb(0,53,18) instead hex code.

Text Font Color

.myTextColor { color: #003512; }

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

This text font color is #003512.


Background Color

.myBgColor { background-color: #003512; }

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

This div background color is #003512.


Border color

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

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

This div border color is #003512.


Opacity

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

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

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

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

This text has shadow with #003512 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #003512 on black background.


Color preview on white background

This text has color #003512 on white background.



Black color preview on #003512 background

This text has black color on #003512 background.


White color preview on #003512 background

This text has white color on #003512 background.