COLOR #34AA37

HEX: #34AA37
RGB: (52,170,55)

Color info

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

RGB color model

#34AA37 color RGB value is (52,170,55).

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

RGB channels and saturation

R 52 of 255 = 20%
G 170 of 255 = 67%
B 55 of 255 = 22%

52
170
55

R + G + B ~ 36%. #34AA37 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 170 + 55 = 277 (100%)
R 52 of 277 ~ 18.77%
G 170 of 277 ~ 61.37%
B 55 of 277 ~ 19.86%

%18.77
%61.37
%19.86

CMYK color model

#34AA37 color CMYK value is (69,0,68,33).

  • cyan value is 69.41%
  • magenta value is 0.00%
  • yellow value is 67.65%
  • key color value is 33.33%
CMYK:
(69,0,68,33)
C69M0Y68K33 
(69%,0%,68%,33%)
(0.69/0.00/0.68/0.33)	

CMYK percentages

%69.41
%0
%67.65
%33.33

Codes

Color #34AA37 in popluar color models

34AA37
RGB5217055
HSL122°53.15%43.53%
HSB/HSV122°69.41%66.67%
CMYK69.41%0.00%67.65%
33.33%

Color #34AA37 in popluar number systems.

HEX34AA37
Decimal5217055
Binary11010010101010110111
Octal6425267

Shades and tints

Shades of #34AA37

#34AA37
(52,170,55)
#309B32
(48,155,50)
#2C8C2D
(44,140,45)
#287D28
(40,125,40)
#246E23
(36,110,35)
#205F1E
(32,95,30)
#1C5019
(28,80,25)
#184114
(24,65,20)
#14320F
(20,50,15)
#10230A
(16,35,10)
#0C1405
(12,20,5)
#000000
(0,0,0)

Tints of #34AA37

#34AA37
(52,170,55)
#46B149
(70,177,73)
#58B85B
(88,184,91)
#6ABF6D
(106,191,109)
#7CC67F
(124,198,127)
#8ECD91
(142,205,145)
#A0D4A3
(160,212,163)
#B2DBB5
(178,219,181)
#C4E2C7
(196,226,199)
#D6E9D9
(214,233,217)
#E8F0EB
(232,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #34AA37; }

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

This text font color is #34AA37.


Background Color

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

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

This div background color is #34AA37.


Border color

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

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

This div border color is #34AA37.


Opacity

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

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

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

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

This text has shadow with #34AA37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #34AA37 on black background.


Color preview on white background

This text has color #34AA37 on white background.



Black color preview on #34AA37 background

This text has black color on #34AA37 background.


White color preview on #34AA37 background

This text has white color on #34AA37 background.