COLOR #347A2B

HEX: #347A2B
RGB: (52,122,43)

Color info

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

RGB color model

#347A2B color RGB value is (52,122,43).

  • red value is 52;
  • green value is 122;
  • blue value is 43.
RGB:
(52,122,43)
(20%,48%,17%)

RGB channels and saturation

R 52 of 255 = 20%
G 122 of 255 = 48%
B 43 of 255 = 17%

52
122
43

R + G + B ~ 28%. #347A2B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 122 + 43 = 217 (100%)
R 52 of 217 ~ 23.96%
G 122 of 217 ~ 56.22%
B 43 of 217 ~ 19.82%

%23.96
%56.22
%19.82

CMYK color model

#347A2B color CMYK value is (57,0,65,52).

  • cyan value is 57.38%
  • magenta value is 0.00%
  • yellow value is 64.75%
  • key color value is 52.16%
CMYK:
(57,0,65,52)
C57M0Y65K52 
(57%,0%,65%,52%)
(0.57/0.00/0.65/0.52)	

CMYK percentages

%57.38
%0
%64.75
%52.16

Codes

Color #347A2B in popluar color models

347A2B
RGB5212243
HSL113°47.88%32.35%
HSB/HSV113°64.75%47.84%
CMYK57.38%0.00%64.75%
52.16%

Color #347A2B in popluar number systems.

HEX347A2B
Decimal5212243
Binary1101001111010101011
Octal6417253

Shades and tints

Shades of #347A2B

#347A2B
(52,122,43)
#306F28
(48,111,40)
#2C6425
(44,100,37)
#285922
(40,89,34)
#244E1F
(36,78,31)
#20431C
(32,67,28)
#1C3819
(28,56,25)
#182D16
(24,45,22)
#142213
(20,34,19)
#101710
(16,23,16)
#0C0C0D
(12,12,13)
#000000
(0,0,0)

Tints of #347A2B

#347A2B
(52,122,43)
#46863E
(70,134,62)
#589251
(88,146,81)
#6A9E64
(106,158,100)
#7CAA77
(124,170,119)
#8EB68A
(142,182,138)
#A0C29D
(160,194,157)
#B2CEB0
(178,206,176)
#C4DAC3
(196,218,195)
#D6E6D6
(214,230,214)
#E8F2E9
(232,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #347A2B color. Also use rgb(52,122,43) instead hex code.

Text Font Color

.myTextColor { color: #347A2B; }

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

This text font color is #347A2B.


Background Color

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

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

This div background color is #347A2B.


Border color

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

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

This div border color is #347A2B.


Opacity

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

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

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

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

This text has shadow with #347A2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #347A2B on black background.


Color preview on white background

This text has color #347A2B on white background.



Black color preview on #347A2B background

This text has black color on #347A2B background.


White color preview on #347A2B background

This text has white color on #347A2B background.