COLOR #347C30

HEX: #347C30
RGB: (52,124,48)

Color info

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

RGB color model

#347C30 color RGB value is (52,124,48).

  • red value is 52;
  • green value is 124;
  • blue value is 48.
RGB:
(52,124,48)
(20%,49%,19%)

RGB channels and saturation

R 52 of 255 = 20%
G 124 of 255 = 49%
B 48 of 255 = 19%

52
124
48

R + G + B ~ 29%. #347C30 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 124 + 48 = 224 (100%)
R 52 of 224 ~ 23.21%
G 124 of 224 ~ 55.36%
B 48 of 224 ~ 21.43%

%23.21
%55.36
%21.43

CMYK color model

#347C30 color CMYK value is (58,0,61,51).

  • cyan value is 58.06%
  • magenta value is 0.00%
  • yellow value is 61.29%
  • key color value is 51.37%
CMYK:
(58,0,61,51)
C58M0Y61K51 
(58%,0%,61%,51%)
(0.58/0.00/0.61/0.51)	

CMYK percentages

%58.06
%0
%61.29
%51.37

Codes

Color #347C30 in popluar color models

347C30
RGB5212448
HSL117°44.19%33.73%
HSB/HSV117°61.29%48.63%
CMYK58.06%0.00%61.29%
51.37%

Color #347C30 in popluar number systems.

HEX347C30
Decimal5212448
Binary1101001111100110000
Octal6417460

Shades and tints

Shades of #347C30

#347C30
(52,124,48)
#30712C
(48,113,44)
#2C6628
(44,102,40)
#285B24
(40,91,36)
#245020
(36,80,32)
#20451C
(32,69,28)
#1C3A18
(28,58,24)
#182F14
(24,47,20)
#142410
(20,36,16)
#10190C
(16,25,12)
#0C0E08
(12,14,8)
#000000
(0,0,0)

Tints of #347C30

#347C30
(52,124,48)
#468742
(70,135,66)
#589254
(88,146,84)
#6A9D66
(106,157,102)
#7CA878
(124,168,120)
#8EB38A
(142,179,138)
#A0BE9C
(160,190,156)
#B2C9AE
(178,201,174)
#C4D4C0
(196,212,192)
#D6DFD2
(214,223,210)
#E8EAE4
(232,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #347C30 color. Also use rgb(52,124,48) instead hex code.

Text Font Color

.myTextColor { color: #347C30; }

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

This text font color is #347C30.


Background Color

.myBgColor { background-color: #347C30; }

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

This div background color is #347C30.


Border color

.myBorderColor { border: 1px solid #347C30; }

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

This div border color is #347C30.


Opacity

.myOpacity80 { color: #347C30; opacity: 0.8; }

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

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

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

This text has shadow with #347C30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #347C30 on black background.


Color preview on white background

This text has color #347C30 on white background.



Black color preview on #347C30 background

This text has black color on #347C30 background.


White color preview on #347C30 background

This text has white color on #347C30 background.