COLOR #34AE74

HEX: #34AE74
RGB: (52,174,116)

Color info

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

RGB color model

#34AE74 color RGB value is (52,174,116).

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

RGB channels and saturation

R 52 of 255 = 20%
G 174 of 255 = 68%
B 116 of 255 = 45%

52
174
116

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

Portions of RGB colors in percentages

R + G + B =
52 + 174 + 116 = 342 (100%)
R 52 of 342 ~ 15.2%
G 174 of 342 ~ 50.88%
B 116 of 342 ~ 33.92%

%15.2
%50.88
%33.92

CMYK color model

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

  • cyan value is 70.11%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 31.76%
CMYK: (70,0,33,32) C70M0Y33K32 (70%,0%,33%,32%) (0.70/0.00/0.33/0.32)

CMYK percentages

%70.11
%0
%33.33
%31.76

Codes

Color #34AE74 in popluar color models

34AE74
RGB52174116
HSL151°53.98%44.31%
HSB/HSV151°70.11%68.24%
CMYK70.11%0.00%33.33%
31.76%

Color #34AE74 in popluar number systems.

HEX34AE74
Decimal52174116
Binary110100101011101110100
Octal64256164

Shades and tints

Shades of #34AE74

#34AE74
(52,174,116)
#309F6A
(48,159,106)
#2C9060
(44,144,96)
#288156
(40,129,86)
#24724C
(36,114,76)
#206342
(32,99,66)
#1C5438
(28,84,56)
#18452E
(24,69,46)
#143624
(20,54,36)
#10271A
(16,39,26)
#0C1810
(12,24,16)
#000000
(0,0,0)

Tints of #34AE74

#34AE74
(52,174,116)
#46B580
(70,181,128)
#58BC8C
(88,188,140)
#6AC398
(106,195,152)
#7CCAA4
(124,202,164)
#8ED1B0
(142,209,176)
#A0D8BC
(160,216,188)
#B2DFC8
(178,223,200)
#C4E6D4
(196,230,212)
#D6EDE0
(214,237,224)
#E8F4EC
(232,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #34AE74; }

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

This text font color is #34AE74.


Background Color

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

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

This div background color is #34AE74.


Border color

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

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

This div border color is #34AE74.


Opacity

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

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

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

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

This text has shadow with #34AE74 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #34AE74 on black background.


Color preview on white background

This text has color #34AE74 on white background.



Black color preview on #34AE74 background

This text has black color on #34AE74 background.


White color preview on #34AE74 background

This text has white color on #34AE74 background.