COLOR #037412

HEX: #037412
RGB: (3,116,18)

Color info

#037412 contains mainly green color. Web safe color of #037412 is #006600 (or #060).

RGB color model

#037412 color RGB value is (3,116,18).

  • red value is 3;
  • green value is 116;
  • blue value is 18.
RGB:
(3,116,18)
(1%,45%,7%)

RGB channels and saturation

R 3 of 255 = 1%
G 116 of 255 = 45%
B 18 of 255 = 7%

3
116
18

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

Portions of RGB colors in percentages

R + G + B =
3 + 116 + 18 = 137 (100%)
R 3 of 137 ~ 2.19%
G 116 of 137 ~ 84.67%
B 18 of 137 ~ 13.14%

%84.67
%13.14

CMYK color model

#037412 color CMYK value is (97,0,84,55).

  • cyan value is 97.41%
  • magenta value is 0.00%
  • yellow value is 84.48%
  • key color value is 54.51%
CMYK:
(97,0,84,55)
C97M0Y84K55 
(97%,0%,84%,55%)
(0.97/0.00/0.84/0.55)	

CMYK percentages

%97.41
%0
%84.48
%54.51

Codes

Color #037412 in popluar color models

037412
RGB311618
HSL128°94.96%23.33%
HSB/HSV128°97.41%45.49%
CMYK97.41%0.00%84.48%
54.51%

Color #037412 in popluar number systems.

HEX037412
Decimal311618
Binary11111010010010
Octal316422

Shades and tints

Shades of #037412

#037412
(3,116,18)
#036A11
(3,106,17)
#036010
(3,96,16)
#03560F
(3,86,15)
#034C0E
(3,76,14)
#03420D
(3,66,13)
#03380C
(3,56,12)
#032E0B
(3,46,11)
#03240A
(3,36,10)
#031A09
(3,26,9)
#031008
(3,16,8)
#000000
(0,0,0)

Tints of #037412

#037412
(3,116,18)
#198027
(25,128,39)
#2F8C3C
(47,140,60)
#459851
(69,152,81)
#5BA466
(91,164,102)
#71B07B
(113,176,123)
#87BC90
(135,188,144)
#9DC8A5
(157,200,165)
#B3D4BA
(179,212,186)
#C9E0CF
(201,224,207)
#DFECE4
(223,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #037412 color. Also use rgb(3,116,18) instead hex code.

Text Font Color

.myTextColor { color: #037412; }

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

This text font color is #037412.


Background Color

.myBgColor { background-color: #037412; }

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

This div background color is #037412.


Border color

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

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

This div border color is #037412.


Opacity

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

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

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

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

This text has shadow with #037412 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #037412 on black background.


Color preview on white background

This text has color #037412 on white background.



Black color preview on #037412 background

This text has black color on #037412 background.


White color preview on #037412 background

This text has white color on #037412 background.