COLOR #347E00

HEX: #347E00
RGB: (52,126,0)

Color info

#347E00 contains mainly green color. Web safe color of #347E00 is #336600 (or #360).

RGB color model

#347E00 color RGB value is (52,126,0).

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

RGB channels and saturation

R 52 of 255 = 20%
G 126 of 255 = 49%
B 0 of 255 = 0%

52
126
0

R + G + B ~ 23%. #347E00 is dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 126 + 0 = 178 (100%)
R 52 of 178 ~ 29.21%
G 126 of 178 ~ 70.79%
B 0 of 178 ~ 0%

%29.21
%70.79

CMYK color model

#347E00 color CMYK value is (59,0,100,51).

  • cyan value is 58.73%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 50.59%
CMYK:
(59,0,100,51)
C59M0Y100K51 
(59%,0%,100%,51%)
(0.59/0.00/1.00/0.51)	

CMYK percentages

%58.73
%0
%100
%50.59

Codes

Color #347E00 in popluar color models

347E00
RGB521260
HSL95°100.00%24.71%
HSB/HSV95°100.00%49.41%
CMYK58.73%0.00%100.00%
50.59%

Color #347E00 in popluar number systems.

HEX347E00
Decimal521260
Binary11010011111100
Octal641760

Shades and tints

Shades of #347E00

#347E00
(52,126,0)
#307300
(48,115,0)
#2C6800
(44,104,0)
#285D00
(40,93,0)
#245200
(36,82,0)
#204700
(32,71,0)
#1C3C00
(28,60,0)
#183100
(24,49,0)
#142600
(20,38,0)
#101B00
(16,27,0)
#0C1000
(12,16,0)
#000000
(0,0,0)

Tints of #347E00

#347E00
(52,126,0)
#468917
(70,137,23)
#58942E
(88,148,46)
#6A9F45
(106,159,69)
#7CAA5C
(124,170,92)
#8EB573
(142,181,115)
#A0C08A
(160,192,138)
#B2CBA1
(178,203,161)
#C4D6B8
(196,214,184)
#D6E1CF
(214,225,207)
#E8ECE6
(232,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #347E00; }

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

This text font color is #347E00.


Background Color

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

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

This div background color is #347E00.


Border color

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

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

This div border color is #347E00.


Opacity

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

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

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

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

This text has shadow with #347E00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #347E00 on black background.


Color preview on white background

This text has color #347E00 on white background.



Black color preview on #347E00 background

This text has black color on #347E00 background.


White color preview on #347E00 background

This text has white color on #347E00 background.