COLOR #3E8D84

HEX: #3E8D84
RGB: (62,141,132)

Color info

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

RGB color model

#3E8D84 color RGB value is (62,141,132).

  • red value is 62;
  • green value is 141;
  • blue value is 132.
RGB:
(62,141,132)
(24%,55%,52%)

RGB channels and saturation

R 62 of 255 = 24%
G 141 of 255 = 55%
B 132 of 255 = 52%

62
141
132

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

Portions of RGB colors in percentages

R + G + B =
62 + 141 + 132 = 335 (100%)
R 62 of 335 ~ 18.51%
G 141 of 335 ~ 42.09%
B 132 of 335 ~ 39.4%

%18.51
%42.09
%39.4

CMYK color model

#3E8D84 color CMYK value is (56,0,6,45).

  • cyan value is 56.03%
  • magenta value is 0.00%
  • yellow value is 6.38%
  • key color value is 44.71%
CMYK:
(56,0,6,45)
C56M0Y6K45 
(56%,0%,6%,45%)
(0.56/0.00/0.06/0.45)	

CMYK percentages

%56.03
%0
%6.38
%44.71

Codes

Color #3E8D84 in popluar color models

3E8D84
RGB62141132
HSL173°38.92%39.80%
HSB/HSV173°56.03%55.29%
CMYK56.03%0.00%6.38%
44.71%

Color #3E8D84 in popluar number systems.

HEX3E8D84
Decimal62141132
Binary1111101000110110000100
Octal76215204

Shades and tints

Shades of #3E8D84

#3E8D84
(62,141,132)
#398178
(57,129,120)
#34756C
(52,117,108)
#2F6960
(47,105,96)
#2A5D54
(42,93,84)
#255148
(37,81,72)
#20453C
(32,69,60)
#1B3930
(27,57,48)
#162D24
(22,45,36)
#112118
(17,33,24)
#0C150C
(12,21,12)
#000000
(0,0,0)

Tints of #3E8D84

#3E8D84
(62,141,132)
#4F978F
(79,151,143)
#60A19A
(96,161,154)
#71ABA5
(113,171,165)
#82B5B0
(130,181,176)
#93BFBB
(147,191,187)
#A4C9C6
(164,201,198)
#B5D3D1
(181,211,209)
#C6DDDC
(198,221,220)
#D7E7E7
(215,231,231)
#E8F1F2
(232,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E8D84 color. Also use rgb(62,141,132) instead hex code.

Text Font Color

.myTextColor { color: #3E8D84; }

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

This text font color is #3E8D84.


Background Color

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

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

This div background color is #3E8D84.


Border color

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

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

This div border color is #3E8D84.


Opacity

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

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

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

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

This text has shadow with #3E8D84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E8D84 on black background.


Color preview on white background

This text has color #3E8D84 on white background.



Black color preview on #3E8D84 background

This text has black color on #3E8D84 background.


White color preview on #3E8D84 background

This text has white color on #3E8D84 background.