COLOR #347802

HEX: #347802
RGB: (52,120,2)

Color info

#347802 contains mainly green color. Web safe color of #347802 is #336600 (or #360).

RGB color model

#347802 color RGB value is (52,120,2).

  • red value is 52;
  • green value is 120;
  • blue value is 2.
RGB:
(52,120,2)
(20%,47%,1%)

RGB channels and saturation

R 52 of 255 = 20%
G 120 of 255 = 47%
B 2 of 255 = 1%

52
120
2

R + G + B ~ 23%. #347802 is dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 120 + 2 = 174 (100%)
R 52 of 174 ~ 29.89%
G 120 of 174 ~ 68.97%
B 2 of 174 ~ 1.15%

%29.89
%68.97

CMYK color model

#347802 color CMYK value is (57,0,98,53).

  • cyan value is 56.67%
  • magenta value is 0.00%
  • yellow value is 98.33%
  • key color value is 52.94%
CMYK:
(57,0,98,53)
C57M0Y98K53 
(57%,0%,98%,53%)
(0.57/0.00/0.98/0.53)	

CMYK percentages

%56.67
%0
%98.33
%52.94

Codes

Color #347802 in popluar color models

347802
RGB521202
HSL95°96.72%23.92%
HSB/HSV95°98.33%47.06%
CMYK56.67%0.00%98.33%
52.94%

Color #347802 in popluar number systems.

HEX347802
Decimal521202
Binary110100111100010
Octal641702

Shades and tints

Shades of #347802

#347802
(52,120,2)
#306E02
(48,110,2)
#2C6402
(44,100,2)
#285A02
(40,90,2)
#245002
(36,80,2)
#204602
(32,70,2)
#1C3C02
(28,60,2)
#183202
(24,50,2)
#142802
(20,40,2)
#101E02
(16,30,2)
#0C1402
(12,20,2)
#000000
(0,0,0)

Tints of #347802

#347802
(52,120,2)
#468419
(70,132,25)
#589030
(88,144,48)
#6A9C47
(106,156,71)
#7CA85E
(124,168,94)
#8EB475
(142,180,117)
#A0C08C
(160,192,140)
#B2CCA3
(178,204,163)
#C4D8BA
(196,216,186)
#D6E4D1
(214,228,209)
#E8F0E8
(232,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #347802 color. Also use rgb(52,120,2) instead hex code.

Text Font Color

.myTextColor { color: #347802; }

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

This text font color is #347802.


Background Color

.myBgColor { background-color: #347802; }

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

This div background color is #347802.


Border color

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

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

This div border color is #347802.


Opacity

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

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

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

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

This text has shadow with #347802 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #347802 on black background.


Color preview on white background

This text has color #347802 on white background.



Black color preview on #347802 background

This text has black color on #347802 background.


White color preview on #347802 background

This text has white color on #347802 background.