COLOR #3E997E

HEX: #3E997E RGB: (62,153,126)

Color info

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

RGB color model

#3E997E color RGB value is (62,153,126).

RGB: (62,153,126) (24%, 60%, 49%)

RGB channels and saturation

R 62 of 255 = 24%
G 153 of 255 = 60%
B 126 of 255 = 49%

62
153
126

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

Portions of RGB colors in percentages

R + G + B = 62 + 153 + 126 = 341 (100%)
R 62 of 341 ~ 18.18%
G 153 of 341 ~ 44.87%
B 126 of 341 ~ 36.95'%

%18.18
%44.87
%36.95

CMYK color model

#3E997E color CMYK value is (59,0,18,40).

  • cyan value is 59.48%
  • magenta value is 0.00%
  • yellow value is 17.65%
  • key color value is 40.00%

CMYK: (59,0,18,40)
C59M0Y18K40 (59%, 0%, 18%, 40%)
(0.59 / 0.00 / 0.18 / 0.40)

CMYK percentages

%59.48
%0
%17.65
%40

Codes

Color #3E997E in popluar color models

3E 99 7E
RGB 62 153 126
HSL 162° 42.33% 42.16%
HSB/HSV 162° 59.48% 60.00%
CMYK 59.48% 0.00% 17.65%
40.00%

Color #3E997E in popluar number systems.

HEX 3E 99 7E
Decimal 62 153 126
Binary 111110 10011001 1111110
Octal 76 231 176

Shades and tints

Shades of #3E997E

#3E997E
(62,153,126)
#398C73
(57,140,115)
#347F68
(52,127,104)
#2F725D
(47,114,93)
#2A6552
(42,101,82)
#255847
(37,88,71)
#204B3C
(32,75,60)
#1B3E31
(27,62,49)
#163126
(22,49,38)
#11241B
(17,36,27)
#0C1710
(12,23,16)
#000000
(0,0,0)

Tints of #3E997E

#3E997E
(62,153,126)
#4FA289
(79,162,137)
#60AB94
(96,171,148)
#71B49F
(113,180,159)
#82BDAA
(130,189,170)
#93C6B5
(147,198,181)
#A4CFC0
(164,207,192)
#B5D8CB
(181,216,203)
#C6E1D6
(198,225,214)
#D7EAE1
(215,234,225)
#E8F3EC
(232,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E997E; }

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

This text font color is #3E997E.

Background Color

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

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

This div background color is #3E997E.

Border color

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

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

This div border color is #3E997E.

Opacity

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

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

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

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

This text has shadow with #3E997E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E997E.

Preview

Color preview on black background

This text has color #3E997E on black background.


Color preview on white background

This text has color #3E997E on white background.


Black color preview on #3E997E background

This text has black color on #3E997E background.


White color preview on #3E997E background

This text has white color on #3E997E background.


Related colors

Complementary color

Complementary color for #hex is #C16681.


I love getcolorcode.com

Triadic colors

1 #7E3E99 and #997E3E with #3E997E are triadic colors.

2 #7E993E and #993E7E with #3E997E are triadic colors.