COLOR #347C0E

HEX: #347C0E
RGB: (52,124,14)

Color info

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

RGB color model

#347C0E color RGB value is (52,124,14).

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

RGB channels and saturation

R 52 of 255 = 20%
G 124 of 255 = 49%
B 14 of 255 = 5%

52
124
14

R + G + B ~ 25%. #347C0E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 124 + 14 = 190 (100%)
R 52 of 190 ~ 27.37%
G 124 of 190 ~ 65.26%
B 14 of 190 ~ 7.37%

%27.37
%65.26

CMYK color model

#347C0E color CMYK value is (58,0,89,51).

  • cyan value is 58.06%
  • magenta value is 0.00%
  • yellow value is 88.71%
  • key color value is 51.37%
CMYK:
(58,0,89,51)
C58M0Y89K51 
(58%,0%,89%,51%)
(0.58/0.00/0.89/0.51)	

CMYK percentages

%58.06
%0
%88.71
%51.37

Codes

Color #347C0E in popluar color models

347C0E
RGB5212414
HSL99°79.71%27.06%
HSB/HSV99°88.71%48.63%
CMYK58.06%0.00%88.71%
51.37%

Color #347C0E in popluar number systems.

HEX347C0E
Decimal5212414
Binary11010011111001110
Octal6417416

Shades and tints

Shades of #347C0E

#347C0E
(52,124,14)
#30710D
(48,113,13)
#2C660C
(44,102,12)
#285B0B
(40,91,11)
#24500A
(36,80,10)
#204509
(32,69,9)
#1C3A08
(28,58,8)
#182F07
(24,47,7)
#142406
(20,36,6)
#101905
(16,25,5)
#0C0E04
(12,14,4)
#000000
(0,0,0)

Tints of #347C0E

#347C0E
(52,124,14)
#468723
(70,135,35)
#589238
(88,146,56)
#6A9D4D
(106,157,77)
#7CA862
(124,168,98)
#8EB377
(142,179,119)
#A0BE8C
(160,190,140)
#B2C9A1
(178,201,161)
#C4D4B6
(196,212,182)
#D6DFCB
(214,223,203)
#E8EAE0
(232,234,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #347C0E; }

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

This text font color is #347C0E.


Background Color

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

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

This div background color is #347C0E.


Border color

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

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

This div border color is #347C0E.


Opacity

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

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

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

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

This text has shadow with #347C0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #347C0E on black background.


Color preview on white background

This text has color #347C0E on white background.



Black color preview on #347C0E background

This text has black color on #347C0E background.


White color preview on #347C0E background

This text has white color on #347C0E background.