COLOR #347200

HEX: #347200
RGB: (52,114,0)

Color info

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

RGB color model

#347200 color RGB value is (52,114,0).

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

RGB channels and saturation

R 52 of 255 = 20%
G 114 of 255 = 45%
B 0 of 255 = 0%

52
114
0

R + G + B ~ 22%. #347200 is dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 114 + 0 = 166 (100%)
R 52 of 166 ~ 31.33%
G 114 of 166 ~ 68.67%
B 0 of 166 ~ 0%

%31.33
%68.67

CMYK color model

#347200 color CMYK value is (54,0,100,55).

  • cyan value is 54.39%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 55.29%
CMYK:
(54,0,100,55)
C54M0Y100K55 
(54%,0%,100%,55%)
(0.54/0.00/1.00/0.55)	

CMYK percentages

%54.39
%0
%100
%55.29

Codes

Color #347200 in popluar color models

347200
RGB521140
HSL93°100.00%22.35%
HSB/HSV93°100.00%44.71%
CMYK54.39%0.00%100.00%
55.29%

Color #347200 in popluar number systems.

HEX347200
Decimal521140
Binary11010011100100
Octal641620

Shades and tints

Shades of #347200

#347200
(52,114,0)
#306800
(48,104,0)
#2C5E00
(44,94,0)
#285400
(40,84,0)
#244A00
(36,74,0)
#204000
(32,64,0)
#1C3600
(28,54,0)
#182C00
(24,44,0)
#142200
(20,34,0)
#101800
(16,24,0)
#0C0E00
(12,14,0)
#000000
(0,0,0)

Tints of #347200

#347200
(52,114,0)
#467E17
(70,126,23)
#588A2E
(88,138,46)
#6A9645
(106,150,69)
#7CA25C
(124,162,92)
#8EAE73
(142,174,115)
#A0BA8A
(160,186,138)
#B2C6A1
(178,198,161)
#C4D2B8
(196,210,184)
#D6DECF
(214,222,207)
#E8EAE6
(232,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #347200; }

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

This text font color is #347200.


Background Color

.myBgColor { background-color: #347200; }

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

This div background color is #347200.


Border color

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

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

This div border color is #347200.


Opacity

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

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

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

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

This text has shadow with #347200 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #347200 on black background.


Color preview on white background

This text has color #347200 on white background.



Black color preview on #347200 background

This text has black color on #347200 background.


White color preview on #347200 background

This text has white color on #347200 background.