COLOR #347E30

HEX: #347E30
RGB: (52,126,48)

Color info

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

RGB color model

#347E30 color RGB value is (52,126,48).

  • red value is 52;
  • green value is 126;
  • blue value is 48.
RGB:
(52,126,48)
(20%,49%,19%)

RGB channels and saturation

R 52 of 255 = 20%
G 126 of 255 = 49%
B 48 of 255 = 19%

52
126
48

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

Portions of RGB colors in percentages

R + G + B =
52 + 126 + 48 = 226 (100%)
R 52 of 226 ~ 23.01%
G 126 of 226 ~ 55.75%
B 48 of 226 ~ 21.24%

%23.01
%55.75
%21.24

CMYK color model

#347E30 color CMYK value is (59,0,62,51).

  • cyan value is 58.73%
  • magenta value is 0.00%
  • yellow value is 61.90%
  • key color value is 50.59%
CMYK:
(59,0,62,51)
C59M0Y62K51 
(59%,0%,62%,51%)
(0.59/0.00/0.62/0.51)	

CMYK percentages

%58.73
%0
%61.9
%50.59

Codes

Color #347E30 in popluar color models

347E30
RGB5212648
HSL117°44.83%34.12%
HSB/HSV117°61.90%49.41%
CMYK58.73%0.00%61.90%
50.59%

Color #347E30 in popluar number systems.

HEX347E30
Decimal5212648
Binary1101001111110110000
Octal6417660

Shades and tints

Shades of #347E30

#347E30
(52,126,48)
#30732C
(48,115,44)
#2C6828
(44,104,40)
#285D24
(40,93,36)
#245220
(36,82,32)
#20471C
(32,71,28)
#1C3C18
(28,60,24)
#183114
(24,49,20)
#142610
(20,38,16)
#101B0C
(16,27,12)
#0C1008
(12,16,8)
#000000
(0,0,0)

Tints of #347E30

#347E30
(52,126,48)
#468942
(70,137,66)
#589454
(88,148,84)
#6A9F66
(106,159,102)
#7CAA78
(124,170,120)
#8EB58A
(142,181,138)
#A0C09C
(160,192,156)
#B2CBAE
(178,203,174)
#C4D6C0
(196,214,192)
#D6E1D2
(214,225,210)
#E8ECE4
(232,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #347E30; }

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

This text font color is #347E30.


Background Color

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

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

This div background color is #347E30.


Border color

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

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

This div border color is #347E30.


Opacity

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

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

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

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

This text has shadow with #347E30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #347E30 on black background.


Color preview on white background

This text has color #347E30 on white background.



Black color preview on #347E30 background

This text has black color on #347E30 background.


White color preview on #347E30 background

This text has white color on #347E30 background.