COLOR #034C09

HEX: #034C09
RGB: (3,76,9)

Color info

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

RGB color model

#034C09 color RGB value is (3,76,9).

  • red value is 3;
  • green value is 76;
  • blue value is 9.
RGB:
(3,76,9)
(1%,30%,4%)

RGB channels and saturation

R 3 of 255 = 1%
G 76 of 255 = 30%
B 9 of 255 = 4%

3
76
9

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

Portions of RGB colors in percentages

R + G + B =
3 + 76 + 9 = 88 (100%)
R 3 of 88 ~ 3.41%
G 76 of 88 ~ 86.36%
B 9 of 88 ~ 10.23%

%86.36
%10.23

CMYK color model

#034C09 color CMYK value is (96,0,88,70).

  • cyan value is 96.05%
  • magenta value is 0.00%
  • yellow value is 88.16%
  • key color value is 70.20%
CMYK:
(96,0,88,70)
C96M0Y88K70 
(96%,0%,88%,70%)
(0.96/0.00/0.88/0.70)	

CMYK percentages

%96.05
%0
%88.16
%70.2

Codes

Color #034C09 in popluar color models

034C09
RGB3769
HSL125°92.41%15.49%
HSB/HSV125°96.05%29.80%
CMYK96.05%0.00%88.16%
70.20%

Color #034C09 in popluar number systems.

HEX034C09
Decimal3769
Binary1110011001001
Octal311411

Shades and tints

Shades of #034C09

#034C09
(3,76,9)
#034609
(3,70,9)
#034009
(3,64,9)
#033A09
(3,58,9)
#033409
(3,52,9)
#032E09
(3,46,9)
#032809
(3,40,9)
#032209
(3,34,9)
#031C09
(3,28,9)
#031609
(3,22,9)
#031009
(3,16,9)
#000000
(0,0,0)

Tints of #034C09

#034C09
(3,76,9)
#195C1F
(25,92,31)
#2F6C35
(47,108,53)
#457C4B
(69,124,75)
#5B8C61
(91,140,97)
#719C77
(113,156,119)
#87AC8D
(135,172,141)
#9DBCA3
(157,188,163)
#B3CCB9
(179,204,185)
#C9DCCF
(201,220,207)
#DFECE5
(223,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #034C09 color. Also use rgb(3,76,9) instead hex code.

Text Font Color

.myTextColor { color: #034C09; }

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

This text font color is #034C09.


Background Color

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

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

This div background color is #034C09.


Border color

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

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

This div border color is #034C09.


Opacity

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

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

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

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

This text has shadow with #034C09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #034C09 on black background.


Color preview on white background

This text has color #034C09 on white background.



Black color preview on #034C09 background

This text has black color on #034C09 background.


White color preview on #034C09 background

This text has white color on #034C09 background.