COLOR #034C2E

HEX: #034C2E RGB: (3,76,46)

Color info

#034C2E contains mainly green and blue colors. Web safe color of #034C2E is #003333 (or #033).

RGB color model

#034C2E color RGB value is (3,76,46).

RGB: (3,76,46) (1%, 30%, 18%)

RGB channels and saturation

R 3 of 255 = 1%
G 76 of 255 = 30%
B 46 of 255 = 18%

3
76
46

R + G + B ~ 16%. #034C2E is dark color.

Portions of RGB colors in percentages

R + G + B = 3 + 76 + 46 = 125 (100%)
R 3 of 125 ~ 2.4%
G 76 of 125 ~ 60.8%
B 46 of 125 ~ 36.8'%

%60.8
%36.8

CMYK color model

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

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

CMYK: (96,0,39,70)
C96M0Y39K70 (96%, 0%, 39%, 70%)
(0.96 / 0.00 / 0.39 / 0.70)

CMYK percentages

%96.05
%0
%39.47
%70.2

Codes

Color #034C2E in popluar color models

03 4C 2E
RGB 3 76 46
HSL 155° 92.41% 15.49%
HSB/HSV 155° 96.05% 29.80%
CMYK 96.05% 0.00% 39.47%
70.20%

Color #034C2E in popluar number systems.

HEX 03 4C 2E
Decimal 3 76 46
Binary 11 1001100 101110
Octal 3 114 56

Shades and tints

Shades of #034C2E

#034C2E
(3,76,46)
#03462A
(3,70,42)
#034026
(3,64,38)
#033A22
(3,58,34)
#03341E
(3,52,30)
#032E1A
(3,46,26)
#032816
(3,40,22)
#032212
(3,34,18)
#031C0E
(3,28,14)
#03160A
(3,22,10)
#031006
(3,16,6)
#000000
(0,0,0)

Tints of #034C2E

#034C2E
(3,76,46)
#195C41
(25,92,65)
#2F6C54
(47,108,84)
#457C67
(69,124,103)
#5B8C7A
(91,140,122)
#719C8D
(113,156,141)
#87ACA0
(135,172,160)
#9DBCB3
(157,188,179)
#B3CCC6
(179,204,198)
#C9DCD9
(201,220,217)
#DFECEC
(223,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #034C2E; }

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

This text font color is #034C2E.

Background Color

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

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

This div background color is #034C2E.

Border color

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

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

This div border color is #034C2E.

Opacity

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

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

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

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

This text has shadow with #034C2E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #034C2E.

Preview

Color preview on black background

This text has color #034C2E on black background.


Color preview on white background

This text has color #034C2E on white background.


Black color preview on #034C2E background

This text has black color on #034C2E background.


White color preview on #034C2E background

This text has white color on #034C2E background.


Related colors

Complementary color

Complementary color for #hex is #FCB3D1.


I love getcolorcode.com

Triadic colors

1 #2E034C and #4C2E03 with #034C2E are triadic colors.

2 #2E4C03 and #4C032E with #034C2E are triadic colors.