COLOR #347A40

HEX: #347A40
RGB: (52,122,64)

Color info

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

RGB color model

#347A40 color RGB value is (52,122,64).

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

RGB channels and saturation

R 52 of 255 = 20%
G 122 of 255 = 48%
B 64 of 255 = 25%

52
122
64

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

Portions of RGB colors in percentages

R + G + B =
52 + 122 + 64 = 238 (100%)
R 52 of 238 ~ 21.85%
G 122 of 238 ~ 51.26%
B 64 of 238 ~ 26.89%

%21.85
%51.26
%26.89

CMYK color model

#347A40 color CMYK value is (57,0,48,52).

  • cyan value is 57.38%
  • magenta value is 0.00%
  • yellow value is 47.54%
  • key color value is 52.16%
CMYK:
(57,0,48,52)
C57M0Y48K52 
(57%,0%,48%,52%)
(0.57/0.00/0.48/0.52)	

CMYK percentages

%57.38
%0
%47.54
%52.16

Codes

Color #347A40 in popluar color models

347A40
RGB5212264
HSL130°40.23%34.12%
HSB/HSV130°57.38%47.84%
CMYK57.38%0.00%47.54%
52.16%

Color #347A40 in popluar number systems.

HEX347A40
Decimal5212264
Binary11010011110101000000
Octal64172100

Shades and tints

Shades of #347A40

#347A40
(52,122,64)
#306F3B
(48,111,59)
#2C6436
(44,100,54)
#285931
(40,89,49)
#244E2C
(36,78,44)
#204327
(32,67,39)
#1C3822
(28,56,34)
#182D1D
(24,45,29)
#142218
(20,34,24)
#101713
(16,23,19)
#0C0C0E
(12,12,14)
#000000
(0,0,0)

Tints of #347A40

#347A40
(52,122,64)
#468651
(70,134,81)
#589262
(88,146,98)
#6A9E73
(106,158,115)
#7CAA84
(124,170,132)
#8EB695
(142,182,149)
#A0C2A6
(160,194,166)
#B2CEB7
(178,206,183)
#C4DAC8
(196,218,200)
#D6E6D9
(214,230,217)
#E8F2EA
(232,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #347A40; }

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

This text font color is #347A40.


Background Color

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

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

This div background color is #347A40.


Border color

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

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

This div border color is #347A40.


Opacity

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

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

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

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

This text has shadow with #347A40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #347A40 on black background.


Color preview on white background

This text has color #347A40 on white background.



Black color preview on #347A40 background

This text has black color on #347A40 background.


White color preview on #347A40 background

This text has white color on #347A40 background.