COLOR #347C03

HEX: #347C03
RGB: (52,124,3)

Color info

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

RGB color model

#347C03 color RGB value is (52,124,3).

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

RGB channels and saturation

R 52 of 255 = 20%
G 124 of 255 = 49%
B 3 of 255 = 1%

52
124
3

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

Portions of RGB colors in percentages

R + G + B =
52 + 124 + 3 = 179 (100%)
R 52 of 179 ~ 29.05%
G 124 of 179 ~ 69.27%
B 3 of 179 ~ 1.68%

%29.05
%69.27

CMYK color model

#347C03 color CMYK value is (58,0,98,51).

  • cyan value is 58.06%
  • magenta value is 0.00%
  • yellow value is 97.58%
  • key color value is 51.37%
CMYK:
(58,0,98,51)
C58M0Y98K51 
(58%,0%,98%,51%)
(0.58/0.00/0.98/0.51)	

CMYK percentages

%58.06
%0
%97.58
%51.37

Codes

Color #347C03 in popluar color models

347C03
RGB521243
HSL96°95.28%24.90%
HSB/HSV96°97.58%48.63%
CMYK58.06%0.00%97.58%
51.37%

Color #347C03 in popluar number systems.

HEX347C03
Decimal521243
Binary110100111110011
Octal641743

Shades and tints

Shades of #347C03

#347C03
(52,124,3)
#307103
(48,113,3)
#2C6603
(44,102,3)
#285B03
(40,91,3)
#245003
(36,80,3)
#204503
(32,69,3)
#1C3A03
(28,58,3)
#182F03
(24,47,3)
#142403
(20,36,3)
#101903
(16,25,3)
#0C0E03
(12,14,3)
#000000
(0,0,0)

Tints of #347C03

#347C03
(52,124,3)
#468719
(70,135,25)
#58922F
(88,146,47)
#6A9D45
(106,157,69)
#7CA85B
(124,168,91)
#8EB371
(142,179,113)
#A0BE87
(160,190,135)
#B2C99D
(178,201,157)
#C4D4B3
(196,212,179)
#D6DFC9
(214,223,201)
#E8EADF
(232,234,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #347C03; }

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

This text font color is #347C03.


Background Color

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

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

This div background color is #347C03.


Border color

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

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

This div border color is #347C03.


Opacity

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

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

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

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

This text has shadow with #347C03 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #347C03 on black background.


Color preview on white background

This text has color #347C03 on white background.



Black color preview on #347C03 background

This text has black color on #347C03 background.


White color preview on #347C03 background

This text has white color on #347C03 background.