COLOR #3E4112

HEX: #3E4112
RGB: (62,65,18)

Color info

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

RGB color model

#3E4112 color RGB value is (62,65,18).

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

RGB channels and saturation

R 62 of 255 = 24%
G 65 of 255 = 25%
B 18 of 255 = 7%

62
65
18

R + G + B ~ 19%. #3E4112 is dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 65 + 18 = 145 (100%)
R 62 of 145 ~ 42.76%
G 65 of 145 ~ 44.83%
B 18 of 145 ~ 12.41%

%42.76
%44.83
%12.41

CMYK color model

#3E4112 color CMYK value is (5,0,72,75).

  • cyan value is 4.62%
  • magenta value is 0.00%
  • yellow value is 72.31%
  • key color value is 74.51%
CMYK:
(5,0,72,75)
C5M0Y72K75 
(5%,0%,72%,75%)
(0.05/0.00/0.72/0.75)	

CMYK percentages

%4.62
%0
%72.31
%74.51

Codes

Color #3E4112 in popluar color models

3E4112
RGB626518
HSL64°56.63%16.27%
HSB/HSV64°72.31%25.49%
CMYK4.62%0.00%72.31%
74.51%

Color #3E4112 in popluar number systems.

HEX3E4112
Decimal626518
Binary111110100000110010
Octal7610122

Shades and tints

Shades of #3E4112

#3E4112
(62,65,18)
#393C11
(57,60,17)
#343710
(52,55,16)
#2F320F
(47,50,15)
#2A2D0E
(42,45,14)
#25280D
(37,40,13)
#20230C
(32,35,12)
#1B1E0B
(27,30,11)
#16190A
(22,25,10)
#111409
(17,20,9)
#0C0F08
(12,15,8)
#000000
(0,0,0)

Tints of #3E4112

#3E4112
(62,65,18)
#4F5227
(79,82,39)
#60633C
(96,99,60)
#717451
(113,116,81)
#828566
(130,133,102)
#93967B
(147,150,123)
#A4A790
(164,167,144)
#B5B8A5
(181,184,165)
#C6C9BA
(198,201,186)
#D7DACF
(215,218,207)
#E8EBE4
(232,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E4112; }

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

This text font color is #3E4112.


Background Color

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

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

This div background color is #3E4112.


Border color

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

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

This div border color is #3E4112.


Opacity

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

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

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

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

This text has shadow with #3E4112 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E4112 on black background.


Color preview on white background

This text has color #3E4112 on white background.



Black color preview on #3E4112 background

This text has black color on #3E4112 background.


White color preview on #3E4112 background

This text has white color on #3E4112 background.