COLOR #3E887E

HEX: #3E887E RGB: (62,136,126)

Color info

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

RGB color model

#3E887E color RGB value is (62,136,126).

RGB: (62,136,126) (24%, 53%, 49%)

RGB channels and saturation

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

62
136
126

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

Portions of RGB colors in percentages

R + G + B = 62 + 136 + 126 = 324 (100%)
R 62 of 324 ~ 19.14%
G 136 of 324 ~ 41.98%
B 126 of 324 ~ 38.89'%

%19.14
%41.98
%38.89

CMYK color model

#3E887E color CMYK value is (54,0,7,47).

  • cyan value is 54.41%
  • magenta value is 0.00%
  • yellow value is 7.35%
  • key color value is 46.67%

CMYK: (54,0,7,47)
C54M0Y7K47 (54%, 0%, 7%, 47%)
(0.54 / 0.00 / 0.07 / 0.47)

CMYK percentages

%54.41
%0
%7.35
%46.67

Codes

Color #3E887E in popluar color models

3E 88 7E
RGB 62 136 126
HSL 172° 37.37% 38.82%
HSB/HSV 172° 54.41% 53.33%
CMYK 54.41% 0.00% 7.35%
46.67%

Color #3E887E in popluar number systems.

HEX 3E 88 7E
Decimal 62 136 126
Binary 111110 10001000 1111110
Octal 76 210 176

Shades and tints

Shades of #3E887E

#3E887E
(62,136,126)
#397C73
(57,124,115)
#347068
(52,112,104)
#2F645D
(47,100,93)
#2A5852
(42,88,82)
#254C47
(37,76,71)
#20403C
(32,64,60)
#1B3431
(27,52,49)
#162826
(22,40,38)
#111C1B
(17,28,27)
#0C1010
(12,16,16)
#000000
(0,0,0)

Tints of #3E887E

#3E887E
(62,136,126)
#4F9289
(79,146,137)
#609C94
(96,156,148)
#71A69F
(113,166,159)
#82B0AA
(130,176,170)
#93BAB5
(147,186,181)
#A4C4C0
(164,196,192)
#B5CECB
(181,206,203)
#C6D8D6
(198,216,214)
#D7E2E1
(215,226,225)
#E8ECEC
(232,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E887E; }

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

This text font color is #3E887E.

Background Color

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

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

This div background color is #3E887E.

Border color

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

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

This div border color is #3E887E.

Opacity

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

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

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

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

This text has shadow with #3E887E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E887E.

Preview

Color preview on black background

This text has color #3E887E on black background.


Color preview on white background

This text has color #3E887E on white background.


Black color preview on #3E887E background

This text has black color on #3E887E background.


White color preview on #3E887E background

This text has white color on #3E887E background.


Related colors

Complementary color

Complementary color for #hex is #C17781.


I love getcolorcode.com

Triadic colors

1 #7E3E88 and #887E3E with #3E887E are triadic colors.

2 #7E883E and #883E7E with #3E887E are triadic colors.