COLOR #3DA449

HEX: #3DA449
RGB: (61,164,73)

Color info

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

RGB color model

#3DA449 color RGB value is (61,164,73).

  • red value is 61;
  • green value is 164;
  • blue value is 73.
RGB:
(61,164,73)
(24%,64%,29%)

RGB channels and saturation

R 61 of 255 = 24%
G 164 of 255 = 64%
B 73 of 255 = 29%

61
164
73

R + G + B ~ 39%. #3DA449 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 164 + 73 = 298 (100%)
R 61 of 298 ~ 20.47%
G 164 of 298 ~ 55.03%
B 73 of 298 ~ 24.5%

%20.47
%55.03
%24.5

CMYK color model

#3DA449 color CMYK value is (63,0,55,36).

  • cyan value is 62.80%
  • magenta value is 0.00%
  • yellow value is 55.49%
  • key color value is 35.69%
CMYK:
(63,0,55,36)
C63M0Y55K36 
(63%,0%,55%,36%)
(0.63/0.00/0.55/0.36)	

CMYK percentages

%62.8
%0
%55.49
%35.69

Codes

Color #3DA449 in popluar color models

3DA449
RGB6116473
HSL127°45.78%44.12%
HSB/HSV127°62.80%64.31%
CMYK62.80%0.00%55.49%
35.69%

Color #3DA449 in popluar number systems.

HEX3DA449
Decimal6116473
Binary111101101001001001001
Octal75244111

Shades and tints

Shades of #3DA449

#3DA449
(61,164,73)
#389643
(56,150,67)
#33883D
(51,136,61)
#2E7A37
(46,122,55)
#296C31
(41,108,49)
#245E2B
(36,94,43)
#1F5025
(31,80,37)
#1A421F
(26,66,31)
#153419
(21,52,25)
#102613
(16,38,19)
#0B180D
(11,24,13)
#000000
(0,0,0)

Tints of #3DA449

#3DA449
(61,164,73)
#4EAC59
(78,172,89)
#5FB469
(95,180,105)
#70BC79
(112,188,121)
#81C489
(129,196,137)
#92CC99
(146,204,153)
#A3D4A9
(163,212,169)
#B4DCB9
(180,220,185)
#C5E4C9
(197,228,201)
#D6ECD9
(214,236,217)
#E7F4E9
(231,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3DA449; }

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

This text font color is #3DA449.


Background Color

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

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

This div background color is #3DA449.


Border color

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

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

This div border color is #3DA449.


Opacity

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

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

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

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

This text has shadow with #3DA449 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3DA449 on black background.


Color preview on white background

This text has color #3DA449 on white background.



Black color preview on #3DA449 background

This text has black color on #3DA449 background.


White color preview on #3DA449 background

This text has white color on #3DA449 background.