COLOR #3D9979

HEX: #3D9979 RGB: (61,153,121)

Color info

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

RGB color model

#3D9979 color RGB value is (61,153,121).

RGB: (61,153,121) (24%, 60%, 47%)

RGB channels and saturation

R 61 of 255 = 24%
G 153 of 255 = 60%
B 121 of 255 = 47%

61
153
121

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

Portions of RGB colors in percentages

R + G + B = 61 + 153 + 121 = 335 (100%)
R 61 of 335 ~ 18.21%
G 153 of 335 ~ 45.67%
B 121 of 335 ~ 36.12'%

%18.21
%45.67
%36.12

CMYK color model

#3D9979 color CMYK value is (60,0,21,40).

  • cyan value is 60.13%
  • magenta value is 0.00%
  • yellow value is 20.92%
  • key color value is 40.00%

CMYK: (60,0,21,40)
C60M0Y21K40 (60%, 0%, 21%, 40%)
(0.60 / 0.00 / 0.21 / 0.40)

CMYK percentages

%60.13
%0
%20.92
%40

Codes

Color #3D9979 in popluar color models

3D 99 79
RGB 61 153 121
HSL 159° 42.99% 41.96%
HSB/HSV 159° 60.13% 60.00%
CMYK 60.13% 0.00% 20.92%
40.00%

Color #3D9979 in popluar number systems.

HEX 3D 99 79
Decimal 61 153 121
Binary 111101 10011001 1111001
Octal 75 231 171

Shades and tints

Shades of #3D9979

#3D9979
(61,153,121)
#388C6E
(56,140,110)
#337F63
(51,127,99)
#2E7258
(46,114,88)
#29654D
(41,101,77)
#245842
(36,88,66)
#1F4B37
(31,75,55)
#1A3E2C
(26,62,44)
#153121
(21,49,33)
#102416
(16,36,22)
#0B170B
(11,23,11)
#000000
(0,0,0)

Tints of #3D9979

#3D9979
(61,153,121)
#4EA285
(78,162,133)
#5FAB91
(95,171,145)
#70B49D
(112,180,157)
#81BDA9
(129,189,169)
#92C6B5
(146,198,181)
#A3CFC1
(163,207,193)
#B4D8CD
(180,216,205)
#C5E1D9
(197,225,217)
#D6EAE5
(214,234,229)
#E7F3F1
(231,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D9979; }

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

This text font color is #3D9979.

Background Color

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

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

This div background color is #3D9979.

Border color

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

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

This div border color is #3D9979.

Opacity

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

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

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

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

This text has shadow with #3D9979 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D9979.

Preview

Color preview on black background

This text has color #3D9979 on black background.


Color preview on white background

This text has color #3D9979 on white background.


Black color preview on #3D9979 background

This text has black color on #3D9979 background.


White color preview on #3D9979 background

This text has white color on #3D9979 background.


Related colors

Complementary color

Complementary color for #hex is #C26686.


I love getcolorcode.com

Triadic colors

1 #793D99 and #99793D with #3D9979 are triadic colors.

2 #79993D and #993D79 with #3D9979 are triadic colors.