COLOR #3D887E

HEX: #3D887E
RGB: (61,136,126)

Color info

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

RGB color model

#3D887E color RGB value is (61,136,126).

  • red value is 61;
  • green value is 136;
  • blue value is 126.
RGB:
(61,136,126)
(24%,53%,49%)

RGB channels and saturation

R 61 of 255 = 24%
G 136 of 255 = 53%
B 126 of 255 = 49%

61
136
126

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

Portions of RGB colors in percentages

R + G + B =
61 + 136 + 126 = 323 (100%)
R 61 of 323 ~ 18.89%
G 136 of 323 ~ 42.11%
B 126 of 323 ~ 39.01%

%18.89
%42.11
%39.01

CMYK color model

#3D887E color CMYK value is (55,0,7,47).

  • cyan value is 55.15%
  • magenta value is 0.00%
  • yellow value is 7.35%
  • key color value is 46.67%
CMYK:
(55,0,7,47)
C55M0Y7K47 
(55%,0%,7%,47%)
(0.55/0.00/0.07/0.47)	

CMYK percentages

%55.15
%0
%7.35
%46.67

Codes

Color #3D887E in popluar color models

3D887E
RGB61136126
HSL172°38.07%38.63%
HSB/HSV172°55.15%53.33%
CMYK55.15%0.00%7.35%
46.67%

Color #3D887E in popluar number systems.

HEX3D887E
Decimal61136126
Binary111101100010001111110
Octal75210176

Shades and tints

Shades of #3D887E

#3D887E
(61,136,126)
#387C73
(56,124,115)
#337068
(51,112,104)
#2E645D
(46,100,93)
#295852
(41,88,82)
#244C47
(36,76,71)
#1F403C
(31,64,60)
#1A3431
(26,52,49)
#152826
(21,40,38)
#101C1B
(16,28,27)
#0B1010
(11,16,16)
#000000
(0,0,0)

Tints of #3D887E

#3D887E
(61,136,126)
#4E9289
(78,146,137)
#5F9C94
(95,156,148)
#70A69F
(112,166,159)
#81B0AA
(129,176,170)
#92BAB5
(146,186,181)
#A3C4C0
(163,196,192)
#B4CECB
(180,206,203)
#C5D8D6
(197,216,214)
#D6E2E1
(214,226,225)
#E7ECEC
(231,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D887E color. Also use rgb(61,136,126) instead hex code.

Text Font Color

.myTextColor { color: #3D887E; }

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

This text font color is #3D887E.


Background Color

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

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

This div background color is #3D887E.


Border color

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

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

This div border color is #3D887E.


Opacity

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

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

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

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

This text has shadow with #3D887E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D887E on black background.


Color preview on white background

This text has color #3D887E on white background.



Black color preview on #3D887E background

This text has black color on #3D887E background.


White color preview on #3D887E background

This text has white color on #3D887E background.