COLOR #3E814A

HEX: #3E814A
RGB: (62,129,74)

Color info

#3E814A contains mainly green and blue colors. Web safe color of #3E814A is #339933 (or #393).

RGB color model

#3E814A color RGB value is (62,129,74).

  • red value is 62;
  • green value is 129;
  • blue value is 74.
RGB:
(62,129,74)
(24%,51%,29%)

RGB channels and saturation

R 62 of 255 = 24%
G 129 of 255 = 51%
B 74 of 255 = 29%

62
129
74

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

Portions of RGB colors in percentages

R + G + B =
62 + 129 + 74 = 265 (100%)
R 62 of 265 ~ 23.4%
G 129 of 265 ~ 48.68%
B 74 of 265 ~ 27.92%

%23.4
%48.68
%27.92

CMYK color model

#3E814A color CMYK value is (52,0,43,49).

  • cyan value is 51.94%
  • magenta value is 0.00%
  • yellow value is 42.64%
  • key color value is 49.41%
CMYK:
(52,0,43,49)
C52M0Y43K49 
(52%,0%,43%,49%)
(0.52/0.00/0.43/0.49)	

CMYK percentages

%51.94
%0
%42.64
%49.41

Codes

Color #3E814A in popluar color models

3E814A
RGB6212974
HSL131°35.08%37.45%
HSB/HSV131°51.94%50.59%
CMYK51.94%0.00%42.64%
49.41%

Color #3E814A in popluar number systems.

HEX3E814A
Decimal6212974
Binary111110100000011001010
Octal76201112

Shades and tints

Shades of #3E814A

#3E814A
(62,129,74)
#397644
(57,118,68)
#346B3E
(52,107,62)
#2F6038
(47,96,56)
#2A5532
(42,85,50)
#254A2C
(37,74,44)
#203F26
(32,63,38)
#1B3420
(27,52,32)
#16291A
(22,41,26)
#111E14
(17,30,20)
#0C130E
(12,19,14)
#000000
(0,0,0)

Tints of #3E814A

#3E814A
(62,129,74)
#4F8C5A
(79,140,90)
#60976A
(96,151,106)
#71A27A
(113,162,122)
#82AD8A
(130,173,138)
#93B89A
(147,184,154)
#A4C3AA
(164,195,170)
#B5CEBA
(181,206,186)
#C6D9CA
(198,217,202)
#D7E4DA
(215,228,218)
#E8EFEA
(232,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E814A color. Also use rgb(62,129,74) instead hex code.

Text Font Color

.myTextColor { color: #3E814A; }

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

This text font color is #3E814A.


Background Color

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

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

This div background color is #3E814A.


Border color

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

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

This div border color is #3E814A.


Opacity

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

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

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

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

This text has shadow with #3E814A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E814A on black background.


Color preview on white background

This text has color #3E814A on white background.



Black color preview on #3E814A background

This text has black color on #3E814A background.


White color preview on #3E814A background

This text has white color on #3E814A background.