COLOR #3D9779

HEX: #3D9779 RGB: (61,151,121)

Color info

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

RGB color model

#3D9779 color RGB value is (61,151,121).

RGB: (61,151,121) (24%, 59%, 47%)

RGB channels and saturation

R 61 of 255 = 24%
G 151 of 255 = 59%
B 121 of 255 = 47%

61
151
121

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

Portions of RGB colors in percentages

R + G + B = 61 + 151 + 121 = 333 (100%)
R 61 of 333 ~ 18.32%
G 151 of 333 ~ 45.35%
B 121 of 333 ~ 36.34'%

%18.32
%45.35
%36.34

CMYK color model

#3D9779 color CMYK value is (60,0,20,41).

  • cyan value is 59.60%
  • magenta value is 0.00%
  • yellow value is 19.87%
  • key color value is 40.78%

CMYK: (60,0,20,41)
C60M0Y20K41 (60%, 0%, 20%, 41%)
(0.60 / 0.00 / 0.20 / 0.41)

CMYK percentages

%59.6
%0
%19.87
%40.78

Codes

Color #3D9779 in popluar color models

3D 97 79
RGB 61 151 121
HSL 160° 42.45% 41.57%
HSB/HSV 160° 59.60% 59.22%
CMYK 59.60% 0.00% 19.87%
40.78%

Color #3D9779 in popluar number systems.

HEX 3D 97 79
Decimal 61 151 121
Binary 111101 10010111 1111001
Octal 75 227 171

Shades and tints

Shades of #3D9779

#3D9779
(61,151,121)
#388A6E
(56,138,110)
#337D63
(51,125,99)
#2E7058
(46,112,88)
#29634D
(41,99,77)
#245642
(36,86,66)
#1F4937
(31,73,55)
#1A3C2C
(26,60,44)
#152F21
(21,47,33)
#102216
(16,34,22)
#0B150B
(11,21,11)
#000000
(0,0,0)

Tints of #3D9779

#3D9779
(61,151,121)
#4EA085
(78,160,133)
#5FA991
(95,169,145)
#70B29D
(112,178,157)
#81BBA9
(129,187,169)
#92C4B5
(146,196,181)
#A3CDC1
(163,205,193)
#B4D6CD
(180,214,205)
#C5DFD9
(197,223,217)
#D6E8E5
(214,232,229)
#E7F1F1
(231,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D9779 color. Also use rgb(61,151,121) instead hex code.

Text Font Color

.myTextColor { color: #3D9779; }

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

This text font color is #3D9779.

Background Color

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

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

This div background color is #3D9779.

Border color

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

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

This div border color is #3D9779.

Opacity

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

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

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

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

This text has shadow with #3D9779 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D9779.

Preview

Color preview on black background

This text has color #3D9779 on black background.


Color preview on white background

This text has color #3D9779 on white background.


Black color preview on #3D9779 background

This text has black color on #3D9779 background.


White color preview on #3D9779 background

This text has white color on #3D9779 background.


Related colors

Complementary color

Complementary color for #hex is #C26886.


I love getcolorcode.com

Triadic colors

1 #793D97 and #97793D with #3D9779 are triadic colors.

2 #79973D and #973D79 with #3D9779 are triadic colors.