COLOR #3E895E

HEX: #3E895E RGB: (62,137,94)

Color info

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

RGB color model

#3E895E color RGB value is (62,137,94).

RGB: (62,137,94) (24%, 54%, 37%)

RGB channels and saturation

R 62 of 255 = 24%
G 137 of 255 = 54%
B 94 of 255 = 37%

62
137
94

R + G + B ~ 38%. #3E895E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 137 + 94 = 293 (100%)
R 62 of 293 ~ 21.16%
G 137 of 293 ~ 46.76%
B 94 of 293 ~ 32.08'%

%21.16
%46.76
%32.08

CMYK color model

#3E895E color CMYK value is (55,0,31,46).

  • cyan value is 54.74%
  • magenta value is 0.00%
  • yellow value is 31.39%
  • key color value is 46.27%
CMYK: (55,0,31,46) C55M0Y31K46 (55%,0%,31%,46%) (0.55/0.00/0.31/0.46) 

CMYK percentages

%54.74
%0
%31.39
%46.27

Codes

Color #3E895E in popluar color models

3E 89 5E
RGB 62 137 94
HSL 146° 37.69% 39.02%
HSB/HSV 146° 54.74% 53.73%
CMYK 54.74% 0.00% 31.39%
46.27%

Color #3E895E in popluar number systems.

HEX 3E 89 5E
Decimal 62 137 94
Binary 111110 10001001 1011110
Octal 76 211 136

Shades and tints

Shades of #3E895E

#3E895E
(62,137,94)
#397D56
(57,125,86)
#34714E
(52,113,78)
#2F6546
(47,101,70)
#2A593E
(42,89,62)
#254D36
(37,77,54)
#20412E
(32,65,46)
#1B3526
(27,53,38)
#16291E
(22,41,30)
#111D16
(17,29,22)
#0C110E
(12,17,14)
#000000
(0,0,0)

Tints of #3E895E

#3E895E
(62,137,94)
#4F936C
(79,147,108)
#609D7A
(96,157,122)
#71A788
(113,167,136)
#82B196
(130,177,150)
#93BBA4
(147,187,164)
#A4C5B2
(164,197,178)
#B5CFC0
(181,207,192)
#C6D9CE
(198,217,206)
#D7E3DC
(215,227,220)
#E8EDEA
(232,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E895E color. Also use rgb(62,137,94) instead hex code.

Text Font Color

.myTextColor { color: #3E895E; }

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

This text font color is #3E895E.

Background Color

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

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

This div background color is #3E895E.

Border color

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

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

This div border color is #3E895E.

Opacity

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

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

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

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

This text has shadow with #3E895E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E895E.

Preview

Color preview on black background

This text has color #3E895E on black background.


Color preview on white background

This text has color #3E895E on white background.


Black color preview on #3E895E background

This text has black color on #3E895E background.


White color preview on #3E895E background

This text has white color on #3E895E background.


Related colors

Complementary color

Complementary color for #hex is #C176A1.


I love getcolorcode.com

Triadic colors

1 #5E3E89 and #895E3E with #3E895E are triadic colors.

2 #5E893E and #893E5E with #3E895E are triadic colors.