COLOR #3E8473

HEX: #3E8473
RGB: (62,132,115)

Color info

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

RGB color model

#3E8473 color RGB value is (62,132,115).

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

RGB channels and saturation

R 62 of 255 = 24%
G 132 of 255 = 52%
B 115 of 255 = 45%

62
132
115

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

Portions of RGB colors in percentages

R + G + B =
62 + 132 + 115 = 309 (100%)
R 62 of 309 ~ 20.06%
G 132 of 309 ~ 42.72%
B 115 of 309 ~ 37.22%

%20.06
%42.72
%37.22

CMYK color model

#3E8473 color CMYK value is (53,0,13,48).

  • cyan value is 53.03%
  • magenta value is 0.00%
  • yellow value is 12.88%
  • key color value is 48.24%
CMYK:
(53,0,13,48)
C53M0Y13K48 
(53%,0%,13%,48%)
(0.53/0.00/0.13/0.48)	

CMYK percentages

%53.03
%0
%12.88
%48.24

Codes

Color #3E8473 in popluar color models

3E8473
RGB62132115
HSL165°36.08%38.04%
HSB/HSV165°53.03%51.76%
CMYK53.03%0.00%12.88%
48.24%

Color #3E8473 in popluar number systems.

HEX3E8473
Decimal62132115
Binary111110100001001110011
Octal76204163

Shades and tints

Shades of #3E8473

#3E8473
(62,132,115)
#397869
(57,120,105)
#346C5F
(52,108,95)
#2F6055
(47,96,85)
#2A544B
(42,84,75)
#254841
(37,72,65)
#203C37
(32,60,55)
#1B302D
(27,48,45)
#162423
(22,36,35)
#111819
(17,24,25)
#0C0C0F
(12,12,15)
#000000
(0,0,0)

Tints of #3E8473

#3E8473
(62,132,115)
#4F8F7F
(79,143,127)
#609A8B
(96,154,139)
#71A597
(113,165,151)
#82B0A3
(130,176,163)
#93BBAF
(147,187,175)
#A4C6BB
(164,198,187)
#B5D1C7
(181,209,199)
#C6DCD3
(198,220,211)
#D7E7DF
(215,231,223)
#E8F2EB
(232,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E8473; }

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

This text font color is #3E8473.


Background Color

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

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

This div background color is #3E8473.


Border color

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

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

This div border color is #3E8473.


Opacity

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

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

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

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

This text has shadow with #3E8473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E8473 on black background.


Color preview on white background

This text has color #3E8473 on white background.



Black color preview on #3E8473 background

This text has black color on #3E8473 background.


White color preview on #3E8473 background

This text has white color on #3E8473 background.