COLOR #034D12

HEX: #034D12
RGB: (3,77,18)

Color info

#034D12 contains mainly green and blue colors. Web safe color of #034D12 is #003300 (or #030).

RGB color model

#034D12 color RGB value is (3,77,18).

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

RGB channels and saturation

R 3 of 255 = 1%
G 77 of 255 = 30%
B 18 of 255 = 7%

3
77
18

R + G + B ~ 13%. #034D12 is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 77 + 18 = 98 (100%)
R 3 of 98 ~ 3.06%
G 77 of 98 ~ 78.57%
B 18 of 98 ~ 18.37%

%78.57
%18.37

CMYK color model

#034D12 color CMYK value is (96,0,77,70).

  • cyan value is 96.10%
  • magenta value is 0.00%
  • yellow value is 76.62%
  • key color value is 69.80%
CMYK:
(96,0,77,70)
C96M0Y77K70 
(96%,0%,77%,70%)
(0.96/0.00/0.77/0.70)	

CMYK percentages

%96.1
%0
%76.62
%69.8

Codes

Color #034D12 in popluar color models

034D12
RGB37718
HSL132°92.50%15.69%
HSB/HSV132°96.10%30.20%
CMYK96.10%0.00%76.62%
69.80%

Color #034D12 in popluar number systems.

HEX034D12
Decimal37718
Binary11100110110010
Octal311522

Shades and tints

Shades of #034D12

#034D12
(3,77,18)
#034611
(3,70,17)
#033F10
(3,63,16)
#03380F
(3,56,15)
#03310E
(3,49,14)
#032A0D
(3,42,13)
#03230C
(3,35,12)
#031C0B
(3,28,11)
#03150A
(3,21,10)
#030E09
(3,14,9)
#030708
(3,7,8)
#000000
(0,0,0)

Tints of #034D12

#034D12
(3,77,18)
#195D27
(25,93,39)
#2F6D3C
(47,109,60)
#457D51
(69,125,81)
#5B8D66
(91,141,102)
#719D7B
(113,157,123)
#87AD90
(135,173,144)
#9DBDA5
(157,189,165)
#B3CDBA
(179,205,186)
#C9DDCF
(201,221,207)
#DFEDE4
(223,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #034D12; }

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

This text font color is #034D12.


Background Color

.myBgColor { background-color: #034D12; }

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

This div background color is #034D12.


Border color

.myBorderColor { border: 1px solid #034D12; }

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

This div border color is #034D12.


Opacity

.myOpacity80 { color: #034D12; opacity: 0.8; }

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

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

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

This text has shadow with #034D12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #034D12 on black background.


Color preview on white background

This text has color #034D12 on white background.



Black color preview on #034D12 background

This text has black color on #034D12 background.


White color preview on #034D12 background

This text has white color on #034D12 background.