COLOR #3E2111

HEX: #3E2111
RGB: (62,33,17)

Color info

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

RGB color model

#3E2111 color RGB value is (62,33,17).

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

RGB channels and saturation

R 62 of 255 = 24%
G 33 of 255 = 13%
B 17 of 255 = 7%

62
33
17

R + G + B ~ 15%. #3E2111 is dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 33 + 17 = 112 (100%)
R 62 of 112 ~ 55.36%
G 33 of 112 ~ 29.46%
B 17 of 112 ~ 15.18%

%55.36
%29.46
%15.18

CMYK color model

#3E2111 color CMYK value is (0,47,73,76).

  • cyan value is 0.00%
  • magenta value is 46.77%
  • yellow value is 72.58%
  • key color value is 75.69%
CMYK:
(0,47,73,76)
C0M47Y73K76 
(0%,47%,73%,76%)
(0.00/0.47/0.73/0.76)	

CMYK percentages

%0
%46.77
%72.58
%75.69

Codes

Color #3E2111 in popluar color models

3E2111
RGB623317
HSL21°56.96%15.49%
HSB/HSV21°72.58%24.31%
CMYK0.00%46.77%72.58%
75.69%

Color #3E2111 in popluar number systems.

HEX3E2111
Decimal623317
Binary11111010000110001
Octal764121

Shades and tints

Shades of #3E2111

#3E2111
(62,33,17)
#391E10
(57,30,16)
#341B0F
(52,27,15)
#2F180E
(47,24,14)
#2A150D
(42,21,13)
#25120C
(37,18,12)
#200F0B
(32,15,11)
#1B0C0A
(27,12,10)
#160909
(22,9,9)
#110608
(17,6,8)
#0C0307
(12,3,7)
#000000
(0,0,0)

Tints of #3E2111

#3E2111
(62,33,17)
#4F3526
(79,53,38)
#60493B
(96,73,59)
#715D50
(113,93,80)
#827165
(130,113,101)
#93857A
(147,133,122)
#A4998F
(164,153,143)
#B5ADA4
(181,173,164)
#C6C1B9
(198,193,185)
#D7D5CE
(215,213,206)
#E8E9E3
(232,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E2111; }

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

This text font color is #3E2111.


Background Color

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

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

This div background color is #3E2111.


Border color

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

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

This div border color is #3E2111.


Opacity

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

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

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

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

This text has shadow with #3E2111 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E2111 on black background.


Color preview on white background

This text has color #3E2111 on white background.



Black color preview on #3E2111 background

This text has black color on #3E2111 background.


White color preview on #3E2111 background

This text has white color on #3E2111 background.