COLOR #034702

HEX: #034702
RGB: (3,71,2)

Color info

#034702 contains mainly green color. Web safe color of #034702 is #003300 (or #030).

RGB color model

#034702 color RGB value is (3,71,2).

  • red value is 3;
  • green value is 71;
  • blue value is 2.
RGB:
(3,71,2)
(1%,28%,1%)

RGB channels and saturation

R 3 of 255 = 1%
G 71 of 255 = 28%
B 2 of 255 = 1%

3
71
2

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

Portions of RGB colors in percentages

R + G + B =
3 + 71 + 2 = 76 (100%)
R 3 of 76 ~ 3.95%
G 71 of 76 ~ 93.42%
B 2 of 76 ~ 2.63%

%93.42

CMYK color model

#034702 color CMYK value is (96,0,97,72).

  • cyan value is 95.77%
  • magenta value is 0.00%
  • yellow value is 97.18%
  • key color value is 72.16%
CMYK:
(96,0,97,72)
C96M0Y97K72 
(96%,0%,97%,72%)
(0.96/0.00/0.97/0.72)	

CMYK percentages

%95.77
%0
%97.18
%72.16

Codes

Color #034702 in popluar color models

034702
RGB3712
HSL119°94.52%14.31%
HSB/HSV119°97.18%27.84%
CMYK95.77%0.00%97.18%
72.16%

Color #034702 in popluar number systems.

HEX034702
Decimal3712
Binary11100011110
Octal31072

Shades and tints

Shades of #034702

#034702
(3,71,2)
#034102
(3,65,2)
#033B02
(3,59,2)
#033502
(3,53,2)
#032F02
(3,47,2)
#032902
(3,41,2)
#032302
(3,35,2)
#031D02
(3,29,2)
#031702
(3,23,2)
#031102
(3,17,2)
#030B02
(3,11,2)
#000000
(0,0,0)

Tints of #034702

#034702
(3,71,2)
#195719
(25,87,25)
#2F6730
(47,103,48)
#457747
(69,119,71)
#5B875E
(91,135,94)
#719775
(113,151,117)
#87A78C
(135,167,140)
#9DB7A3
(157,183,163)
#B3C7BA
(179,199,186)
#C9D7D1
(201,215,209)
#DFE7E8
(223,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #034702 color. Also use rgb(3,71,2) instead hex code.

Text Font Color

.myTextColor { color: #034702; }

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

This text font color is #034702.


Background Color

.myBgColor { background-color: #034702; }

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

This div background color is #034702.


Border color

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

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

This div border color is #034702.


Opacity

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

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

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

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

This text has shadow with #034702 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #034702 on black background.


Color preview on white background

This text has color #034702 on white background.



Black color preview on #034702 background

This text has black color on #034702 background.


White color preview on #034702 background

This text has white color on #034702 background.