COLOR #347746

HEX: #347746
RGB: (52,119,70)

Color info

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

RGB color model

#347746 color RGB value is (52,119,70).

  • red value is 52;
  • green value is 119;
  • blue value is 70.
RGB:
(52,119,70)
(20%,47%,27%)

RGB channels and saturation

R 52 of 255 = 20%
G 119 of 255 = 47%
B 70 of 255 = 27%

52
119
70

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

Portions of RGB colors in percentages

R + G + B =
52 + 119 + 70 = 241 (100%)
R 52 of 241 ~ 21.58%
G 119 of 241 ~ 49.38%
B 70 of 241 ~ 29.05%

%21.58
%49.38
%29.05

CMYK color model

#347746 color CMYK value is (56,0,41,53).

  • cyan value is 56.30%
  • magenta value is 0.00%
  • yellow value is 41.18%
  • key color value is 53.33%
CMYK:
(56,0,41,53)
C56M0Y41K53 
(56%,0%,41%,53%)
(0.56/0.00/0.41/0.53)	

CMYK percentages

%56.3
%0
%41.18
%53.33

Codes

Color #347746 in popluar color models

347746
RGB5211970
HSL136°39.18%33.53%
HSB/HSV136°56.30%46.67%
CMYK56.30%0.00%41.18%
53.33%

Color #347746 in popluar number systems.

HEX347746
Decimal5211970
Binary11010011101111000110
Octal64167106

Shades and tints

Shades of #347746

#347746
(52,119,70)
#306D40
(48,109,64)
#2C633A
(44,99,58)
#285934
(40,89,52)
#244F2E
(36,79,46)
#204528
(32,69,40)
#1C3B22
(28,59,34)
#18311C
(24,49,28)
#142716
(20,39,22)
#101D10
(16,29,16)
#0C130A
(12,19,10)
#000000
(0,0,0)

Tints of #347746

#347746
(52,119,70)
#468356
(70,131,86)
#588F66
(88,143,102)
#6A9B76
(106,155,118)
#7CA786
(124,167,134)
#8EB396
(142,179,150)
#A0BFA6
(160,191,166)
#B2CBB6
(178,203,182)
#C4D7C6
(196,215,198)
#D6E3D6
(214,227,214)
#E8EFE6
(232,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #347746 color. Also use rgb(52,119,70) instead hex code.

Text Font Color

.myTextColor { color: #347746; }

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

This text font color is #347746.


Background Color

.myBgColor { background-color: #347746; }

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

This div background color is #347746.


Border color

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

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

This div border color is #347746.


Opacity

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

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

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

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

This text has shadow with #347746 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #347746 on black background.


Color preview on white background

This text has color #347746 on white background.



Black color preview on #347746 background

This text has black color on #347746 background.


White color preview on #347746 background

This text has white color on #347746 background.