COLOR #347E2D

HEX: #347E2D RGB: (52,126,45)

Color info

#347E2D contains mainly green color. Web safe color of #347E2D is #336633 (or #363).

RGB color model

#347E2D color RGB value is (52,126,45).

RGB: (52,126,45) (20%, 49%, 18%)

RGB channels and saturation

R 52 of 255 = 20%
G 126 of 255 = 49%
B 45 of 255 = 18%

52
126
45

R + G + B ~ 29%. #347E2D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 52 + 126 + 45 = 223 (100%)
R 52 of 223 ~ 23.32%
G 126 of 223 ~ 56.5%
B 45 of 223 ~ 20.18'%

%23.32
%56.5
%20.18

CMYK color model

#347E2D color CMYK value is (59,0,64,51).

  • cyan value is 58.73%
  • magenta value is 0.00%
  • yellow value is 64.29%
  • key color value is 50.59%

CMYK: (59,0,64,51)
C59M0Y64K51 (59%, 0%, 64%, 51%)
(0.59 / 0.00 / 0.64 / 0.51)

CMYK percentages

%58.73
%0
%64.29
%50.59

Codes

Color #347E2D in popluar color models

34 7E 2D
RGB 52 126 45
HSL 115° 47.37% 33.53%
HSB/HSV 115° 64.29% 49.41%
CMYK 58.73% 0.00% 64.29%
50.59%

Color #347E2D in popluar number systems.

HEX 34 7E 2D
Decimal 52 126 45
Binary 110100 1111110 101101
Octal 64 176 55

Shades and tints

Shades of #347E2D

#347E2D
(52,126,45)
#307329
(48,115,41)
#2C6825
(44,104,37)
#285D21
(40,93,33)
#24521D
(36,82,29)
#204719
(32,71,25)
#1C3C15
(28,60,21)
#183111
(24,49,17)
#14260D
(20,38,13)
#101B09
(16,27,9)
#0C1005
(12,16,5)
#000000
(0,0,0)

Tints of #347E2D

#347E2D
(52,126,45)
#468940
(70,137,64)
#589453
(88,148,83)
#6A9F66
(106,159,102)
#7CAA79
(124,170,121)
#8EB58C
(142,181,140)
#A0C09F
(160,192,159)
#B2CBB2
(178,203,178)
#C4D6C5
(196,214,197)
#D6E1D8
(214,225,216)
#E8ECEB
(232,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #347E2D color. Also use rgb(52,126,45) instead hex code.

Text Font Color

.myTextColor { color: #347E2D; }

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

This text font color is #347E2D.

Background Color

.myBgColor { background-color: #347E2D; }

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

This div background color is #347E2D.

Border color

.myBorderColor { border: 1px solid #347E2D; }

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

This div border color is #347E2D.

Opacity

.myOpacity80 { color: #347E2D; opacity: 0.8; }

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

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

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

This text has shadow with #347E2D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #347E2D.

Preview

Color preview on black background

This text has color #347E2D on black background.


Color preview on white background

This text has color #347E2D on white background.


Black color preview on #347E2D background

This text has black color on #347E2D background.


White color preview on #347E2D background

This text has white color on #347E2D background.


Related colors

Complementary color

Complementary color for #hex is #CB81D2.


I love getcolorcode.com

Triadic colors

1 #2D347E and #7E2D34 with #347E2D are triadic colors.

2 #2D7E34 and #7E342D with #347E2D are triadic colors.