COLOR #3E501F

HEX: #3E501F
RGB: (62,80,31)

Color info

#3E501F contains red, green and blue colors in about the same proportion. Web safe color of #3E501F is #336633 (or #363).

RGB color model

#3E501F color RGB value is (62,80,31).

  • red value is 62;
  • green value is 80;
  • blue value is 31.
RGB:
(62,80,31)
(24%,31%,12%)

RGB channels and saturation

R 62 of 255 = 24%
G 80 of 255 = 31%
B 31 of 255 = 12%

62
80
31

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

Portions of RGB colors in percentages

R + G + B =
62 + 80 + 31 = 173 (100%)
R 62 of 173 ~ 35.84%
G 80 of 173 ~ 46.24%
B 31 of 173 ~ 17.92%

%35.84
%46.24
%17.92

CMYK color model

#3E501F color CMYK value is (23,0,61,69).

  • cyan value is 22.50%
  • magenta value is 0.00%
  • yellow value is 61.25%
  • key color value is 68.63%
CMYK:
(23,0,61,69)
C23M0Y61K69 
(23%,0%,61%,69%)
(0.23/0.00/0.61/0.69)	

CMYK percentages

%22.5
%0
%61.25
%68.63

Codes

Color #3E501F in popluar color models

3E501F
RGB628031
HSL82°44.14%21.76%
HSB/HSV82°61.25%31.37%
CMYK22.50%0.00%61.25%
68.63%

Color #3E501F in popluar number systems.

HEX3E501F
Decimal628031
Binary111110101000011111
Octal7612037

Shades and tints

Shades of #3E501F

#3E501F
(62,80,31)
#39491D
(57,73,29)
#34421B
(52,66,27)
#2F3B19
(47,59,25)
#2A3417
(42,52,23)
#252D15
(37,45,21)
#202613
(32,38,19)
#1B1F11
(27,31,17)
#16180F
(22,24,15)
#11110D
(17,17,13)
#0C0A0B
(12,10,11)
#000000
(0,0,0)

Tints of #3E501F

#3E501F
(62,80,31)
#4F5F33
(79,95,51)
#606E47
(96,110,71)
#717D5B
(113,125,91)
#828C6F
(130,140,111)
#939B83
(147,155,131)
#A4AA97
(164,170,151)
#B5B9AB
(181,185,171)
#C6C8BF
(198,200,191)
#D7D7D3
(215,215,211)
#E8E6E7
(232,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E501F color. Also use rgb(62,80,31) instead hex code.

Text Font Color

.myTextColor { color: #3E501F; }

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

This text font color is #3E501F.


Background Color

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

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

This div background color is #3E501F.


Border color

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

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

This div border color is #3E501F.


Opacity

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

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

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

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

This text has shadow with #3E501F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E501F on black background.


Color preview on white background

This text has color #3E501F on white background.



Black color preview on #3E501F background

This text has black color on #3E501F background.


White color preview on #3E501F background

This text has white color on #3E501F background.