COLOR #3E8E3C

HEX: #3E8E3C
RGB: (62,142,60)

Color info

#3E8E3C contains mainly green color. Web safe color of #3E8E3C is #339933 (or #393).

RGB color model

#3E8E3C color RGB value is (62,142,60).

  • red value is 62;
  • green value is 142;
  • blue value is 60.
RGB:
(62,142,60)
(24%,56%,24%)

RGB channels and saturation

R 62 of 255 = 24%
G 142 of 255 = 56%
B 60 of 255 = 24%

62
142
60

R + G + B ~ 35%. #3E8E3C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 142 + 60 = 264 (100%)
R 62 of 264 ~ 23.48%
G 142 of 264 ~ 53.79%
B 60 of 264 ~ 22.73%

%23.48
%53.79
%22.73

CMYK color model

#3E8E3C color CMYK value is (56,0,58,44).

  • cyan value is 56.34%
  • magenta value is 0.00%
  • yellow value is 57.75%
  • key color value is 44.31%
CMYK:
(56,0,58,44)
C56M0Y58K44 
(56%,0%,58%,44%)
(0.56/0.00/0.58/0.44)	

CMYK percentages

%56.34
%0
%57.75
%44.31

Codes

Color #3E8E3C in popluar color models

3E8E3C
RGB6214260
HSL119°40.59%39.61%
HSB/HSV119°57.75%55.69%
CMYK56.34%0.00%57.75%
44.31%

Color #3E8E3C in popluar number systems.

HEX3E8E3C
Decimal6214260
Binary11111010001110111100
Octal7621674

Shades and tints

Shades of #3E8E3C

#3E8E3C
(62,142,60)
#398237
(57,130,55)
#347632
(52,118,50)
#2F6A2D
(47,106,45)
#2A5E28
(42,94,40)
#255223
(37,82,35)
#20461E
(32,70,30)
#1B3A19
(27,58,25)
#162E14
(22,46,20)
#11220F
(17,34,15)
#0C160A
(12,22,10)
#000000
(0,0,0)

Tints of #3E8E3C

#3E8E3C
(62,142,60)
#4F984D
(79,152,77)
#60A25E
(96,162,94)
#71AC6F
(113,172,111)
#82B680
(130,182,128)
#93C091
(147,192,145)
#A4CAA2
(164,202,162)
#B5D4B3
(181,212,179)
#C6DEC4
(198,222,196)
#D7E8D5
(215,232,213)
#E8F2E6
(232,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E8E3C color. Also use rgb(62,142,60) instead hex code.

Text Font Color

.myTextColor { color: #3E8E3C; }

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

This text font color is #3E8E3C.


Background Color

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

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

This div background color is #3E8E3C.


Border color

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

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

This div border color is #3E8E3C.


Opacity

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

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

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

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

This text has shadow with #3E8E3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E8E3C on black background.


Color preview on white background

This text has color #3E8E3C on white background.



Black color preview on #3E8E3C background

This text has black color on #3E8E3C background.


White color preview on #3E8E3C background

This text has white color on #3E8E3C background.