COLOR #34AE4D

HEX: #34AE4D
RGB: (52,174,77)

Color info

#34AE4D contains mainly green color. Web safe color of #34AE4D is #339933 (or #393).

RGB color model

#34AE4D color RGB value is (52,174,77).

  • red value is 52;
  • green value is 174;
  • blue value is 77.
RGB:
(52,174,77)
(20%,68%,30%)

RGB channels and saturation

R 52 of 255 = 20%
G 174 of 255 = 68%
B 77 of 255 = 30%

52
174
77

R + G + B ~ 39%. #34AE4D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 174 + 77 = 303 (100%)
R 52 of 303 ~ 17.16%
G 174 of 303 ~ 57.43%
B 77 of 303 ~ 25.41%

%17.16
%57.43
%25.41

CMYK color model

#34AE4D color CMYK value is (70,0,56,32).

  • cyan value is 70.11%
  • magenta value is 0.00%
  • yellow value is 55.75%
  • key color value is 31.76%
CMYK:
(70,0,56,32)
C70M0Y56K32 
(70%,0%,56%,32%)
(0.70/0.00/0.56/0.32)	

CMYK percentages

%70.11
%0
%55.75
%31.76

Codes

Color #34AE4D in popluar color models

34AE4D
RGB5217477
HSL132°53.98%44.31%
HSB/HSV132°70.11%68.24%
CMYK70.11%0.00%55.75%
31.76%

Color #34AE4D in popluar number systems.

HEX34AE4D
Decimal5217477
Binary110100101011101001101
Octal64256115

Shades and tints

Shades of #34AE4D

#34AE4D
(52,174,77)
#309F46
(48,159,70)
#2C903F
(44,144,63)
#288138
(40,129,56)
#247231
(36,114,49)
#20632A
(32,99,42)
#1C5423
(28,84,35)
#18451C
(24,69,28)
#143615
(20,54,21)
#10270E
(16,39,14)
#0C1807
(12,24,7)
#000000
(0,0,0)

Tints of #34AE4D

#34AE4D
(52,174,77)
#46B55D
(70,181,93)
#58BC6D
(88,188,109)
#6AC37D
(106,195,125)
#7CCA8D
(124,202,141)
#8ED19D
(142,209,157)
#A0D8AD
(160,216,173)
#B2DFBD
(178,223,189)
#C4E6CD
(196,230,205)
#D6EDDD
(214,237,221)
#E8F4ED
(232,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #34AE4D color. Also use rgb(52,174,77) instead hex code.

Text Font Color

.myTextColor { color: #34AE4D; }

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

This text font color is #34AE4D.


Background Color

.myBgColor { background-color: #34AE4D; }

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

This div background color is #34AE4D.


Border color

.myBorderColor { border: 1px solid #34AE4D; }

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

This div border color is #34AE4D.


Opacity

.myOpacity80 { color: #34AE4D; opacity: 0.8; }

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

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

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

This text has shadow with #34AE4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #34AE4D on black background.


Color preview on white background

This text has color #34AE4D on white background.



Black color preview on #34AE4D background

This text has black color on #34AE4D background.


White color preview on #34AE4D background

This text has white color on #34AE4D background.