COLOR #3DA374

HEX: #3DA374 RGB: (61,163,116)

Color info

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

RGB color model

#3DA374 color RGB value is (61,163,116).

RGB: (61,163,116) (24%, 64%, 45%)

RGB channels and saturation

R 61 of 255 = 24%
G 163 of 255 = 64%
B 116 of 255 = 45%

61
163
116

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

Portions of RGB colors in percentages

R + G + B = 61 + 163 + 116 = 340 (100%)
R 61 of 340 ~ 17.94%
G 163 of 340 ~ 47.94%
B 116 of 340 ~ 34.12'%

%17.94
%47.94
%34.12

CMYK color model

#3DA374 color CMYK value is (63,0,29,36).

  • cyan value is 62.58%
  • magenta value is 0.00%
  • yellow value is 28.83%
  • key color value is 36.08%

CMYK: (63,0,29,36)
C63M0Y29K36 (63%, 0%, 29%, 36%)
(0.63 / 0.00 / 0.29 / 0.36)

CMYK percentages

%62.58
%0
%28.83
%36.08

Codes

Color #3DA374 in popluar color models

3D A3 74
RGB 61 163 116
HSL 152° 45.54% 43.92%
HSB/HSV 152° 62.58% 63.92%
CMYK 62.58% 0.00% 28.83%
36.08%

Color #3DA374 in popluar number systems.

HEX 3D A3 74
Decimal 61 163 116
Binary 111101 10100011 1110100
Octal 75 243 164

Shades and tints

Shades of #3DA374

#3DA374
(61,163,116)
#38956A
(56,149,106)
#338760
(51,135,96)
#2E7956
(46,121,86)
#296B4C
(41,107,76)
#245D42
(36,93,66)
#1F4F38
(31,79,56)
#1A412E
(26,65,46)
#153324
(21,51,36)
#10251A
(16,37,26)
#0B1710
(11,23,16)
#000000
(0,0,0)

Tints of #3DA374

#3DA374
(61,163,116)
#4EAB80
(78,171,128)
#5FB38C
(95,179,140)
#70BB98
(112,187,152)
#81C3A4
(129,195,164)
#92CBB0
(146,203,176)
#A3D3BC
(163,211,188)
#B4DBC8
(180,219,200)
#C5E3D4
(197,227,212)
#D6EBE0
(214,235,224)
#E7F3EC
(231,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3DA374 color. Also use rgb(61,163,116) instead hex code.

Text Font Color

.myTextColor { color: #3DA374; }

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

This text font color is #3DA374.

Background Color

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

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

This div background color is #3DA374.

Border color

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

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

This div border color is #3DA374.

Opacity

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

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

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

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

This text has shadow with #3DA374 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3DA374.

Preview

Color preview on black background

This text has color #3DA374 on black background.


Color preview on white background

This text has color #3DA374 on white background.


Black color preview on #3DA374 background

This text has black color on #3DA374 background.


White color preview on #3DA374 background

This text has white color on #3DA374 background.


Related colors

Complementary color

Complementary color for #hex is #C25C8B.


I love getcolorcode.com

Triadic colors

1 #743DA3 and #A3743D with #3DA374 are triadic colors.

2 #74A33D and #A33D74 with #3DA374 are triadic colors.