COLOR #347220

HEX: #347220
RGB: (52,114,32)

Color info

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

RGB color model

#347220 color RGB value is (52,114,32).

  • red value is 52;
  • green value is 114;
  • blue value is 32.
RGB:
(52,114,32)
(20%,45%,13%)

RGB channels and saturation

R 52 of 255 = 20%
G 114 of 255 = 45%
B 32 of 255 = 13%

52
114
32

R + G + B ~ 26%. #347220 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 114 + 32 = 198 (100%)
R 52 of 198 ~ 26.26%
G 114 of 198 ~ 57.58%
B 32 of 198 ~ 16.16%

%26.26
%57.58
%16.16

CMYK color model

#347220 color CMYK value is (54,0,72,55).

  • cyan value is 54.39%
  • magenta value is 0.00%
  • yellow value is 71.93%
  • key color value is 55.29%
CMYK:
(54,0,72,55)
C54M0Y72K55 
(54%,0%,72%,55%)
(0.54/0.00/0.72/0.55)	

CMYK percentages

%54.39
%0
%71.93
%55.29

Codes

Color #347220 in popluar color models

347220
RGB5211432
HSL105°56.16%28.63%
HSB/HSV105°71.93%44.71%
CMYK54.39%0.00%71.93%
55.29%

Color #347220 in popluar number systems.

HEX347220
Decimal5211432
Binary1101001110010100000
Octal6416240

Shades and tints

Shades of #347220

#347220
(52,114,32)
#30681E
(48,104,30)
#2C5E1C
(44,94,28)
#28541A
(40,84,26)
#244A18
(36,74,24)
#204016
(32,64,22)
#1C3614
(28,54,20)
#182C12
(24,44,18)
#142210
(20,34,16)
#10180E
(16,24,14)
#0C0E0C
(12,14,12)
#000000
(0,0,0)

Tints of #347220

#347220
(52,114,32)
#467E34
(70,126,52)
#588A48
(88,138,72)
#6A965C
(106,150,92)
#7CA270
(124,162,112)
#8EAE84
(142,174,132)
#A0BA98
(160,186,152)
#B2C6AC
(178,198,172)
#C4D2C0
(196,210,192)
#D6DED4
(214,222,212)
#E8EAE8
(232,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #347220 color. Also use rgb(52,114,32) instead hex code.

Text Font Color

.myTextColor { color: #347220; }

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

This text font color is #347220.


Background Color

.myBgColor { background-color: #347220; }

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

This div background color is #347220.


Border color

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

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

This div border color is #347220.


Opacity

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

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

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

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

This text has shadow with #347220 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #347220 on black background.


Color preview on white background

This text has color #347220 on white background.



Black color preview on #347220 background

This text has black color on #347220 background.


White color preview on #347220 background

This text has white color on #347220 background.