COLOR #3E7127

HEX: #3E7127
RGB: (62,113,39)

Color info

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

RGB color model

#3E7127 color RGB value is (62,113,39).

  • red value is 62;
  • green value is 113;
  • blue value is 39.
RGB:
(62,113,39)
(24%,44%,15%)

RGB channels and saturation

R 62 of 255 = 24%
G 113 of 255 = 44%
B 39 of 255 = 15%

62
113
39

R + G + B ~ 28%. #3E7127 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 113 + 39 = 214 (100%)
R 62 of 214 ~ 28.97%
G 113 of 214 ~ 52.8%
B 39 of 214 ~ 18.22%

%28.97
%52.8
%18.22

CMYK color model

#3E7127 color CMYK value is (45,0,65,56).

  • cyan value is 45.13%
  • magenta value is 0.00%
  • yellow value is 65.49%
  • key color value is 55.69%
CMYK:
(45,0,65,56)
C45M0Y65K56 
(45%,0%,65%,56%)
(0.45/0.00/0.65/0.56)	

CMYK percentages

%45.13
%0
%65.49
%55.69

Codes

Color #3E7127 in popluar color models

3E7127
RGB6211339
HSL101°48.68%29.80%
HSB/HSV101°65.49%44.31%
CMYK45.13%0.00%65.49%
55.69%

Color #3E7127 in popluar number systems.

HEX3E7127
Decimal6211339
Binary1111101110001100111
Octal7616147

Shades and tints

Shades of #3E7127

#3E7127
(62,113,39)
#396724
(57,103,36)
#345D21
(52,93,33)
#2F531E
(47,83,30)
#2A491B
(42,73,27)
#253F18
(37,63,24)
#203515
(32,53,21)
#1B2B12
(27,43,18)
#16210F
(22,33,15)
#11170C
(17,23,12)
#0C0D09
(12,13,9)
#000000
(0,0,0)

Tints of #3E7127

#3E7127
(62,113,39)
#4F7D3A
(79,125,58)
#60894D
(96,137,77)
#719560
(113,149,96)
#82A173
(130,161,115)
#93AD86
(147,173,134)
#A4B999
(164,185,153)
#B5C5AC
(181,197,172)
#C6D1BF
(198,209,191)
#D7DDD2
(215,221,210)
#E8E9E5
(232,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E7127 color. Also use rgb(62,113,39) instead hex code.

Text Font Color

.myTextColor { color: #3E7127; }

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

This text font color is #3E7127.


Background Color

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

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

This div background color is #3E7127.


Border color

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

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

This div border color is #3E7127.


Opacity

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

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

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

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

This text has shadow with #3E7127 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E7127 on black background.


Color preview on white background

This text has color #3E7127 on white background.



Black color preview on #3E7127 background

This text has black color on #3E7127 background.


White color preview on #3E7127 background

This text has white color on #3E7127 background.