COLOR #3E8462

HEX: #3E8462 RGB: (62,132,98)

Color info

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

RGB color model

#3E8462 color RGB value is (62,132,98).

RGB: (62,132,98) (24%, 52%, 38%)

RGB channels and saturation

R 62 of 255 = 24%
G 132 of 255 = 52%
B 98 of 255 = 38%

62
132
98

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

Portions of RGB colors in percentages

R + G + B = 62 + 132 + 98 = 292 (100%)
R 62 of 292 ~ 21.23%
G 132 of 292 ~ 45.21%
B 98 of 292 ~ 33.56'%

%21.23
%45.21
%33.56

CMYK color model

#3E8462 color CMYK value is (53,0,26,48).

  • cyan value is 53.03%
  • magenta value is 0.00%
  • yellow value is 25.76%
  • key color value is 48.24%

CMYK: (53,0,26,48)
C53M0Y26K48 (53%, 0%, 26%, 48%)
(0.53 / 0.00 / 0.26 / 0.48)

CMYK percentages

%53.03
%0
%25.76
%48.24

Codes

Color #3E8462 in popluar color models

3E 84 62
RGB 62 132 98
HSL 151° 36.08% 38.04%
HSB/HSV 151° 53.03% 51.76%
CMYK 53.03% 0.00% 25.76%
48.24%

Color #3E8462 in popluar number systems.

HEX 3E 84 62
Decimal 62 132 98
Binary 111110 10000100 1100010
Octal 76 204 142

Shades and tints

Shades of #3E8462

#3E8462
(62,132,98)
#39785A
(57,120,90)
#346C52
(52,108,82)
#2F604A
(47,96,74)
#2A5442
(42,84,66)
#25483A
(37,72,58)
#203C32
(32,60,50)
#1B302A
(27,48,42)
#162422
(22,36,34)
#11181A
(17,24,26)
#0C0C12
(12,12,18)
#000000
(0,0,0)

Tints of #3E8462

#3E8462
(62,132,98)
#4F8F70
(79,143,112)
#609A7E
(96,154,126)
#71A58C
(113,165,140)
#82B09A
(130,176,154)
#93BBA8
(147,187,168)
#A4C6B6
(164,198,182)
#B5D1C4
(181,209,196)
#C6DCD2
(198,220,210)
#D7E7E0
(215,231,224)
#E8F2EE
(232,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E8462; }

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

This text font color is #3E8462.

Background Color

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

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

This div background color is #3E8462.

Border color

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

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

This div border color is #3E8462.

Opacity

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

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

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

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

This text has shadow with #3E8462 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E8462.

Preview

Color preview on black background

This text has color #3E8462 on black background.


Color preview on white background

This text has color #3E8462 on white background.


Black color preview on #3E8462 background

This text has black color on #3E8462 background.


White color preview on #3E8462 background

This text has white color on #3E8462 background.


Related colors

Complementary color

Complementary color for #hex is #C17B9D.


I love getcolorcode.com

Triadic colors

1 #623E84 and #84623E with #3E8462 are triadic colors.

2 #62843E and #843E62 with #3E8462 are triadic colors.