COLOR #3E938E

HEX: #3E938E RGB: (62,147,142)

Color info

#3E938E contains mainly green and blue colors. Web safe color of #3E938E is #339999 (or #399).

RGB color model

#3E938E color RGB value is (62,147,142).

RGB: (62,147,142) (24%, 58%, 56%)

RGB channels and saturation

R 62 of 255 = 24%
G 147 of 255 = 58%
B 142 of 255 = 56%

62
147
142

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

Portions of RGB colors in percentages

R + G + B = 62 + 147 + 142 = 351 (100%)
R 62 of 351 ~ 17.66%
G 147 of 351 ~ 41.88%
B 142 of 351 ~ 40.46'%

%17.66
%41.88
%40.46

CMYK color model

#3E938E color CMYK value is (58,0,3,42).

  • cyan value is 57.82%
  • magenta value is 0.00%
  • yellow value is 3.40%
  • key color value is 42.35%

CMYK: (58,0,3,42)
C58M0Y3K42 (58%, 0%, 3%, 42%)
(0.58 / 0.00 / 0.03 / 0.42)

CMYK percentages

%57.82
%0
%3.4
%42.35

Codes

Color #3E938E in popluar color models

3E 93 8E
RGB 62 147 142
HSL 176° 40.67% 40.98%
HSB/HSV 176° 57.82% 57.65%
CMYK 57.82% 0.00% 3.40%
42.35%

Color #3E938E in popluar number systems.

HEX 3E 93 8E
Decimal 62 147 142
Binary 111110 10010011 10001110
Octal 76 223 216

Shades and tints

Shades of #3E938E

#3E938E
(62,147,142)
#398682
(57,134,130)
#347976
(52,121,118)
#2F6C6A
(47,108,106)
#2A5F5E
(42,95,94)
#255252
(37,82,82)
#204546
(32,69,70)
#1B383A
(27,56,58)
#162B2E
(22,43,46)
#111E22
(17,30,34)
#0C1116
(12,17,22)
#000000
(0,0,0)

Tints of #3E938E

#3E938E
(62,147,142)
#4F9C98
(79,156,152)
#60A5A2
(96,165,162)
#71AEAC
(113,174,172)
#82B7B6
(130,183,182)
#93C0C0
(147,192,192)
#A4C9CA
(164,201,202)
#B5D2D4
(181,210,212)
#C6DBDE
(198,219,222)
#D7E4E8
(215,228,232)
#E8EDF2
(232,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E938E color. Also use rgb(62,147,142) instead hex code.

Text Font Color

.myTextColor { color: #3E938E; }

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

This text font color is #3E938E.

Background Color

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

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

This div background color is #3E938E.

Border color

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

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

This div border color is #3E938E.

Opacity

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

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

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

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

This text has shadow with #3E938E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E938E.

Preview

Color preview on black background

This text has color #3E938E on black background.


Color preview on white background

This text has color #3E938E on white background.


Black color preview on #3E938E background

This text has black color on #3E938E background.


White color preview on #3E938E background

This text has white color on #3E938E background.


Related colors

Complementary color

Complementary color for #hex is #C16C71.


I love getcolorcode.com

Triadic colors

1 #8E3E93 and #938E3E with #3E938E are triadic colors.

2 #8E933E and #933E8E with #3E938E are triadic colors.