COLOR #3E3611

HEX: #3E3611
RGB: (62,54,17)

Color info

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

RGB color model

#3E3611 color RGB value is (62,54,17).

  • red value is 62;
  • green value is 54;
  • blue value is 17.
RGB:
(62,54,17)
(24%,21%,7%)

RGB channels and saturation

R 62 of 255 = 24%
G 54 of 255 = 21%
B 17 of 255 = 7%

62
54
17

R + G + B ~ 17%. #3E3611 is dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 54 + 17 = 133 (100%)
R 62 of 133 ~ 46.62%
G 54 of 133 ~ 40.6%
B 17 of 133 ~ 12.78%

%46.62
%40.6
%12.78

CMYK color model

#3E3611 color CMYK value is (0,13,73,76).

  • cyan value is 0.00%
  • magenta value is 12.90%
  • yellow value is 72.58%
  • key color value is 75.69%
CMYK:
(0,13,73,76)
C0M13Y73K76 
(0%,13%,73%,76%)
(0.00/0.13/0.73/0.76)	

CMYK percentages

%0
%12.9
%72.58
%75.69

Codes

Color #3E3611 in popluar color models

3E3611
RGB625417
HSL49°56.96%15.49%
HSB/HSV49°72.58%24.31%
CMYK0.00%12.90%72.58%
75.69%

Color #3E3611 in popluar number systems.

HEX3E3611
Decimal625417
Binary11111011011010001
Octal766621

Shades and tints

Shades of #3E3611

#3E3611
(62,54,17)
#393210
(57,50,16)
#342E0F
(52,46,15)
#2F2A0E
(47,42,14)
#2A260D
(42,38,13)
#25220C
(37,34,12)
#201E0B
(32,30,11)
#1B1A0A
(27,26,10)
#161609
(22,22,9)
#111208
(17,18,8)
#0C0E07
(12,14,7)
#000000
(0,0,0)

Tints of #3E3611

#3E3611
(62,54,17)
#4F4826
(79,72,38)
#605A3B
(96,90,59)
#716C50
(113,108,80)
#827E65
(130,126,101)
#93907A
(147,144,122)
#A4A28F
(164,162,143)
#B5B4A4
(181,180,164)
#C6C6B9
(198,198,185)
#D7D8CE
(215,216,206)
#E8EAE3
(232,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E3611 color. Also use rgb(62,54,17) instead hex code.

Text Font Color

.myTextColor { color: #3E3611; }

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

This text font color is #3E3611.


Background Color

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

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

This div background color is #3E3611.


Border color

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

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

This div border color is #3E3611.


Opacity

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

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

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

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

This text has shadow with #3E3611 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E3611 on black background.


Color preview on white background

This text has color #3E3611 on white background.



Black color preview on #3E3611 background

This text has black color on #3E3611 background.


White color preview on #3E3611 background

This text has white color on #3E3611 background.