COLOR #3DAA7C

HEX: #3DAA7C
RGB: (61,170,124)

Color info

#3DAA7C contains mainly green and blue colors. Web safe color of #3DAA7C is #339966 (or #396).

RGB color model

#3DAA7C color RGB value is (61,170,124).

  • red value is 61;
  • green value is 170;
  • blue value is 124.
RGB:
(61,170,124)
(24%,67%,49%)

RGB channels and saturation

R 61 of 255 = 24%
G 170 of 255 = 67%
B 124 of 255 = 49%

61
170
124

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

Portions of RGB colors in percentages

R + G + B =
61 + 170 + 124 = 355 (100%)
R 61 of 355 ~ 17.18%
G 170 of 355 ~ 47.89%
B 124 of 355 ~ 34.93%

%17.18
%47.89
%34.93

CMYK color model

#3DAA7C color CMYK value is (64,0,27,33).

  • cyan value is 64.12%
  • magenta value is 0.00%
  • yellow value is 27.06%
  • key color value is 33.33%
CMYK:
(64,0,27,33)
C64M0Y27K33 
(64%,0%,27%,33%)
(0.64/0.00/0.27/0.33)	

CMYK percentages

%64.12
%0
%27.06
%33.33

Codes

Color #3DAA7C in popluar color models

3DAA7C
RGB61170124
HSL155°47.19%45.29%
HSB/HSV155°64.12%66.67%
CMYK64.12%0.00%27.06%
33.33%

Color #3DAA7C in popluar number systems.

HEX3DAA7C
Decimal61170124
Binary111101101010101111100
Octal75252174

Shades and tints

Shades of #3DAA7C

#3DAA7C
(61,170,124)
#389B71
(56,155,113)
#338C66
(51,140,102)
#2E7D5B
(46,125,91)
#296E50
(41,110,80)
#245F45
(36,95,69)
#1F503A
(31,80,58)
#1A412F
(26,65,47)
#153224
(21,50,36)
#102319
(16,35,25)
#0B140E
(11,20,14)
#000000
(0,0,0)

Tints of #3DAA7C

#3DAA7C
(61,170,124)
#4EB187
(78,177,135)
#5FB892
(95,184,146)
#70BF9D
(112,191,157)
#81C6A8
(129,198,168)
#92CDB3
(146,205,179)
#A3D4BE
(163,212,190)
#B4DBC9
(180,219,201)
#C5E2D4
(197,226,212)
#D6E9DF
(214,233,223)
#E7F0EA
(231,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3DAA7C color. Also use rgb(61,170,124) instead hex code.

Text Font Color

.myTextColor { color: #3DAA7C; }

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

This text font color is #3DAA7C.


Background Color

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

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

This div background color is #3DAA7C.


Border color

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

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

This div border color is #3DAA7C.


Opacity

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

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

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

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

This text has shadow with #3DAA7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3DAA7C on black background.


Color preview on white background

This text has color #3DAA7C on white background.



Black color preview on #3DAA7C background

This text has black color on #3DAA7C background.


White color preview on #3DAA7C background

This text has white color on #3DAA7C background.