COLOR #34AF3D

HEX: #34AF3D
RGB: (52,175,61)

Color info

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

RGB color model

#34AF3D color RGB value is (52,175,61).

  • red value is 52;
  • green value is 175;
  • blue value is 61.
RGB:
(52,175,61)
(20%,69%,24%)

RGB channels and saturation

R 52 of 255 = 20%
G 175 of 255 = 69%
B 61 of 255 = 24%

52
175
61

R + G + B ~ 38%. #34AF3D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 175 + 61 = 288 (100%)
R 52 of 288 ~ 18.06%
G 175 of 288 ~ 60.76%
B 61 of 288 ~ 21.18%

%18.06
%60.76
%21.18

CMYK color model

#34AF3D color CMYK value is (70,0,65,31).

  • cyan value is 70.29%
  • magenta value is 0.00%
  • yellow value is 65.14%
  • key color value is 31.37%
CMYK:
(70,0,65,31)
C70M0Y65K31 
(70%,0%,65%,31%)
(0.70/0.00/0.65/0.31)	

CMYK percentages

%70.29
%0
%65.14
%31.37

Codes

Color #34AF3D in popluar color models

34AF3D
RGB5217561
HSL124°54.19%44.51%
HSB/HSV124°70.29%68.63%
CMYK70.29%0.00%65.14%
31.37%

Color #34AF3D in popluar number systems.

HEX34AF3D
Decimal5217561
Binary11010010101111111101
Octal6425775

Shades and tints

Shades of #34AF3D

#34AF3D
(52,175,61)
#30A038
(48,160,56)
#2C9133
(44,145,51)
#28822E
(40,130,46)
#247329
(36,115,41)
#206424
(32,100,36)
#1C551F
(28,85,31)
#18461A
(24,70,26)
#143715
(20,55,21)
#102810
(16,40,16)
#0C190B
(12,25,11)
#000000
(0,0,0)

Tints of #34AF3D

#34AF3D
(52,175,61)
#46B64E
(70,182,78)
#58BD5F
(88,189,95)
#6AC470
(106,196,112)
#7CCB81
(124,203,129)
#8ED292
(142,210,146)
#A0D9A3
(160,217,163)
#B2E0B4
(178,224,180)
#C4E7C5
(196,231,197)
#D6EED6
(214,238,214)
#E8F5E7
(232,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #34AF3D color. Also use rgb(52,175,61) instead hex code.

Text Font Color

.myTextColor { color: #34AF3D; }

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

This text font color is #34AF3D.


Background Color

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

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

This div background color is #34AF3D.


Border color

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

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

This div border color is #34AF3D.


Opacity

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

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

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

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

This text has shadow with #34AF3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #34AF3D on black background.


Color preview on white background

This text has color #34AF3D on white background.



Black color preview on #34AF3D background

This text has black color on #34AF3D background.


White color preview on #34AF3D background

This text has white color on #34AF3D background.