COLOR #3E3C21

HEX: #3E3C21
RGB: (62,60,33)

Color info

#3E3C21 contains red, green and blue colors in about the same proportion. Web safe color of #3E3C21 is #333333 (or #333).

RGB color model

#3E3C21 color RGB value is (62,60,33).

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

RGB channels and saturation

R 62 of 255 = 24%
G 60 of 255 = 24%
B 33 of 255 = 13%

62
60
33

R + G + B ~ 20%. #3E3C21 is dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 60 + 33 = 155 (100%)
R 62 of 155 ~ 40%
G 60 of 155 ~ 38.71%
B 33 of 155 ~ 21.29%

%40
%38.71
%21.29

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.23%
  • yellow value is 46.77%
  • key color value is 75.69%
CMYK:
(0,3,47,76)
C0M3Y47K76 
(0%,3%,47%,76%)
(0.00/0.03/0.47/0.76)	

CMYK percentages

%0
%3.23
%46.77
%75.69

Codes

Color #3E3C21 in popluar color models

3E3C21
RGB626033
HSL56°30.53%18.63%
HSB/HSV56°46.77%24.31%
CMYK0.00%3.23%46.77%
75.69%

Color #3E3C21 in popluar number systems.

HEX3E3C21
Decimal626033
Binary111110111100100001
Octal767441

Shades and tints

Shades of #3E3C21

#3E3C21
(62,60,33)
#39371E
(57,55,30)
#34321B
(52,50,27)
#2F2D18
(47,45,24)
#2A2815
(42,40,21)
#252312
(37,35,18)
#201E0F
(32,30,15)
#1B190C
(27,25,12)
#161409
(22,20,9)
#110F06
(17,15,6)
#0C0A03
(12,10,3)
#000000
(0,0,0)

Tints of #3E3C21

#3E3C21
(62,60,33)
#4F4D35
(79,77,53)
#605E49
(96,94,73)
#716F5D
(113,111,93)
#828071
(130,128,113)
#939185
(147,145,133)
#A4A299
(164,162,153)
#B5B3AD
(181,179,173)
#C6C4C1
(198,196,193)
#D7D5D5
(215,213,213)
#E8E6E9
(232,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E3C21; }

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

This text font color is #3E3C21.


Background Color

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

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

This div background color is #3E3C21.


Border color

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

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

This div border color is #3E3C21.


Opacity

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

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

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

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

This text has shadow with #3E3C21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E3C21 on black background.


Color preview on white background

This text has color #3E3C21 on white background.



Black color preview on #3E3C21 background

This text has black color on #3E3C21 background.


White color preview on #3E3C21 background

This text has white color on #3E3C21 background.