COLOR #3E4715

HEX: #3E4715
RGB: (62,71,21)

Color info

#3E4715 contains red, green and blue colors in about the same proportion. Web safe color of #3E4715 is #333300 (or #330).

RGB color model

#3E4715 color RGB value is (62,71,21).

  • red value is 62;
  • green value is 71;
  • blue value is 21.
RGB:
(62,71,21)
(24%,28%,8%)

RGB channels and saturation

R 62 of 255 = 24%
G 71 of 255 = 28%
B 21 of 255 = 8%

62
71
21

R + G + B ~ 20%. #3E4715 is dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 71 + 21 = 154 (100%)
R 62 of 154 ~ 40.26%
G 71 of 154 ~ 46.1%
B 21 of 154 ~ 13.64%

%40.26
%46.1
%13.64

CMYK color model

#3E4715 color CMYK value is (13,0,70,72).

  • cyan value is 12.68%
  • magenta value is 0.00%
  • yellow value is 70.42%
  • key color value is 72.16%
CMYK:
(13,0,70,72)
C13M0Y70K72 
(13%,0%,70%,72%)
(0.13/0.00/0.70/0.72)	

CMYK percentages

%12.68
%0
%70.42
%72.16

Codes

Color #3E4715 in popluar color models

3E4715
RGB627121
HSL71°54.35%18.04%
HSB/HSV71°70.42%27.84%
CMYK12.68%0.00%70.42%
72.16%

Color #3E4715 in popluar number systems.

HEX3E4715
Decimal627121
Binary111110100011110101
Octal7610725

Shades and tints

Shades of #3E4715

#3E4715
(62,71,21)
#394114
(57,65,20)
#343B13
(52,59,19)
#2F3512
(47,53,18)
#2A2F11
(42,47,17)
#252910
(37,41,16)
#20230F
(32,35,15)
#1B1D0E
(27,29,14)
#16170D
(22,23,13)
#11110C
(17,17,12)
#0C0B0B
(12,11,11)
#000000
(0,0,0)

Tints of #3E4715

#3E4715
(62,71,21)
#4F572A
(79,87,42)
#60673F
(96,103,63)
#717754
(113,119,84)
#828769
(130,135,105)
#93977E
(147,151,126)
#A4A793
(164,167,147)
#B5B7A8
(181,183,168)
#C6C7BD
(198,199,189)
#D7D7D2
(215,215,210)
#E8E7E7
(232,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E4715 color. Also use rgb(62,71,21) instead hex code.

Text Font Color

.myTextColor { color: #3E4715; }

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

This text font color is #3E4715.


Background Color

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

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

This div background color is #3E4715.


Border color

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

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

This div border color is #3E4715.


Opacity

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

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

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

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

This text has shadow with #3E4715 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E4715 on black background.


Color preview on white background

This text has color #3E4715 on white background.



Black color preview on #3E4715 background

This text has black color on #3E4715 background.


White color preview on #3E4715 background

This text has white color on #3E4715 background.