COLOR #3E8E7B

HEX: #3E8E7B
RGB: (62,142,123)

Color info

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

RGB color model

#3E8E7B color RGB value is (62,142,123).

  • red value is 62;
  • green value is 142;
  • blue value is 123.
RGB:
(62,142,123)
(24%,56%,48%)

RGB channels and saturation

R 62 of 255 = 24%
G 142 of 255 = 56%
B 123 of 255 = 48%

62
142
123

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

Portions of RGB colors in percentages

R + G + B =
62 + 142 + 123 = 327 (100%)
R 62 of 327 ~ 18.96%
G 142 of 327 ~ 43.43%
B 123 of 327 ~ 37.61%

%18.96
%43.43
%37.61

CMYK color model

#3E8E7B color CMYK value is (56,0,13,44).

  • cyan value is 56.34%
  • magenta value is 0.00%
  • yellow value is 13.38%
  • key color value is 44.31%
CMYK:
(56,0,13,44)
C56M0Y13K44 
(56%,0%,13%,44%)
(0.56/0.00/0.13/0.44)	

CMYK percentages

%56.34
%0
%13.38
%44.31

Codes

Color #3E8E7B in popluar color models

3E8E7B
RGB62142123
HSL166°39.22%40.00%
HSB/HSV166°56.34%55.69%
CMYK56.34%0.00%13.38%
44.31%

Color #3E8E7B in popluar number systems.

HEX3E8E7B
Decimal62142123
Binary111110100011101111011
Octal76216173

Shades and tints

Shades of #3E8E7B

#3E8E7B
(62,142,123)
#398270
(57,130,112)
#347665
(52,118,101)
#2F6A5A
(47,106,90)
#2A5E4F
(42,94,79)
#255244
(37,82,68)
#204639
(32,70,57)
#1B3A2E
(27,58,46)
#162E23
(22,46,35)
#112218
(17,34,24)
#0C160D
(12,22,13)
#000000
(0,0,0)

Tints of #3E8E7B

#3E8E7B
(62,142,123)
#4F9887
(79,152,135)
#60A293
(96,162,147)
#71AC9F
(113,172,159)
#82B6AB
(130,182,171)
#93C0B7
(147,192,183)
#A4CAC3
(164,202,195)
#B5D4CF
(181,212,207)
#C6DEDB
(198,222,219)
#D7E8E7
(215,232,231)
#E8F2F3
(232,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E8E7B; }

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

This text font color is #3E8E7B.


Background Color

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

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

This div background color is #3E8E7B.


Border color

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

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

This div border color is #3E8E7B.


Opacity

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

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

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

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

This text has shadow with #3E8E7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E8E7B on black background.


Color preview on white background

This text has color #3E8E7B on white background.



Black color preview on #3E8E7B background

This text has black color on #3E8E7B background.


White color preview on #3E8E7B background

This text has white color on #3E8E7B background.