COLOR #3D987C

HEX: #3D987C
RGB: (61,152,124)

Color info

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

RGB color model

#3D987C color RGB value is (61,152,124).

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

RGB channels and saturation

R 61 of 255 = 24%
G 152 of 255 = 60%
B 124 of 255 = 49%

61
152
124

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

Portions of RGB colors in percentages

R + G + B =
61 + 152 + 124 = 337 (100%)
R 61 of 337 ~ 18.1%
G 152 of 337 ~ 45.1%
B 124 of 337 ~ 36.8%

%18.1
%45.1
%36.8

CMYK color model

#3D987C color CMYK value is (60,0,18,40).

  • cyan value is 59.87%
  • magenta value is 0.00%
  • yellow value is 18.42%
  • key color value is 40.39%
CMYK:
(60,0,18,40)
C60M0Y18K40 
(60%,0%,18%,40%)
(0.60/0.00/0.18/0.40)	

CMYK percentages

%59.87
%0
%18.42
%40.39

Codes

Color #3D987C in popluar color models

3D987C
RGB61152124
HSL162°42.72%41.76%
HSB/HSV162°59.87%59.61%
CMYK59.87%0.00%18.42%
40.39%

Color #3D987C in popluar number systems.

HEX3D987C
Decimal61152124
Binary111101100110001111100
Octal75230174

Shades and tints

Shades of #3D987C

#3D987C
(61,152,124)
#388B71
(56,139,113)
#337E66
(51,126,102)
#2E715B
(46,113,91)
#296450
(41,100,80)
#245745
(36,87,69)
#1F4A3A
(31,74,58)
#1A3D2F
(26,61,47)
#153024
(21,48,36)
#102319
(16,35,25)
#0B160E
(11,22,14)
#000000
(0,0,0)

Tints of #3D987C

#3D987C
(61,152,124)
#4EA187
(78,161,135)
#5FAA92
(95,170,146)
#70B39D
(112,179,157)
#81BCA8
(129,188,168)
#92C5B3
(146,197,179)
#A3CEBE
(163,206,190)
#B4D7C9
(180,215,201)
#C5E0D4
(197,224,212)
#D6E9DF
(214,233,223)
#E7F2EA
(231,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D987C; }

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

This text font color is #3D987C.


Background Color

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

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

This div background color is #3D987C.


Border color

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

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

This div border color is #3D987C.


Opacity

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

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

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

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

This text has shadow with #3D987C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D987C on black background.


Color preview on white background

This text has color #3D987C on white background.



Black color preview on #3D987C background

This text has black color on #3D987C background.


White color preview on #3D987C background

This text has white color on #3D987C background.