COLOR #3E601D

HEX: #3E601D
RGB: (62,96,29)

Color info

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

RGB color model

#3E601D color RGB value is (62,96,29).

  • red value is 62;
  • green value is 96;
  • blue value is 29.
RGB:
(62,96,29)
(24%,38%,11%)

RGB channels and saturation

R 62 of 255 = 24%
G 96 of 255 = 38%
B 29 of 255 = 11%

62
96
29

R + G + B ~ 24%. #3E601D is dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 96 + 29 = 187 (100%)
R 62 of 187 ~ 33.16%
G 96 of 187 ~ 51.34%
B 29 of 187 ~ 15.51%

%33.16
%51.34
%15.51

CMYK color model

#3E601D color CMYK value is (35,0,70,62).

  • cyan value is 35.42%
  • magenta value is 0.00%
  • yellow value is 69.79%
  • key color value is 62.35%
CMYK:
(35,0,70,62)
C35M0Y70K62 
(35%,0%,70%,62%)
(0.35/0.00/0.70/0.62)	

CMYK percentages

%35.42
%0
%69.79
%62.35

Codes

Color #3E601D in popluar color models

3E601D
RGB629629
HSL90°53.60%24.51%
HSB/HSV90°69.79%37.65%
CMYK35.42%0.00%69.79%
62.35%

Color #3E601D in popluar number systems.

HEX3E601D
Decimal629629
Binary111110110000011101
Octal7614035

Shades and tints

Shades of #3E601D

#3E601D
(62,96,29)
#39581B
(57,88,27)
#345019
(52,80,25)
#2F4817
(47,72,23)
#2A4015
(42,64,21)
#253813
(37,56,19)
#203011
(32,48,17)
#1B280F
(27,40,15)
#16200D
(22,32,13)
#11180B
(17,24,11)
#0C1009
(12,16,9)
#000000
(0,0,0)

Tints of #3E601D

#3E601D
(62,96,29)
#4F6E31
(79,110,49)
#607C45
(96,124,69)
#718A59
(113,138,89)
#82986D
(130,152,109)
#93A681
(147,166,129)
#A4B495
(164,180,149)
#B5C2A9
(181,194,169)
#C6D0BD
(198,208,189)
#D7DED1
(215,222,209)
#E8ECE5
(232,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E601D color. Also use rgb(62,96,29) instead hex code.

Text Font Color

.myTextColor { color: #3E601D; }

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

This text font color is #3E601D.


Background Color

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

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

This div background color is #3E601D.


Border color

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

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

This div border color is #3E601D.


Opacity

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

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

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

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

This text has shadow with #3E601D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E601D on black background.


Color preview on white background

This text has color #3E601D on white background.



Black color preview on #3E601D background

This text has black color on #3E601D background.


White color preview on #3E601D background

This text has white color on #3E601D background.