COLOR #3E8B94

HEX: #3E8B94
RGB: (62,139,148)

Color info

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

RGB color model

#3E8B94 color RGB value is (62,139,148).

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

RGB channels and saturation

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

62
139
148

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

Portions of RGB colors in percentages

R + G + B =
62 + 139 + 148 = 349 (100%)
R 62 of 349 ~ 17.77%
G 139 of 349 ~ 39.83%
B 148 of 349 ~ 42.41%

%17.77
%39.83
%42.41

CMYK color model

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

  • cyan value is 58.11%
  • magenta value is 6.08%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(58,6,0,42)
C58M6Y0K42 
(58%,6%,0%,42%)
(0.58/0.06/0.00/0.42)	

CMYK percentages

%58.11
%6.08
%0
%41.96

Codes

Color #3E8B94 in popluar color models

3E8B94
RGB62139148
HSL186°40.95%41.18%
HSB/HSV186°58.11%58.04%
CMYK58.11%6.08%0.00%
41.96%

Color #3E8B94 in popluar number systems.

HEX3E8B94
Decimal62139148
Binary1111101000101110010100
Octal76213224

Shades and tints

Shades of #3E8B94

#3E8B94
(62,139,148)
#397F87
(57,127,135)
#34737A
(52,115,122)
#2F676D
(47,103,109)
#2A5B60
(42,91,96)
#254F53
(37,79,83)
#204346
(32,67,70)
#1B3739
(27,55,57)
#162B2C
(22,43,44)
#111F1F
(17,31,31)
#0C1312
(12,19,18)
#000000
(0,0,0)

Tints of #3E8B94

#3E8B94
(62,139,148)
#4F959D
(79,149,157)
#609FA6
(96,159,166)
#71A9AF
(113,169,175)
#82B3B8
(130,179,184)
#93BDC1
(147,189,193)
#A4C7CA
(164,199,202)
#B5D1D3
(181,209,211)
#C6DBDC
(198,219,220)
#D7E5E5
(215,229,229)
#E8EFEE
(232,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E8B94; }

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

This text font color is #3E8B94.


Background Color

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

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

This div background color is #3E8B94.


Border color

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

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

This div border color is #3E8B94.


Opacity

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

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

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

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

This text has shadow with #3E8B94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E8B94 on black background.


Color preview on white background

This text has color #3E8B94 on white background.



Black color preview on #3E8B94 background

This text has black color on #3E8B94 background.


White color preview on #3E8B94 background

This text has white color on #3E8B94 background.