COLOR #3EAD9D

HEX: #3EAD9D
RGB: (62,173,157)

Color info

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

RGB color model

#3EAD9D color RGB value is (62,173,157).

  • red value is 62;
  • green value is 173;
  • blue value is 157.
RGB:
(62,173,157)
(24%,68%,62%)

RGB channels and saturation

R 62 of 255 = 24%
G 173 of 255 = 68%
B 157 of 255 = 62%

62
173
157

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

Portions of RGB colors in percentages

R + G + B =
62 + 173 + 157 = 392 (100%)
R 62 of 392 ~ 15.82%
G 173 of 392 ~ 44.13%
B 157 of 392 ~ 40.05%

%15.82
%44.13
%40.05

CMYK color model

#3EAD9D color CMYK value is (64,0,9,32).

  • cyan value is 64.16%
  • magenta value is 0.00%
  • yellow value is 9.25%
  • key color value is 32.16%
CMYK:
(64,0,9,32)
C64M0Y9K32 
(64%,0%,9%,32%)
(0.64/0.00/0.09/0.32)	

CMYK percentages

%64.16
%0
%9.25
%32.16

Codes

Color #3EAD9D in popluar color models

3EAD9D
RGB62173157
HSL171°47.23%46.08%
HSB/HSV171°64.16%67.84%
CMYK64.16%0.00%9.25%
32.16%

Color #3EAD9D in popluar number systems.

HEX3EAD9D
Decimal62173157
Binary1111101010110110011101
Octal76255235

Shades and tints

Shades of #3EAD9D

#3EAD9D
(62,173,157)
#399E8F
(57,158,143)
#348F81
(52,143,129)
#2F8073
(47,128,115)
#2A7165
(42,113,101)
#256257
(37,98,87)
#205349
(32,83,73)
#1B443B
(27,68,59)
#16352D
(22,53,45)
#11261F
(17,38,31)
#0C1711
(12,23,17)
#000000
(0,0,0)

Tints of #3EAD9D

#3EAD9D
(62,173,157)
#4FB4A5
(79,180,165)
#60BBAD
(96,187,173)
#71C2B5
(113,194,181)
#82C9BD
(130,201,189)
#93D0C5
(147,208,197)
#A4D7CD
(164,215,205)
#B5DED5
(181,222,213)
#C6E5DD
(198,229,221)
#D7ECE5
(215,236,229)
#E8F3ED
(232,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3EAD9D color. Also use rgb(62,173,157) instead hex code.

Text Font Color

.myTextColor { color: #3EAD9D; }

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

This text font color is #3EAD9D.


Background Color

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

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

This div background color is #3EAD9D.


Border color

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

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

This div border color is #3EAD9D.


Opacity

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

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

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

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

This text has shadow with #3EAD9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3EAD9D on black background.


Color preview on white background

This text has color #3EAD9D on white background.



Black color preview on #3EAD9D background

This text has black color on #3EAD9D background.


White color preview on #3EAD9D background

This text has white color on #3EAD9D background.