COLOR #347E46

HEX: #347E46
RGB: (52,126,70)

Color info

#347E46 contains mainly green and blue colors. Web safe color of #347E46 is #336633 (or #363).

RGB color model

#347E46 color RGB value is (52,126,70).

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

RGB channels and saturation

R 52 of 255 = 20%
G 126 of 255 = 49%
B 70 of 255 = 27%

52
126
70

R + G + B ~ 32%. #347E46 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 126 + 70 = 248 (100%)
R 52 of 248 ~ 20.97%
G 126 of 248 ~ 50.81%
B 70 of 248 ~ 28.23%

%20.97
%50.81
%28.23

CMYK color model

#347E46 color CMYK value is (59,0,44,51).

  • cyan value is 58.73%
  • magenta value is 0.00%
  • yellow value is 44.44%
  • key color value is 50.59%
CMYK:
(59,0,44,51)
C59M0Y44K51 
(59%,0%,44%,51%)
(0.59/0.00/0.44/0.51)	

CMYK percentages

%58.73
%0
%44.44
%50.59

Codes

Color #347E46 in popluar color models

347E46
RGB5212670
HSL135°41.57%34.90%
HSB/HSV135°58.73%49.41%
CMYK58.73%0.00%44.44%
50.59%

Color #347E46 in popluar number systems.

HEX347E46
Decimal5212670
Binary11010011111101000110
Octal64176106

Shades and tints

Shades of #347E46

#347E46
(52,126,70)
#307340
(48,115,64)
#2C683A
(44,104,58)
#285D34
(40,93,52)
#24522E
(36,82,46)
#204728
(32,71,40)
#1C3C22
(28,60,34)
#18311C
(24,49,28)
#142616
(20,38,22)
#101B10
(16,27,16)
#0C100A
(12,16,10)
#000000
(0,0,0)

Tints of #347E46

#347E46
(52,126,70)
#468956
(70,137,86)
#589466
(88,148,102)
#6A9F76
(106,159,118)
#7CAA86
(124,170,134)
#8EB596
(142,181,150)
#A0C0A6
(160,192,166)
#B2CBB6
(178,203,182)
#C4D6C6
(196,214,198)
#D6E1D6
(214,225,214)
#E8ECE6
(232,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #347E46; }

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

This text font color is #347E46.


Background Color

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

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

This div background color is #347E46.


Border color

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

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

This div border color is #347E46.


Opacity

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

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

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

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

This text has shadow with #347E46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #347E46 on black background.


Color preview on white background

This text has color #347E46 on white background.



Black color preview on #347E46 background

This text has black color on #347E46 background.


White color preview on #347E46 background

This text has white color on #347E46 background.