COLOR #3DAF34

HEX: #3DAF34
RGB: (61,175,52)

Color info

#3DAF34 contains mainly green color. Web safe color of #3DAF34 is #339933 (or #393).

RGB color model

#3DAF34 color RGB value is (61,175,52).

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

RGB channels and saturation

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

61
175
52

R + G + B ~ 38%. #3DAF34 is quite dark color.

Portions of RGB colors in percentages

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

%21.18
%60.76
%18.06

CMYK color model

#3DAF34 color CMYK value is (65,0,70,31).

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

CMYK percentages

%65.14
%0
%70.29
%31.37

Codes

Color #3DAF34 in popluar color models

3DAF34
RGB6117552
HSL116°54.19%44.51%
HSB/HSV116°70.29%68.63%
CMYK65.14%0.00%70.29%
31.37%

Color #3DAF34 in popluar number systems.

HEX3DAF34
Decimal6117552
Binary11110110101111110100
Octal7525764

Shades and tints

Shades of #3DAF34

#3DAF34
(61,175,52)
#38A030
(56,160,48)
#33912C
(51,145,44)
#2E8228
(46,130,40)
#297324
(41,115,36)
#246420
(36,100,32)
#1F551C
(31,85,28)
#1A4618
(26,70,24)
#153714
(21,55,20)
#102810
(16,40,16)
#0B190C
(11,25,12)
#000000
(0,0,0)

Tints of #3DAF34

#3DAF34
(61,175,52)
#4EB646
(78,182,70)
#5FBD58
(95,189,88)
#70C46A
(112,196,106)
#81CB7C
(129,203,124)
#92D28E
(146,210,142)
#A3D9A0
(163,217,160)
#B4E0B2
(180,224,178)
#C5E7C4
(197,231,196)
#D6EED6
(214,238,214)
#E7F5E8
(231,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3DAF34; }

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

This text font color is #3DAF34.


Background Color

.myBgColor { background-color: #3DAF34; }

<div style="background-color:#3DAF34">Inner text</div>

This div background color is #3DAF34.


Border color

.myBorderColor { border: 1px solid #3DAF34; }

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

This div border color is #3DAF34.


Opacity

.myOpacity80 { color: #3DAF34; opacity: 0.8; }

<p style="color:#3DAF34;opacity:0.8;">80%</p>

Text with #3DAF34 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 #3DAF34;}

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

This text has shadow with #3DAF34 color.

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

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

This text has shadow with #3DAF34 primary color and red secondary color.


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

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

This text has shadow with #3DAF34 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3DAF34 on black background.


Color preview on white background

This text has color #3DAF34 on white background.



Black color preview on #3DAF34 background

This text has black color on #3DAF34 background.


White color preview on #3DAF34 background

This text has white color on #3DAF34 background.