COLOR #3E9D5A

HEX: #3E9D5A RGB: (62,157,90)

Color info

#3E9D5A contains mainly green color. Web safe color of #3E9D5A is #339966 (or #396).

RGB color model

#3E9D5A color RGB value is (62,157,90).

RGB: (62,157,90) (24%, 62%, 35%)

RGB channels and saturation

R 62 of 255 = 24%
G 157 of 255 = 62%
B 90 of 255 = 35%

62
157
90

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

Portions of RGB colors in percentages

R + G + B = 62 + 157 + 90 = 309 (100%)
R 62 of 309 ~ 20.06%
G 157 of 309 ~ 50.81%
B 90 of 309 ~ 29.13'%

%20.06
%50.81
%29.13

CMYK color model

#3E9D5A color CMYK value is (61,0,43,38).

  • cyan value is 60.51%
  • magenta value is 0.00%
  • yellow value is 42.68%
  • key color value is 38.43%

CMYK: (61,0,43,38)
C61M0Y43K38 (61%, 0%, 43%, 38%)
(0.61 / 0.00 / 0.43 / 0.38)

CMYK percentages

%60.51
%0
%42.68
%38.43

Codes

Color #3E9D5A in popluar color models

3E 9D 5A
RGB 62 157 90
HSL 138° 43.38% 42.94%
HSB/HSV 138° 60.51% 61.57%
CMYK 60.51% 0.00% 42.68%
38.43%

Color #3E9D5A in popluar number systems.

HEX 3E 9D 5A
Decimal 62 157 90
Binary 111110 10011101 1011010
Octal 76 235 132

Shades and tints

Shades of #3E9D5A

#3E9D5A
(62,157,90)
#398F52
(57,143,82)
#34814A
(52,129,74)
#2F7342
(47,115,66)
#2A653A
(42,101,58)
#255732
(37,87,50)
#20492A
(32,73,42)
#1B3B22
(27,59,34)
#162D1A
(22,45,26)
#111F12
(17,31,18)
#0C110A
(12,17,10)
#000000
(0,0,0)

Tints of #3E9D5A

#3E9D5A
(62,157,90)
#4FA569
(79,165,105)
#60AD78
(96,173,120)
#71B587
(113,181,135)
#82BD96
(130,189,150)
#93C5A5
(147,197,165)
#A4CDB4
(164,205,180)
#B5D5C3
(181,213,195)
#C6DDD2
(198,221,210)
#D7E5E1
(215,229,225)
#E8EDF0
(232,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E9D5A; }

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

This text font color is #3E9D5A.

Background Color

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

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

This div background color is #3E9D5A.

Border color

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

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

This div border color is #3E9D5A.

Opacity

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

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

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

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

This text has shadow with #3E9D5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E9D5A.

Preview

Color preview on black background

This text has color #3E9D5A on black background.


Color preview on white background

This text has color #3E9D5A on white background.


Black color preview on #3E9D5A background

This text has black color on #3E9D5A background.


White color preview on #3E9D5A background

This text has white color on #3E9D5A background.


Related colors

Complementary color

Complementary color for #hex is #C162A5.


I love getcolorcode.com

Triadic colors

1 #5A3E9D and #9D5A3E with #3E9D5A are triadic colors.

2 #5A9D3E and #9D3E5A with #3E9D5A are triadic colors.