COLOR #034714

HEX: #034714
RGB: (3,71,20)

Color info

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

RGB color model

#034714 color RGB value is (3,71,20).

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

RGB channels and saturation

R 3 of 255 = 1%
G 71 of 255 = 28%
B 20 of 255 = 8%

3
71
20

R + G + B ~ 12%. #034714 is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 71 + 20 = 94 (100%)
R 3 of 94 ~ 3.19%
G 71 of 94 ~ 75.53%
B 20 of 94 ~ 21.28%

%75.53
%21.28

CMYK color model

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

  • cyan value is 95.77%
  • magenta value is 0.00%
  • yellow value is 71.83%
  • key color value is 72.16%
CMYK:
(96,0,72,72)
C96M0Y72K72 
(96%,0%,72%,72%)
(0.96/0.00/0.72/0.72)	

CMYK percentages

%95.77
%0
%71.83
%72.16

Codes

Color #034714 in popluar color models

034714
RGB37120
HSL135°91.89%14.51%
HSB/HSV135°95.77%27.84%
CMYK95.77%0.00%71.83%
72.16%

Color #034714 in popluar number systems.

HEX034714
Decimal37120
Binary11100011110100
Octal310724

Shades and tints

Shades of #034714

#034714
(3,71,20)
#034113
(3,65,19)
#033B12
(3,59,18)
#033511
(3,53,17)
#032F10
(3,47,16)
#03290F
(3,41,15)
#03230E
(3,35,14)
#031D0D
(3,29,13)
#03170C
(3,23,12)
#03110B
(3,17,11)
#030B0A
(3,11,10)
#000000
(0,0,0)

Tints of #034714

#034714
(3,71,20)
#195729
(25,87,41)
#2F673E
(47,103,62)
#457753
(69,119,83)
#5B8768
(91,135,104)
#71977D
(113,151,125)
#87A792
(135,167,146)
#9DB7A7
(157,183,167)
#B3C7BC
(179,199,188)
#C9D7D1
(201,215,209)
#DFE7E6
(223,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #034714; }

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

This text font color is #034714.


Background Color

.myBgColor { background-color: #034714; }

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

This div background color is #034714.


Border color

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

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

This div border color is #034714.


Opacity

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

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

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

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

This text has shadow with #034714 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #034714 on black background.


Color preview on white background

This text has color #034714 on white background.



Black color preview on #034714 background

This text has black color on #034714 background.


White color preview on #034714 background

This text has white color on #034714 background.