COLOR #3E804D

HEX: #3E804D
RGB: (62,128,77)

Color info

#3E804D contains mainly green and blue colors. Web safe color of #3E804D is #336633 (or #363).

RGB color model

#3E804D color RGB value is (62,128,77).

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

RGB channels and saturation

R 62 of 255 = 24%
G 128 of 255 = 50%
B 77 of 255 = 30%

62
128
77

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

Portions of RGB colors in percentages

R + G + B =
62 + 128 + 77 = 267 (100%)
R 62 of 267 ~ 23.22%
G 128 of 267 ~ 47.94%
B 77 of 267 ~ 28.84%

%23.22
%47.94
%28.84

CMYK color model

#3E804D color CMYK value is (52,0,40,50).

  • cyan value is 51.56%
  • magenta value is 0.00%
  • yellow value is 39.84%
  • key color value is 49.80%
CMYK:
(52,0,40,50)
C52M0Y40K50 
(52%,0%,40%,50%)
(0.52/0.00/0.40/0.50)	

CMYK percentages

%51.56
%0
%39.84
%49.8

Codes

Color #3E804D in popluar color models

3E804D
RGB6212877
HSL134°34.74%37.25%
HSB/HSV134°51.56%50.20%
CMYK51.56%0.00%39.84%
49.80%

Color #3E804D in popluar number systems.

HEX3E804D
Decimal6212877
Binary111110100000001001101
Octal76200115

Shades and tints

Shades of #3E804D

#3E804D
(62,128,77)
#397546
(57,117,70)
#346A3F
(52,106,63)
#2F5F38
(47,95,56)
#2A5431
(42,84,49)
#25492A
(37,73,42)
#203E23
(32,62,35)
#1B331C
(27,51,28)
#162815
(22,40,21)
#111D0E
(17,29,14)
#0C1207
(12,18,7)
#000000
(0,0,0)

Tints of #3E804D

#3E804D
(62,128,77)
#4F8B5D
(79,139,93)
#60966D
(96,150,109)
#71A17D
(113,161,125)
#82AC8D
(130,172,141)
#93B79D
(147,183,157)
#A4C2AD
(164,194,173)
#B5CDBD
(181,205,189)
#C6D8CD
(198,216,205)
#D7E3DD
(215,227,221)
#E8EEED
(232,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E804D; }

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

This text font color is #3E804D.


Background Color

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

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

This div background color is #3E804D.


Border color

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

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

This div border color is #3E804D.


Opacity

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

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

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

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

This text has shadow with #3E804D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E804D on black background.


Color preview on white background

This text has color #3E804D on white background.



Black color preview on #3E804D background

This text has black color on #3E804D background.


White color preview on #3E804D background

This text has white color on #3E804D background.