COLOR #3D977F

HEX: #3D977F
RGB: (61,151,127)

Color info

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

RGB color model

#3D977F color RGB value is (61,151,127).

  • red value is 61;
  • green value is 151;
  • blue value is 127.
RGB:
(61,151,127)
(24%,59%,50%)

RGB channels and saturation

R 61 of 255 = 24%
G 151 of 255 = 59%
B 127 of 255 = 50%

61
151
127

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

Portions of RGB colors in percentages

R + G + B =
61 + 151 + 127 = 339 (100%)
R 61 of 339 ~ 17.99%
G 151 of 339 ~ 44.54%
B 127 of 339 ~ 37.46%

%17.99
%44.54
%37.46

CMYK color model

#3D977F color CMYK value is (60,0,16,41).

  • cyan value is 59.60%
  • magenta value is 0.00%
  • yellow value is 15.89%
  • key color value is 40.78%
CMYK:
(60,0,16,41)
C60M0Y16K41 
(60%,0%,16%,41%)
(0.60/0.00/0.16/0.41)	

CMYK percentages

%59.6
%0
%15.89
%40.78

Codes

Color #3D977F in popluar color models

3D977F
RGB61151127
HSL164°42.45%41.57%
HSB/HSV164°59.60%59.22%
CMYK59.60%0.00%15.89%
40.78%

Color #3D977F in popluar number systems.

HEX3D977F
Decimal61151127
Binary111101100101111111111
Octal75227177

Shades and tints

Shades of #3D977F

#3D977F
(61,151,127)
#388A74
(56,138,116)
#337D69
(51,125,105)
#2E705E
(46,112,94)
#296353
(41,99,83)
#245648
(36,86,72)
#1F493D
(31,73,61)
#1A3C32
(26,60,50)
#152F27
(21,47,39)
#10221C
(16,34,28)
#0B1511
(11,21,17)
#000000
(0,0,0)

Tints of #3D977F

#3D977F
(61,151,127)
#4EA08A
(78,160,138)
#5FA995
(95,169,149)
#70B2A0
(112,178,160)
#81BBAB
(129,187,171)
#92C4B6
(146,196,182)
#A3CDC1
(163,205,193)
#B4D6CC
(180,214,204)
#C5DFD7
(197,223,215)
#D6E8E2
(214,232,226)
#E7F1ED
(231,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D977F; }

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

This text font color is #3D977F.


Background Color

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

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

This div background color is #3D977F.


Border color

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

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

This div border color is #3D977F.


Opacity

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

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

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

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

This text has shadow with #3D977F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D977F on black background.


Color preview on white background

This text has color #3D977F on white background.



Black color preview on #3D977F background

This text has black color on #3D977F background.


White color preview on #3D977F background

This text has white color on #3D977F background.