COLOR #34AA58

HEX: #34AA58
RGB: (52,170,88)

Color info

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

RGB color model

#34AA58 color RGB value is (52,170,88).

  • red value is 52;
  • green value is 170;
  • blue value is 88.
RGB:
(52,170,88)
(20%,67%,35%)

RGB channels and saturation

R 52 of 255 = 20%
G 170 of 255 = 67%
B 88 of 255 = 35%

52
170
88

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

Portions of RGB colors in percentages

R + G + B =
52 + 170 + 88 = 310 (100%)
R 52 of 310 ~ 16.77%
G 170 of 310 ~ 54.84%
B 88 of 310 ~ 28.39%

%16.77
%54.84
%28.39

CMYK color model

#34AA58 color CMYK value is (69,0,48,33).

  • cyan value is 69.41%
  • magenta value is 0.00%
  • yellow value is 48.24%
  • key color value is 33.33%
CMYK:
(69,0,48,33)
C69M0Y48K33 
(69%,0%,48%,33%)
(0.69/0.00/0.48/0.33)	

CMYK percentages

%69.41
%0
%48.24
%33.33

Codes

Color #34AA58 in popluar color models

34AA58
RGB5217088
HSL138°53.15%43.53%
HSB/HSV138°69.41%66.67%
CMYK69.41%0.00%48.24%
33.33%

Color #34AA58 in popluar number systems.

HEX34AA58
Decimal5217088
Binary110100101010101011000
Octal64252130

Shades and tints

Shades of #34AA58

#34AA58
(52,170,88)
#309B50
(48,155,80)
#2C8C48
(44,140,72)
#287D40
(40,125,64)
#246E38
(36,110,56)
#205F30
(32,95,48)
#1C5028
(28,80,40)
#184120
(24,65,32)
#143218
(20,50,24)
#102310
(16,35,16)
#0C1408
(12,20,8)
#000000
(0,0,0)

Tints of #34AA58

#34AA58
(52,170,88)
#46B167
(70,177,103)
#58B876
(88,184,118)
#6ABF85
(106,191,133)
#7CC694
(124,198,148)
#8ECDA3
(142,205,163)
#A0D4B2
(160,212,178)
#B2DBC1
(178,219,193)
#C4E2D0
(196,226,208)
#D6E9DF
(214,233,223)
#E8F0EE
(232,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #34AA58 color. Also use rgb(52,170,88) instead hex code.

Text Font Color

.myTextColor { color: #34AA58; }

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

This text font color is #34AA58.


Background Color

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

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

This div background color is #34AA58.


Border color

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

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

This div border color is #34AA58.


Opacity

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

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

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

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

This text has shadow with #34AA58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #34AA58 on black background.


Color preview on white background

This text has color #34AA58 on white background.



Black color preview on #34AA58 background

This text has black color on #34AA58 background.


White color preview on #34AA58 background

This text has white color on #34AA58 background.