COLOR #3E7E48

HEX: #3E7E48
RGB: (62,126,72)

Color info

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

RGB color model

#3E7E48 color RGB value is (62,126,72).

  • red value is 62;
  • green value is 126;
  • blue value is 72.
RGB:
(62,126,72)
(24%,49%,28%)

RGB channels and saturation

R 62 of 255 = 24%
G 126 of 255 = 49%
B 72 of 255 = 28%

62
126
72

R + G + B ~ 34%. #3E7E48 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 126 + 72 = 260 (100%)
R 62 of 260 ~ 23.85%
G 126 of 260 ~ 48.46%
B 72 of 260 ~ 27.69%

%23.85
%48.46
%27.69

CMYK color model

#3E7E48 color CMYK value is (51,0,43,51).

  • cyan value is 50.79%
  • magenta value is 0.00%
  • yellow value is 42.86%
  • key color value is 50.59%
CMYK:
(51,0,43,51)
C51M0Y43K51 
(51%,0%,43%,51%)
(0.51/0.00/0.43/0.51)	

CMYK percentages

%50.79
%0
%42.86
%50.59

Codes

Color #3E7E48 in popluar color models

3E7E48
RGB6212672
HSL129°34.04%36.86%
HSB/HSV129°50.79%49.41%
CMYK50.79%0.00%42.86%
50.59%

Color #3E7E48 in popluar number systems.

HEX3E7E48
Decimal6212672
Binary11111011111101001000
Octal76176110

Shades and tints

Shades of #3E7E48

#3E7E48
(62,126,72)
#397342
(57,115,66)
#34683C
(52,104,60)
#2F5D36
(47,93,54)
#2A5230
(42,82,48)
#25472A
(37,71,42)
#203C24
(32,60,36)
#1B311E
(27,49,30)
#162618
(22,38,24)
#111B12
(17,27,18)
#0C100C
(12,16,12)
#000000
(0,0,0)

Tints of #3E7E48

#3E7E48
(62,126,72)
#4F8958
(79,137,88)
#609468
(96,148,104)
#719F78
(113,159,120)
#82AA88
(130,170,136)
#93B598
(147,181,152)
#A4C0A8
(164,192,168)
#B5CBB8
(181,203,184)
#C6D6C8
(198,214,200)
#D7E1D8
(215,225,216)
#E8ECE8
(232,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E7E48 color. Also use rgb(62,126,72) instead hex code.

Text Font Color

.myTextColor { color: #3E7E48; }

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

This text font color is #3E7E48.


Background Color

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

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

This div background color is #3E7E48.


Border color

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

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

This div border color is #3E7E48.


Opacity

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

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

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

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

This text has shadow with #3E7E48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E7E48 on black background.


Color preview on white background

This text has color #3E7E48 on white background.



Black color preview on #3E7E48 background

This text has black color on #3E7E48 background.


White color preview on #3E7E48 background

This text has white color on #3E7E48 background.