COLOR #3E938B

HEX: #3E938B
RGB: (62,147,139)

Color info

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

RGB color model

#3E938B color RGB value is (62,147,139).

  • red value is 62;
  • green value is 147;
  • blue value is 139.
RGB:
(62,147,139)
(24%,58%,55%)

RGB channels and saturation

R 62 of 255 = 24%
G 147 of 255 = 58%
B 139 of 255 = 55%

62
147
139

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

Portions of RGB colors in percentages

R + G + B =
62 + 147 + 139 = 348 (100%)
R 62 of 348 ~ 17.82%
G 147 of 348 ~ 42.24%
B 139 of 348 ~ 39.94%

%17.82
%42.24
%39.94

CMYK color model

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

  • cyan value is 57.82%
  • magenta value is 0.00%
  • yellow value is 5.44%
  • key color value is 42.35%
CMYK:
(58,0,5,42)
C58M0Y5K42 
(58%,0%,5%,42%)
(0.58/0.00/0.05/0.42)	

CMYK percentages

%57.82
%0
%5.44
%42.35

Codes

Color #3E938B in popluar color models

3E938B
RGB62147139
HSL174°40.67%40.98%
HSB/HSV174°57.82%57.65%
CMYK57.82%0.00%5.44%
42.35%

Color #3E938B in popluar number systems.

HEX3E938B
Decimal62147139
Binary1111101001001110001011
Octal76223213

Shades and tints

Shades of #3E938B

#3E938B
(62,147,139)
#39867F
(57,134,127)
#347973
(52,121,115)
#2F6C67
(47,108,103)
#2A5F5B
(42,95,91)
#25524F
(37,82,79)
#204543
(32,69,67)
#1B3837
(27,56,55)
#162B2B
(22,43,43)
#111E1F
(17,30,31)
#0C1113
(12,17,19)
#000000
(0,0,0)

Tints of #3E938B

#3E938B
(62,147,139)
#4F9C95
(79,156,149)
#60A59F
(96,165,159)
#71AEA9
(113,174,169)
#82B7B3
(130,183,179)
#93C0BD
(147,192,189)
#A4C9C7
(164,201,199)
#B5D2D1
(181,210,209)
#C6DBDB
(198,219,219)
#D7E4E5
(215,228,229)
#E8EDEF
(232,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E938B; }

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

This text font color is #3E938B.


Background Color

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

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

This div background color is #3E938B.


Border color

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

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

This div border color is #3E938B.


Opacity

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

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

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

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

This text has shadow with #3E938B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E938B on black background.


Color preview on white background

This text has color #3E938B on white background.



Black color preview on #3E938B background

This text has black color on #3E938B background.


White color preview on #3E938B background

This text has white color on #3E938B background.