COLOR #3E9C88

HEX: #3E9C88
RGB: (62,156,136)

Color info

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

RGB color model

#3E9C88 color RGB value is (62,156,136).

  • red value is 62;
  • green value is 156;
  • blue value is 136.
RGB:
(62,156,136)
(24%,61%,53%)

RGB channels and saturation

R 62 of 255 = 24%
G 156 of 255 = 61%
B 136 of 255 = 53%

62
156
136

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

Portions of RGB colors in percentages

R + G + B =
62 + 156 + 136 = 354 (100%)
R 62 of 354 ~ 17.51%
G 156 of 354 ~ 44.07%
B 136 of 354 ~ 38.42%

%17.51
%44.07
%38.42

CMYK color model

#3E9C88 color CMYK value is (60,0,13,39).

  • cyan value is 60.26%
  • magenta value is 0.00%
  • yellow value is 12.82%
  • key color value is 38.82%
CMYK:
(60,0,13,39)
C60M0Y13K39 
(60%,0%,13%,39%)
(0.60/0.00/0.13/0.39)	

CMYK percentages

%60.26
%0
%12.82
%38.82

Codes

Color #3E9C88 in popluar color models

3E9C88
RGB62156136
HSL167°43.12%42.75%
HSB/HSV167°60.26%61.18%
CMYK60.26%0.00%12.82%
38.82%

Color #3E9C88 in popluar number systems.

HEX3E9C88
Decimal62156136
Binary1111101001110010001000
Octal76234210

Shades and tints

Shades of #3E9C88

#3E9C88
(62,156,136)
#398E7C
(57,142,124)
#348070
(52,128,112)
#2F7264
(47,114,100)
#2A6458
(42,100,88)
#25564C
(37,86,76)
#204840
(32,72,64)
#1B3A34
(27,58,52)
#162C28
(22,44,40)
#111E1C
(17,30,28)
#0C1010
(12,16,16)
#000000
(0,0,0)

Tints of #3E9C88

#3E9C88
(62,156,136)
#4FA592
(79,165,146)
#60AE9C
(96,174,156)
#71B7A6
(113,183,166)
#82C0B0
(130,192,176)
#93C9BA
(147,201,186)
#A4D2C4
(164,210,196)
#B5DBCE
(181,219,206)
#C6E4D8
(198,228,216)
#D7EDE2
(215,237,226)
#E8F6EC
(232,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E9C88 color. Also use rgb(62,156,136) instead hex code.

Text Font Color

.myTextColor { color: #3E9C88; }

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

This text font color is #3E9C88.


Background Color

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

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

This div background color is #3E9C88.


Border color

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

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

This div border color is #3E9C88.


Opacity

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

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

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

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

This text has shadow with #3E9C88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E9C88 on black background.


Color preview on white background

This text has color #3E9C88 on white background.



Black color preview on #3E9C88 background

This text has black color on #3E9C88 background.


White color preview on #3E9C88 background

This text has white color on #3E9C88 background.