COLOR #3E8042

HEX: #3E8042
RGB: (62,128,66)

Color info

#3E8042 contains mainly green color. Web safe color of #3E8042 is #336633 (or #363).

RGB color model

#3E8042 color RGB value is (62,128,66).

  • red value is 62;
  • green value is 128;
  • blue value is 66.
RGB:
(62,128,66)
(24%,50%,26%)

RGB channels and saturation

R 62 of 255 = 24%
G 128 of 255 = 50%
B 66 of 255 = 26%

62
128
66

R + G + B ~ 33%. #3E8042 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 128 + 66 = 256 (100%)
R 62 of 256 ~ 24.22%
G 128 of 256 ~ 50%
B 66 of 256 ~ 25.78%

%24.22
%50
%25.78

CMYK color model

#3E8042 color CMYK value is (52,0,48,50).

  • cyan value is 51.56%
  • magenta value is 0.00%
  • yellow value is 48.44%
  • key color value is 49.80%
CMYK:
(52,0,48,50)
C52M0Y48K50 
(52%,0%,48%,50%)
(0.52/0.00/0.48/0.50)	

CMYK percentages

%51.56
%0
%48.44
%49.8

Codes

Color #3E8042 in popluar color models

3E8042
RGB6212866
HSL124°34.74%37.25%
HSB/HSV124°51.56%50.20%
CMYK51.56%0.00%48.44%
49.80%

Color #3E8042 in popluar number systems.

HEX3E8042
Decimal6212866
Binary111110100000001000010
Octal76200102

Shades and tints

Shades of #3E8042

#3E8042
(62,128,66)
#39753C
(57,117,60)
#346A36
(52,106,54)
#2F5F30
(47,95,48)
#2A542A
(42,84,42)
#254924
(37,73,36)
#203E1E
(32,62,30)
#1B3318
(27,51,24)
#162812
(22,40,18)
#111D0C
(17,29,12)
#0C1206
(12,18,6)
#000000
(0,0,0)

Tints of #3E8042

#3E8042
(62,128,66)
#4F8B53
(79,139,83)
#609664
(96,150,100)
#71A175
(113,161,117)
#82AC86
(130,172,134)
#93B797
(147,183,151)
#A4C2A8
(164,194,168)
#B5CDB9
(181,205,185)
#C6D8CA
(198,216,202)
#D7E3DB
(215,227,219)
#E8EEEC
(232,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E8042 color. Also use rgb(62,128,66) instead hex code.

Text Font Color

.myTextColor { color: #3E8042; }

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

This text font color is #3E8042.


Background Color

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

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

This div background color is #3E8042.


Border color

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

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

This div border color is #3E8042.


Opacity

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

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

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

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

This text has shadow with #3E8042 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E8042 on black background.


Color preview on white background

This text has color #3E8042 on white background.



Black color preview on #3E8042 background

This text has black color on #3E8042 background.


White color preview on #3E8042 background

This text has white color on #3E8042 background.