COLOR #347928

HEX: #347928
RGB: (52,121,40)

Color info

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

RGB color model

#347928 color RGB value is (52,121,40).

  • red value is 52;
  • green value is 121;
  • blue value is 40.
RGB:
(52,121,40)
(20%,47%,16%)

RGB channels and saturation

R 52 of 255 = 20%
G 121 of 255 = 47%
B 40 of 255 = 16%

52
121
40

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

Portions of RGB colors in percentages

R + G + B =
52 + 121 + 40 = 213 (100%)
R 52 of 213 ~ 24.41%
G 121 of 213 ~ 56.81%
B 40 of 213 ~ 18.78%

%24.41
%56.81
%18.78

CMYK color model

#347928 color CMYK value is (57,0,67,53).

  • cyan value is 57.02%
  • magenta value is 0.00%
  • yellow value is 66.94%
  • key color value is 52.55%
CMYK:
(57,0,67,53)
C57M0Y67K53 
(57%,0%,67%,53%)
(0.57/0.00/0.67/0.53)	

CMYK percentages

%57.02
%0
%66.94
%52.55

Codes

Color #347928 in popluar color models

347928
RGB5212140
HSL111°50.31%31.57%
HSB/HSV111°66.94%47.45%
CMYK57.02%0.00%66.94%
52.55%

Color #347928 in popluar number systems.

HEX347928
Decimal5212140
Binary1101001111001101000
Octal6417150

Shades and tints

Shades of #347928

#347928
(52,121,40)
#306E25
(48,110,37)
#2C6322
(44,99,34)
#28581F
(40,88,31)
#244D1C
(36,77,28)
#204219
(32,66,25)
#1C3716
(28,55,22)
#182C13
(24,44,19)
#142110
(20,33,16)
#10160D
(16,22,13)
#0C0B0A
(12,11,10)
#000000
(0,0,0)

Tints of #347928

#347928
(52,121,40)
#46853B
(70,133,59)
#58914E
(88,145,78)
#6A9D61
(106,157,97)
#7CA974
(124,169,116)
#8EB587
(142,181,135)
#A0C19A
(160,193,154)
#B2CDAD
(178,205,173)
#C4D9C0
(196,217,192)
#D6E5D3
(214,229,211)
#E8F1E6
(232,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #347928 color. Also use rgb(52,121,40) instead hex code.

Text Font Color

.myTextColor { color: #347928; }

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

This text font color is #347928.


Background Color

.myBgColor { background-color: #347928; }

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

This div background color is #347928.


Border color

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

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

This div border color is #347928.


Opacity

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

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

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

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

This text has shadow with #347928 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #347928 on black background.


Color preview on white background

This text has color #347928 on white background.



Black color preview on #347928 background

This text has black color on #347928 background.


White color preview on #347928 background

This text has white color on #347928 background.