COLOR #347F44

HEX: #347F44
RGB: (52,127,68)

Color info

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

RGB color model

#347F44 color RGB value is (52,127,68).

  • red value is 52;
  • green value is 127;
  • blue value is 68.
RGB:
(52,127,68)
(20%,50%,27%)

RGB channels and saturation

R 52 of 255 = 20%
G 127 of 255 = 50%
B 68 of 255 = 27%

52
127
68

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

Portions of RGB colors in percentages

R + G + B =
52 + 127 + 68 = 247 (100%)
R 52 of 247 ~ 21.05%
G 127 of 247 ~ 51.42%
B 68 of 247 ~ 27.53%

%21.05
%51.42
%27.53

CMYK color model

#347F44 color CMYK value is (59,0,46,50).

  • cyan value is 59.06%
  • magenta value is 0.00%
  • yellow value is 46.46%
  • key color value is 50.20%
CMYK:
(59,0,46,50)
C59M0Y46K50 
(59%,0%,46%,50%)
(0.59/0.00/0.46/0.50)	

CMYK percentages

%59.06
%0
%46.46
%50.2

Codes

Color #347F44 in popluar color models

347F44
RGB5212768
HSL133°41.90%35.10%
HSB/HSV133°59.06%49.80%
CMYK59.06%0.00%46.46%
50.20%

Color #347F44 in popluar number systems.

HEX347F44
Decimal5212768
Binary11010011111111000100
Octal64177104

Shades and tints

Shades of #347F44

#347F44
(52,127,68)
#30743E
(48,116,62)
#2C6938
(44,105,56)
#285E32
(40,94,50)
#24532C
(36,83,44)
#204826
(32,72,38)
#1C3D20
(28,61,32)
#18321A
(24,50,26)
#142714
(20,39,20)
#101C0E
(16,28,14)
#0C1108
(12,17,8)
#000000
(0,0,0)

Tints of #347F44

#347F44
(52,127,68)
#468A55
(70,138,85)
#589566
(88,149,102)
#6AA077
(106,160,119)
#7CAB88
(124,171,136)
#8EB699
(142,182,153)
#A0C1AA
(160,193,170)
#B2CCBB
(178,204,187)
#C4D7CC
(196,215,204)
#D6E2DD
(214,226,221)
#E8EDEE
(232,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #347F44 color. Also use rgb(52,127,68) instead hex code.

Text Font Color

.myTextColor { color: #347F44; }

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

This text font color is #347F44.


Background Color

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

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

This div background color is #347F44.


Border color

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

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

This div border color is #347F44.


Opacity

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

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

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

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

This text has shadow with #347F44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #347F44 on black background.


Color preview on white background

This text has color #347F44 on white background.



Black color preview on #347F44 background

This text has black color on #347F44 background.


White color preview on #347F44 background

This text has white color on #347F44 background.