COLOR #3E4109

HEX: #3E4109
RGB: (62,65,9)

Color info

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

RGB color model

#3E4109 color RGB value is (62,65,9).

  • red value is 62;
  • green value is 65;
  • blue value is 9.
RGB:
(62,65,9)
(24%,25%,4%)

RGB channels and saturation

R 62 of 255 = 24%
G 65 of 255 = 25%
B 9 of 255 = 4%

62
65
9

R + G + B ~ 18%. #3E4109 is dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 65 + 9 = 136 (100%)
R 62 of 136 ~ 45.59%
G 65 of 136 ~ 47.79%
B 9 of 136 ~ 6.62%

%45.59
%47.79

CMYK color model

#3E4109 color CMYK value is (5,0,86,75).

  • cyan value is 4.62%
  • magenta value is 0.00%
  • yellow value is 86.15%
  • key color value is 74.51%
CMYK:
(5,0,86,75)
C5M0Y86K75 
(5%,0%,86%,75%)
(0.05/0.00/0.86/0.75)	

CMYK percentages

%4.62
%0
%86.15
%74.51

Codes

Color #3E4109 in popluar color models

3E4109
RGB62659
HSL63°75.68%14.51%
HSB/HSV63°86.15%25.49%
CMYK4.62%0.00%86.15%
74.51%

Color #3E4109 in popluar number systems.

HEX3E4109
Decimal62659
Binary11111010000011001
Octal7610111

Shades and tints

Shades of #3E4109

#3E4109
(62,65,9)
#393C09
(57,60,9)
#343709
(52,55,9)
#2F3209
(47,50,9)
#2A2D09
(42,45,9)
#252809
(37,40,9)
#202309
(32,35,9)
#1B1E09
(27,30,9)
#161909
(22,25,9)
#111409
(17,20,9)
#0C0F09
(12,15,9)
#000000
(0,0,0)

Tints of #3E4109

#3E4109
(62,65,9)
#4F521F
(79,82,31)
#606335
(96,99,53)
#71744B
(113,116,75)
#828561
(130,133,97)
#939677
(147,150,119)
#A4A78D
(164,167,141)
#B5B8A3
(181,184,163)
#C6C9B9
(198,201,185)
#D7DACF
(215,218,207)
#E8EBE5
(232,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E4109 color. Also use rgb(62,65,9) instead hex code.

Text Font Color

.myTextColor { color: #3E4109; }

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

This text font color is #3E4109.


Background Color

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

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

This div background color is #3E4109.


Border color

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

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

This div border color is #3E4109.


Opacity

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

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

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

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

This text has shadow with #3E4109 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E4109 on black background.


Color preview on white background

This text has color #3E4109 on white background.



Black color preview on #3E4109 background

This text has black color on #3E4109 background.


White color preview on #3E4109 background

This text has white color on #3E4109 background.