COLOR #3E5517

HEX: #3E5517
RGB: (62,85,23)

Color info

#3E5517 contains mainly red and green colors. Web safe color of #3E5517 is #336600 (or #360).

RGB color model

#3E5517 color RGB value is (62,85,23).

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

RGB channels and saturation

R 62 of 255 = 24%
G 85 of 255 = 33%
B 23 of 255 = 9%

62
85
23

R + G + B ~ 22%. #3E5517 is dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 85 + 23 = 170 (100%)
R 62 of 170 ~ 36.47%
G 85 of 170 ~ 50%
B 23 of 170 ~ 13.53%

%36.47
%50
%13.53

CMYK color model

#3E5517 color CMYK value is (27,0,73,67).

  • cyan value is 27.06%
  • magenta value is 0.00%
  • yellow value is 72.94%
  • key color value is 66.67%
CMYK:
(27,0,73,67)
C27M0Y73K67 
(27%,0%,73%,67%)
(0.27/0.00/0.73/0.67)	

CMYK percentages

%27.06
%0
%72.94
%66.67

Codes

Color #3E5517 in popluar color models

3E5517
RGB628523
HSL82°57.41%21.18%
HSB/HSV82°72.94%33.33%
CMYK27.06%0.00%72.94%
66.67%

Color #3E5517 in popluar number systems.

HEX3E5517
Decimal628523
Binary111110101010110111
Octal7612527

Shades and tints

Shades of #3E5517

#3E5517
(62,85,23)
#394E15
(57,78,21)
#344713
(52,71,19)
#2F4011
(47,64,17)
#2A390F
(42,57,15)
#25320D
(37,50,13)
#202B0B
(32,43,11)
#1B2409
(27,36,9)
#161D07
(22,29,7)
#111605
(17,22,5)
#0C0F03
(12,15,3)
#000000
(0,0,0)

Tints of #3E5517

#3E5517
(62,85,23)
#4F642C
(79,100,44)
#607341
(96,115,65)
#718256
(113,130,86)
#82916B
(130,145,107)
#93A080
(147,160,128)
#A4AF95
(164,175,149)
#B5BEAA
(181,190,170)
#C6CDBF
(198,205,191)
#D7DCD4
(215,220,212)
#E8EBE9
(232,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E5517; }

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

This text font color is #3E5517.


Background Color

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

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

This div background color is #3E5517.


Border color

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

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

This div border color is #3E5517.


Opacity

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

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

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

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

This text has shadow with #3E5517 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E5517 on black background.


Color preview on white background

This text has color #3E5517 on white background.



Black color preview on #3E5517 background

This text has black color on #3E5517 background.


White color preview on #3E5517 background

This text has white color on #3E5517 background.