COLOR #347015

HEX: #347015
RGB: (52,112,21)

Color info

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

RGB color model

#347015 color RGB value is (52,112,21).

  • red value is 52;
  • green value is 112;
  • blue value is 21.
RGB:
(52,112,21)
(20%,44%,8%)

RGB channels and saturation

R 52 of 255 = 20%
G 112 of 255 = 44%
B 21 of 255 = 8%

52
112
21

R + G + B ~ 24%. #347015 is dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 112 + 21 = 185 (100%)
R 52 of 185 ~ 28.11%
G 112 of 185 ~ 60.54%
B 21 of 185 ~ 11.35%

%28.11
%60.54
%11.35

CMYK color model

#347015 color CMYK value is (54,0,81,56).

  • cyan value is 53.57%
  • magenta value is 0.00%
  • yellow value is 81.25%
  • key color value is 56.08%
CMYK:
(54,0,81,56)
C54M0Y81K56 
(54%,0%,81%,56%)
(0.54/0.00/0.81/0.56)	

CMYK percentages

%53.57
%0
%81.25
%56.08

Codes

Color #347015 in popluar color models

347015
RGB5211221
HSL100°68.42%26.08%
HSB/HSV100°81.25%43.92%
CMYK53.57%0.00%81.25%
56.08%

Color #347015 in popluar number systems.

HEX347015
Decimal5211221
Binary110100111000010101
Octal6416025

Shades and tints

Shades of #347015

#347015
(52,112,21)
#306614
(48,102,20)
#2C5C13
(44,92,19)
#285212
(40,82,18)
#244811
(36,72,17)
#203E10
(32,62,16)
#1C340F
(28,52,15)
#182A0E
(24,42,14)
#14200D
(20,32,13)
#10160C
(16,22,12)
#0C0C0B
(12,12,11)
#000000
(0,0,0)

Tints of #347015

#347015
(52,112,21)
#467D2A
(70,125,42)
#588A3F
(88,138,63)
#6A9754
(106,151,84)
#7CA469
(124,164,105)
#8EB17E
(142,177,126)
#A0BE93
(160,190,147)
#B2CBA8
(178,203,168)
#C4D8BD
(196,216,189)
#D6E5D2
(214,229,210)
#E8F2E7
(232,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #347015 color. Also use rgb(52,112,21) instead hex code.

Text Font Color

.myTextColor { color: #347015; }

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

This text font color is #347015.


Background Color

.myBgColor { background-color: #347015; }

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

This div background color is #347015.


Border color

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

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

This div border color is #347015.


Opacity

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

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

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

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

This text has shadow with #347015 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #347015 on black background.


Color preview on white background

This text has color #347015 on white background.



Black color preview on #347015 background

This text has black color on #347015 background.


White color preview on #347015 background

This text has white color on #347015 background.