COLOR #347C40

HEX: #347C40
RGB: (52,124,64)

Color info

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

RGB color model

#347C40 color RGB value is (52,124,64).

  • red value is 52;
  • green value is 124;
  • blue value is 64.
RGB:
(52,124,64)
(20%,49%,25%)

RGB channels and saturation

R 52 of 255 = 20%
G 124 of 255 = 49%
B 64 of 255 = 25%

52
124
64

R + G + B ~ 31%. #347C40 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 124 + 64 = 240 (100%)
R 52 of 240 ~ 21.67%
G 124 of 240 ~ 51.67%
B 64 of 240 ~ 26.67%

%21.67
%51.67
%26.67

CMYK color model

#347C40 color CMYK value is (58,0,48,51).

  • cyan value is 58.06%
  • magenta value is 0.00%
  • yellow value is 48.39%
  • key color value is 51.37%
CMYK:
(58,0,48,51)
C58M0Y48K51 
(58%,0%,48%,51%)
(0.58/0.00/0.48/0.51)	

CMYK percentages

%58.06
%0
%48.39
%51.37

Codes

Color #347C40 in popluar color models

347C40
RGB5212464
HSL130°40.91%34.51%
HSB/HSV130°58.06%48.63%
CMYK58.06%0.00%48.39%
51.37%

Color #347C40 in popluar number systems.

HEX347C40
Decimal5212464
Binary11010011111001000000
Octal64174100

Shades and tints

Shades of #347C40

#347C40
(52,124,64)
#30713B
(48,113,59)
#2C6636
(44,102,54)
#285B31
(40,91,49)
#24502C
(36,80,44)
#204527
(32,69,39)
#1C3A22
(28,58,34)
#182F1D
(24,47,29)
#142418
(20,36,24)
#101913
(16,25,19)
#0C0E0E
(12,14,14)
#000000
(0,0,0)

Tints of #347C40

#347C40
(52,124,64)
#468751
(70,135,81)
#589262
(88,146,98)
#6A9D73
(106,157,115)
#7CA884
(124,168,132)
#8EB395
(142,179,149)
#A0BEA6
(160,190,166)
#B2C9B7
(178,201,183)
#C4D4C8
(196,212,200)
#D6DFD9
(214,223,217)
#E8EAEA
(232,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #347C40 color. Also use rgb(52,124,64) instead hex code.

Text Font Color

.myTextColor { color: #347C40; }

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

This text font color is #347C40.


Background Color

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

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

This div background color is #347C40.


Border color

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

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

This div border color is #347C40.


Opacity

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

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

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

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

This text has shadow with #347C40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #347C40 on black background.


Color preview on white background

This text has color #347C40 on white background.



Black color preview on #347C40 background

This text has black color on #347C40 background.


White color preview on #347C40 background

This text has white color on #347C40 background.