COLOR #3DAB49

HEX: #3DAB49 RGB: (61,171,73)

Color info

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

RGB color model

#3DAB49 color RGB value is (61,171,73).

RGB: (61,171,73) (24%, 67%, 29%)

RGB channels and saturation

R 61 of 255 = 24%
G 171 of 255 = 67%
B 73 of 255 = 29%

61
171
73

R + G + B ~ 40%. #3DAB49 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 61 + 171 + 73 = 305 (100%)
R 61 of 305 ~ 20%
G 171 of 305 ~ 56.07%
B 73 of 305 ~ 23.93'%

%20
%56.07
%23.93

CMYK color model

#3DAB49 color CMYK value is (64,0,57,33).

  • cyan value is 64.33%
  • magenta value is 0.00%
  • yellow value is 57.31%
  • key color value is 32.94%
CMYK: (64,0,57,33) C64M0Y57K33 (64%,0%,57%,33%) (0.64/0.00/0.57/0.33) 

CMYK percentages

%64.33
%0
%57.31
%32.94

Codes

Color #3DAB49 in popluar color models

3D AB 49
RGB 61 171 73
HSL 127° 47.41% 45.49%
HSB/HSV 127° 64.33% 67.06%
CMYK 64.33% 0.00% 57.31%
32.94%

Color #3DAB49 in popluar number systems.

HEX 3D AB 49
Decimal 61 171 73
Binary 111101 10101011 1001001
Octal 75 253 111

Shades and tints

Shades of #3DAB49

#3DAB49
(61,171,73)
#389C43
(56,156,67)
#338D3D
(51,141,61)
#2E7E37
(46,126,55)
#296F31
(41,111,49)
#24602B
(36,96,43)
#1F5125
(31,81,37)
#1A421F
(26,66,31)
#153319
(21,51,25)
#102413
(16,36,19)
#0B150D
(11,21,13)
#000000
(0,0,0)

Tints of #3DAB49

#3DAB49
(61,171,73)
#4EB259
(78,178,89)
#5FB969
(95,185,105)
#70C079
(112,192,121)
#81C789
(129,199,137)
#92CE99
(146,206,153)
#A3D5A9
(163,213,169)
#B4DCB9
(180,220,185)
#C5E3C9
(197,227,201)
#D6EAD9
(214,234,217)
#E7F1E9
(231,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3DAB49 color. Also use rgb(61,171,73) instead hex code.

Text Font Color

.myTextColor { color: #3DAB49; }

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

This text font color is #3DAB49.

Background Color

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

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

This div background color is #3DAB49.

Border color

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

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

This div border color is #3DAB49.

Opacity

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

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

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

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

This text has shadow with #3DAB49 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3DAB49.

Preview

Color preview on black background

This text has color #3DAB49 on black background.


Color preview on white background

This text has color #3DAB49 on white background.


Black color preview on #3DAB49 background

This text has black color on #3DAB49 background.


White color preview on #3DAB49 background

This text has white color on #3DAB49 background.


Related colors

Complementary color

Complementary color for #hex is #C254B6.


I love getcolorcode.com

Triadic colors

1 #493DAB and #AB493D with #3DAB49 are triadic colors.

2 #49AB3D and #AB3D49 with #3DAB49 are triadic colors.