COLOR #347F45

HEX: #347F45
RGB: (52,127,69)

Color info

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

RGB color model

#347F45 color RGB value is (52,127,69).

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

RGB channels and saturation

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

52
127
69

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

Portions of RGB colors in percentages

R + G + B =
52 + 127 + 69 = 248 (100%)
R 52 of 248 ~ 20.97%
G 127 of 248 ~ 51.21%
B 69 of 248 ~ 27.82%

%20.97
%51.21
%27.82

CMYK color model

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

  • cyan value is 59.06%
  • magenta value is 0.00%
  • yellow value is 45.67%
  • 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
%45.67
%50.2

Codes

Color #347F45 in popluar color models

347F45
RGB5212769
HSL134°41.90%35.10%
HSB/HSV134°59.06%49.80%
CMYK59.06%0.00%45.67%
50.20%

Color #347F45 in popluar number systems.

HEX347F45
Decimal5212769
Binary11010011111111000101
Octal64177105

Shades and tints

Shades of #347F45

#347F45
(52,127,69)
#30743F
(48,116,63)
#2C6939
(44,105,57)
#285E33
(40,94,51)
#24532D
(36,83,45)
#204827
(32,72,39)
#1C3D21
(28,61,33)
#18321B
(24,50,27)
#142715
(20,39,21)
#101C0F
(16,28,15)
#0C1109
(12,17,9)
#000000
(0,0,0)

Tints of #347F45

#347F45
(52,127,69)
#468A55
(70,138,85)
#589565
(88,149,101)
#6AA075
(106,160,117)
#7CAB85
(124,171,133)
#8EB695
(142,182,149)
#A0C1A5
(160,193,165)
#B2CCB5
(178,204,181)
#C4D7C5
(196,215,197)
#D6E2D5
(214,226,213)
#E8EDE5
(232,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #347F45; }

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

This text font color is #347F45.


Background Color

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

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

This div background color is #347F45.


Border color

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

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

This div border color is #347F45.


Opacity

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

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

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

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

This text has shadow with #347F45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #347F45 on black background.


Color preview on white background

This text has color #347F45 on white background.



Black color preview on #347F45 background

This text has black color on #347F45 background.


White color preview on #347F45 background

This text has white color on #347F45 background.