COLOR #3D9879

HEX: #3D9879
RGB: (61,152,121)

Color info

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

RGB color model

#3D9879 color RGB value is (61,152,121).

  • red value is 61;
  • green value is 152;
  • blue value is 121.
RGB:
(61,152,121)
(24%,60%,47%)

RGB channels and saturation

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

61
152
121

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

Portions of RGB colors in percentages

R + G + B =
61 + 152 + 121 = 334 (100%)
R 61 of 334 ~ 18.26%
G 152 of 334 ~ 45.51%
B 121 of 334 ~ 36.23%

%18.26
%45.51
%36.23

CMYK color model

#3D9879 color CMYK value is (60,0,20,40).

  • cyan value is 59.87%
  • magenta value is 0.00%
  • yellow value is 20.39%
  • key color value is 40.39%
CMYK:
(60,0,20,40)
C60M0Y20K40 
(60%,0%,20%,40%)
(0.60/0.00/0.20/0.40)	

CMYK percentages

%59.87
%0
%20.39
%40.39

Codes

Color #3D9879 in popluar color models

3D9879
RGB61152121
HSL160°42.72%41.76%
HSB/HSV160°59.87%59.61%
CMYK59.87%0.00%20.39%
40.39%

Color #3D9879 in popluar number systems.

HEX3D9879
Decimal61152121
Binary111101100110001111001
Octal75230171

Shades and tints

Shades of #3D9879

#3D9879
(61,152,121)
#388B6E
(56,139,110)
#337E63
(51,126,99)
#2E7158
(46,113,88)
#29644D
(41,100,77)
#245742
(36,87,66)
#1F4A37
(31,74,55)
#1A3D2C
(26,61,44)
#153021
(21,48,33)
#102316
(16,35,22)
#0B160B
(11,22,11)
#000000
(0,0,0)

Tints of #3D9879

#3D9879
(61,152,121)
#4EA185
(78,161,133)
#5FAA91
(95,170,145)
#70B39D
(112,179,157)
#81BCA9
(129,188,169)
#92C5B5
(146,197,181)
#A3CEC1
(163,206,193)
#B4D7CD
(180,215,205)
#C5E0D9
(197,224,217)
#D6E9E5
(214,233,229)
#E7F2F1
(231,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D9879; }

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

This text font color is #3D9879.


Background Color

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

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

This div background color is #3D9879.


Border color

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

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

This div border color is #3D9879.


Opacity

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

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

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

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

This text has shadow with #3D9879 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D9879 on black background.


Color preview on white background

This text has color #3D9879 on white background.



Black color preview on #3D9879 background

This text has black color on #3D9879 background.


White color preview on #3D9879 background

This text has white color on #3D9879 background.