COLOR #3E4717

HEX: #3E4717
RGB: (62,71,23)

Color info

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

RGB color model

#3E4717 color RGB value is (62,71,23).

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

RGB channels and saturation

R 62 of 255 = 24%
G 71 of 255 = 28%
B 23 of 255 = 9%

62
71
23

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

Portions of RGB colors in percentages

R + G + B =
62 + 71 + 23 = 156 (100%)
R 62 of 156 ~ 39.74%
G 71 of 156 ~ 45.51%
B 23 of 156 ~ 14.74%

%39.74
%45.51
%14.74

CMYK color model

#3E4717 color CMYK value is (13,0,68,72).

  • cyan value is 12.68%
  • magenta value is 0.00%
  • yellow value is 67.61%
  • key color value is 72.16%
CMYK:
(13,0,68,72)
C13M0Y68K72 
(13%,0%,68%,72%)
(0.13/0.00/0.68/0.72)	

CMYK percentages

%12.68
%0
%67.61
%72.16

Codes

Color #3E4717 in popluar color models

3E4717
RGB627123
HSL71°51.06%18.43%
HSB/HSV71°67.61%27.84%
CMYK12.68%0.00%67.61%
72.16%

Color #3E4717 in popluar number systems.

HEX3E4717
Decimal627123
Binary111110100011110111
Octal7610727

Shades and tints

Shades of #3E4717

#3E4717
(62,71,23)
#394115
(57,65,21)
#343B13
(52,59,19)
#2F3511
(47,53,17)
#2A2F0F
(42,47,15)
#25290D
(37,41,13)
#20230B
(32,35,11)
#1B1D09
(27,29,9)
#161707
(22,23,7)
#111105
(17,17,5)
#0C0B03
(12,11,3)
#000000
(0,0,0)

Tints of #3E4717

#3E4717
(62,71,23)
#4F572C
(79,87,44)
#606741
(96,103,65)
#717756
(113,119,86)
#82876B
(130,135,107)
#939780
(147,151,128)
#A4A795
(164,167,149)
#B5B7AA
(181,183,170)
#C6C7BF
(198,199,191)
#D7D7D4
(215,215,212)
#E8E7E9
(232,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E4717; }

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

This text font color is #3E4717.


Background Color

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

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

This div background color is #3E4717.


Border color

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

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

This div border color is #3E4717.


Opacity

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

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

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

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

This text has shadow with #3E4717 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E4717 on black background.


Color preview on white background

This text has color #3E4717 on white background.



Black color preview on #3E4717 background

This text has black color on #3E4717 background.


White color preview on #3E4717 background

This text has white color on #3E4717 background.