COLOR #34AC74

HEX: #34AC74
RGB: (52,172,116)

Color info

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

RGB color model

#34AC74 color RGB value is (52,172,116).

  • red value is 52;
  • green value is 172;
  • blue value is 116.
RGB:
(52,172,116)
(20%,67%,45%)

RGB channels and saturation

R 52 of 255 = 20%
G 172 of 255 = 67%
B 116 of 255 = 45%

52
172
116

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

Portions of RGB colors in percentages

R + G + B =
52 + 172 + 116 = 340 (100%)
R 52 of 340 ~ 15.29%
G 172 of 340 ~ 50.59%
B 116 of 340 ~ 34.12%

%15.29
%50.59
%34.12

CMYK color model

#34AC74 color CMYK value is (70,0,33,33).

  • cyan value is 69.77%
  • magenta value is 0.00%
  • yellow value is 32.56%
  • key color value is 32.55%
CMYK:
(70,0,33,33)
C70M0Y33K33 
(70%,0%,33%,33%)
(0.70/0.00/0.33/0.33)	

CMYK percentages

%69.77
%0
%32.56
%32.55

Codes

Color #34AC74 in popluar color models

34AC74
RGB52172116
HSL152°53.57%43.92%
HSB/HSV152°69.77%67.45%
CMYK69.77%0.00%32.56%
32.55%

Color #34AC74 in popluar number systems.

HEX34AC74
Decimal52172116
Binary110100101011001110100
Octal64254164

Shades and tints

Shades of #34AC74

#34AC74
(52,172,116)
#309D6A
(48,157,106)
#2C8E60
(44,142,96)
#287F56
(40,127,86)
#24704C
(36,112,76)
#206142
(32,97,66)
#1C5238
(28,82,56)
#18432E
(24,67,46)
#143424
(20,52,36)
#10251A
(16,37,26)
#0C1610
(12,22,16)
#000000
(0,0,0)

Tints of #34AC74

#34AC74
(52,172,116)
#46B380
(70,179,128)
#58BA8C
(88,186,140)
#6AC198
(106,193,152)
#7CC8A4
(124,200,164)
#8ECFB0
(142,207,176)
#A0D6BC
(160,214,188)
#B2DDC8
(178,221,200)
#C4E4D4
(196,228,212)
#D6EBE0
(214,235,224)
#E8F2EC
(232,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #34AC74 color. Also use rgb(52,172,116) instead hex code.

Text Font Color

.myTextColor { color: #34AC74; }

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

This text font color is #34AC74.


Background Color

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

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

This div background color is #34AC74.


Border color

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

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

This div border color is #34AC74.


Opacity

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

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

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

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

This text has shadow with #34AC74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #34AC74 on black background.


Color preview on white background

This text has color #34AC74 on white background.



Black color preview on #34AC74 background

This text has black color on #34AC74 background.


White color preview on #34AC74 background

This text has white color on #34AC74 background.