COLOR #034C17

HEX: #034C17 RGB: (3,76,23)

Color info

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

RGB color model

#034C17 color RGB value is (3,76,23).

RGB: (3,76,23) (1%, 30%, 9%)

RGB channels and saturation

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

3
76
23

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

Portions of RGB colors in percentages

R + G + B = 3 + 76 + 23 = 102 (100%)
R 3 of 102 ~ 2.94%
G 76 of 102 ~ 74.51%
B 23 of 102 ~ 22.55'%

%74.51
%22.55

CMYK color model

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

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

CMYK: (96,0,70,70)
C96M0Y70K70 (96%, 0%, 70%, 70%)
(0.96 / 0.00 / 0.70 / 0.70)

CMYK percentages

%96.05
%0
%69.74
%70.2

Codes

Color #034C17 in popluar color models

03 4C 17
RGB 3 76 23
HSL 136° 92.41% 15.49%
HSB/HSV 136° 96.05% 29.80%
CMYK 96.05% 0.00% 69.74%
70.20%

Color #034C17 in popluar number systems.

HEX 03 4C 17
Decimal 3 76 23
Binary 11 1001100 10111
Octal 3 114 27

Shades and tints

Shades of #034C17

#034C17
(3,76,23)
#034615
(3,70,21)
#034013
(3,64,19)
#033A11
(3,58,17)
#03340F
(3,52,15)
#032E0D
(3,46,13)
#03280B
(3,40,11)
#032209
(3,34,9)
#031C07
(3,28,7)
#031605
(3,22,5)
#031003
(3,16,3)
#000000
(0,0,0)

Tints of #034C17

#034C17
(3,76,23)
#195C2C
(25,92,44)
#2F6C41
(47,108,65)
#457C56
(69,124,86)
#5B8C6B
(91,140,107)
#719C80
(113,156,128)
#87AC95
(135,172,149)
#9DBCAA
(157,188,170)
#B3CCBF
(179,204,191)
#C9DCD4
(201,220,212)
#DFECE9
(223,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #034C17; }

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

This text font color is #034C17.

Background Color

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

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

This div background color is #034C17.

Border color

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

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

This div border color is #034C17.

Opacity

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

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

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

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

This text has shadow with #034C17 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #034C17.

Preview

Color preview on black background

This text has color #034C17 on black background.


Color preview on white background

This text has color #034C17 on white background.


Black color preview on #034C17 background

This text has black color on #034C17 background.


White color preview on #034C17 background

This text has white color on #034C17 background.


Related colors

Complementary color

Complementary color for #hex is #FCB3E8.


I love getcolorcode.com

Triadic colors

1 #17034C and #4C1703 with #034C17 are triadic colors.

2 #174C03 and #4C0317 with #034C17 are triadic colors.