COLOR #034C14

HEX: #034C14 RGB: (3,76,20)

Color info

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

RGB color model

#034C14 color RGB value is (3,76,20).

RGB: (3,76,20) (1%, 30%, 8%)

RGB channels and saturation

R 3 of 255 = 1%
G 76 of 255 = 30%
B 20 of 255 = 8%

3
76
20

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

Portions of RGB colors in percentages

R + G + B = 3 + 76 + 20 = 99 (100%)
R 3 of 99 ~ 3.03%
G 76 of 99 ~ 76.77%
B 20 of 99 ~ 20.2'%

%76.77
%20.2

CMYK color model

#034C14 color CMYK value is (96,0,74,70).

  • cyan value is 96.05%
  • magenta value is 0.00%
  • yellow value is 73.68%
  • key color value is 70.20%

CMYK: (96,0,74,70)
C96M0Y74K70 (96%, 0%, 74%, 70%)
(0.96 / 0.00 / 0.74 / 0.70)

CMYK percentages

%96.05
%0
%73.68
%70.2

Codes

Color #034C14 in popluar color models

03 4C 14
RGB 3 76 20
HSL 134° 92.41% 15.49%
HSB/HSV 134° 96.05% 29.80%
CMYK 96.05% 0.00% 73.68%
70.20%

Color #034C14 in popluar number systems.

HEX 03 4C 14
Decimal 3 76 20
Binary 11 1001100 10100
Octal 3 114 24

Shades and tints

Shades of #034C14

#034C14
(3,76,20)
#034613
(3,70,19)
#034012
(3,64,18)
#033A11
(3,58,17)
#033410
(3,52,16)
#032E0F
(3,46,15)
#03280E
(3,40,14)
#03220D
(3,34,13)
#031C0C
(3,28,12)
#03160B
(3,22,11)
#03100A
(3,16,10)
#000000
(0,0,0)

Tints of #034C14

#034C14
(3,76,20)
#195C29
(25,92,41)
#2F6C3E
(47,108,62)
#457C53
(69,124,83)
#5B8C68
(91,140,104)
#719C7D
(113,156,125)
#87AC92
(135,172,146)
#9DBCA7
(157,188,167)
#B3CCBC
(179,204,188)
#C9DCD1
(201,220,209)
#DFECE6
(223,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #034C14; }

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

This text font color is #034C14.

Background Color

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

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

This div background color is #034C14.

Border color

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

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

This div border color is #034C14.

Opacity

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

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

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

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

This text has shadow with #034C14 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #034C14.

Preview

Color preview on black background

This text has color #034C14 on black background.


Color preview on white background

This text has color #034C14 on white background.


Black color preview on #034C14 background

This text has black color on #034C14 background.


White color preview on #034C14 background

This text has white color on #034C14 background.


Related colors

Complementary color

Complementary color for #hex is #FCB3EB.


I love getcolorcode.com

Triadic colors

1 #14034C and #4C1403 with #034C14 are triadic colors.

2 #144C03 and #4C0314 with #034C14 are triadic colors.