COLOR #34AE52

HEX: #34AE52
RGB: (52,174,82)

Color info

#34AE52 contains mainly green color. Web safe color of #34AE52 is #339966 (or #396).

RGB color model

#34AE52 color RGB value is (52,174,82).

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

RGB channels and saturation

R 52 of 255 = 20%
G 174 of 255 = 68%
B 82 of 255 = 32%

52
174
82

R + G + B ~ 40%. #34AE52 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
52 + 174 + 82 = 308 (100%)
R 52 of 308 ~ 16.88%
G 174 of 308 ~ 56.49%
B 82 of 308 ~ 26.62%

%16.88
%56.49
%26.62

CMYK color model

#34AE52 color CMYK value is (70,0,53,32).

  • cyan value is 70.11%
  • magenta value is 0.00%
  • yellow value is 52.87%
  • key color value is 31.76%
CMYK:
(70,0,53,32)
C70M0Y53K32 
(70%,0%,53%,32%)
(0.70/0.00/0.53/0.32)	

CMYK percentages

%70.11
%0
%52.87
%31.76

Codes

Color #34AE52 in popluar color models

34AE52
RGB5217482
HSL135°53.98%44.31%
HSB/HSV135°70.11%68.24%
CMYK70.11%0.00%52.87%
31.76%

Color #34AE52 in popluar number systems.

HEX34AE52
Decimal5217482
Binary110100101011101010010
Octal64256122

Shades and tints

Shades of #34AE52

#34AE52
(52,174,82)
#309F4B
(48,159,75)
#2C9044
(44,144,68)
#28813D
(40,129,61)
#247236
(36,114,54)
#20632F
(32,99,47)
#1C5428
(28,84,40)
#184521
(24,69,33)
#14361A
(20,54,26)
#102713
(16,39,19)
#0C180C
(12,24,12)
#000000
(0,0,0)

Tints of #34AE52

#34AE52
(52,174,82)
#46B561
(70,181,97)
#58BC70
(88,188,112)
#6AC37F
(106,195,127)
#7CCA8E
(124,202,142)
#8ED19D
(142,209,157)
#A0D8AC
(160,216,172)
#B2DFBB
(178,223,187)
#C4E6CA
(196,230,202)
#D6EDD9
(214,237,217)
#E8F4E8
(232,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #34AE52; }

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

This text font color is #34AE52.


Background Color

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

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

This div background color is #34AE52.


Border color

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

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

This div border color is #34AE52.


Opacity

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

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

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

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

This text has shadow with #34AE52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #34AE52 on black background.


Color preview on white background

This text has color #34AE52 on white background.



Black color preview on #34AE52 background

This text has black color on #34AE52 background.


White color preview on #34AE52 background

This text has white color on #34AE52 background.