COLOR #34872F

HEX: #34872F
RGB: (52,135,47)

Color info

#34872F contains mainly green color. Web safe color of #34872F is #339933 (or #393).

RGB color model

#34872F color RGB value is (52,135,47).

  • red value is 52;
  • green value is 135;
  • blue value is 47.
RGB:
(52,135,47)
(20%,53%,18%)

RGB channels and saturation

R 52 of 255 = 20%
G 135 of 255 = 53%
B 47 of 255 = 18%

52
135
47

R + G + B ~ 30%. #34872F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 135 + 47 = 234 (100%)
R 52 of 234 ~ 22.22%
G 135 of 234 ~ 57.69%
B 47 of 234 ~ 20.09%

%22.22
%57.69
%20.09

CMYK color model

#34872F color CMYK value is (61,0,65,47).

  • cyan value is 61.48%
  • magenta value is 0.00%
  • yellow value is 65.19%
  • key color value is 47.06%
CMYK:
(61,0,65,47)
C61M0Y65K47 
(61%,0%,65%,47%)
(0.61/0.00/0.65/0.47)	

CMYK percentages

%61.48
%0
%65.19
%47.06

Codes

Color #34872F in popluar color models

34872F
RGB5213547
HSL117°48.35%35.69%
HSB/HSV117°65.19%52.94%
CMYK61.48%0.00%65.19%
47.06%

Color #34872F in popluar number systems.

HEX34872F
Decimal5213547
Binary11010010000111101111
Octal6420757

Shades and tints

Shades of #34872F

#34872F
(52,135,47)
#307B2B
(48,123,43)
#2C6F27
(44,111,39)
#286323
(40,99,35)
#24571F
(36,87,31)
#204B1B
(32,75,27)
#1C3F17
(28,63,23)
#183313
(24,51,19)
#14270F
(20,39,15)
#101B0B
(16,27,11)
#0C0F07
(12,15,7)
#000000
(0,0,0)

Tints of #34872F

#34872F
(52,135,47)
#469141
(70,145,65)
#589B53
(88,155,83)
#6AA565
(106,165,101)
#7CAF77
(124,175,119)
#8EB989
(142,185,137)
#A0C39B
(160,195,155)
#B2CDAD
(178,205,173)
#C4D7BF
(196,215,191)
#D6E1D1
(214,225,209)
#E8EBE3
(232,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #34872F color. Also use rgb(52,135,47) instead hex code.

Text Font Color

.myTextColor { color: #34872F; }

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

This text font color is #34872F.


Background Color

.myBgColor { background-color: #34872F; }

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

This div background color is #34872F.


Border color

.myBorderColor { border: 1px solid #34872F; }

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

This div border color is #34872F.


Opacity

.myOpacity80 { color: #34872F; opacity: 0.8; }

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

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

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

This text has shadow with #34872F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #34872F on black background.


Color preview on white background

This text has color #34872F on white background.



Black color preview on #34872F background

This text has black color on #34872F background.


White color preview on #34872F background

This text has white color on #34872F background.