COLOR #347440

HEX: #347440
RGB: (52,116,64)

Color info

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

RGB color model

#347440 color RGB value is (52,116,64).

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

RGB channels and saturation

R 52 of 255 = 20%
G 116 of 255 = 45%
B 64 of 255 = 25%

52
116
64

R + G + B ~ 30%. #347440 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 116 + 64 = 232 (100%)
R 52 of 232 ~ 22.41%
G 116 of 232 ~ 50%
B 64 of 232 ~ 27.59%

%22.41
%50
%27.59

CMYK color model

#347440 color CMYK value is (55,0,45,55).

  • cyan value is 55.17%
  • magenta value is 0.00%
  • yellow value is 44.83%
  • key color value is 54.51%
CMYK:
(55,0,45,55)
C55M0Y45K55 
(55%,0%,45%,55%)
(0.55/0.00/0.45/0.55)	

CMYK percentages

%55.17
%0
%44.83
%54.51

Codes

Color #347440 in popluar color models

347440
RGB5211664
HSL131°38.10%32.94%
HSB/HSV131°55.17%45.49%
CMYK55.17%0.00%44.83%
54.51%

Color #347440 in popluar number systems.

HEX347440
Decimal5211664
Binary11010011101001000000
Octal64164100

Shades and tints

Shades of #347440

#347440
(52,116,64)
#306A3B
(48,106,59)
#2C6036
(44,96,54)
#285631
(40,86,49)
#244C2C
(36,76,44)
#204227
(32,66,39)
#1C3822
(28,56,34)
#182E1D
(24,46,29)
#142418
(20,36,24)
#101A13
(16,26,19)
#0C100E
(12,16,14)
#000000
(0,0,0)

Tints of #347440

#347440
(52,116,64)
#468051
(70,128,81)
#588C62
(88,140,98)
#6A9873
(106,152,115)
#7CA484
(124,164,132)
#8EB095
(142,176,149)
#A0BCA6
(160,188,166)
#B2C8B7
(178,200,183)
#C4D4C8
(196,212,200)
#D6E0D9
(214,224,217)
#E8ECEA
(232,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #347440; }

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

This text font color is #347440.


Background Color

.myBgColor { background-color: #347440; }

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

This div background color is #347440.


Border color

.myBorderColor { border: 1px solid #347440; }

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

This div border color is #347440.


Opacity

.myOpacity80 { color: #347440; opacity: 0.8; }

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

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

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

This text has shadow with #347440 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #347440 on black background.


Color preview on white background

This text has color #347440 on white background.



Black color preview on #347440 background

This text has black color on #347440 background.


White color preview on #347440 background

This text has white color on #347440 background.