COLOR #34844F

HEX: #34844F
RGB: (52,132,79)

Color info

#34844F contains mainly green and blue colors. Web safe color of #34844F is #339966 (or #396).

RGB color model

#34844F color RGB value is (52,132,79).

  • red value is 52;
  • green value is 132;
  • blue value is 79.
RGB:
(52,132,79)
(20%,52%,31%)

RGB channels and saturation

R 52 of 255 = 20%
G 132 of 255 = 52%
B 79 of 255 = 31%

52
132
79

R + G + B ~ 34%. #34844F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 132 + 79 = 263 (100%)
R 52 of 263 ~ 19.77%
G 132 of 263 ~ 50.19%
B 79 of 263 ~ 30.04%

%19.77
%50.19
%30.04

CMYK color model

#34844F color CMYK value is (61,0,40,48).

  • cyan value is 60.61%
  • magenta value is 0.00%
  • yellow value is 40.15%
  • key color value is 48.24%
CMYK:
(61,0,40,48)
C61M0Y40K48 
(61%,0%,40%,48%)
(0.61/0.00/0.40/0.48)	

CMYK percentages

%60.61
%0
%40.15
%48.24

Codes

Color #34844F in popluar color models

34844F
RGB5213279
HSL140°43.48%36.08%
HSB/HSV140°60.61%51.76%
CMYK60.61%0.00%40.15%
48.24%

Color #34844F in popluar number systems.

HEX34844F
Decimal5213279
Binary110100100001001001111
Octal64204117

Shades and tints

Shades of #34844F

#34844F
(52,132,79)
#307848
(48,120,72)
#2C6C41
(44,108,65)
#28603A
(40,96,58)
#245433
(36,84,51)
#20482C
(32,72,44)
#1C3C25
(28,60,37)
#18301E
(24,48,30)
#142417
(20,36,23)
#101810
(16,24,16)
#0C0C09
(12,12,9)
#000000
(0,0,0)

Tints of #34844F

#34844F
(52,132,79)
#468F5F
(70,143,95)
#589A6F
(88,154,111)
#6AA57F
(106,165,127)
#7CB08F
(124,176,143)
#8EBB9F
(142,187,159)
#A0C6AF
(160,198,175)
#B2D1BF
(178,209,191)
#C4DCCF
(196,220,207)
#D6E7DF
(214,231,223)
#E8F2EF
(232,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #34844F color. Also use rgb(52,132,79) instead hex code.

Text Font Color

.myTextColor { color: #34844F; }

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

This text font color is #34844F.


Background Color

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

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

This div background color is #34844F.


Border color

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

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

This div border color is #34844F.


Opacity

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

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

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

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

This text has shadow with #34844F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #34844F on black background.


Color preview on white background

This text has color #34844F on white background.



Black color preview on #34844F background

This text has black color on #34844F background.


White color preview on #34844F background

This text has white color on #34844F background.