COLOR #3E321B

HEX: #3E321B
RGB: (62,50,27)

Color info

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

RGB color model

#3E321B color RGB value is (62,50,27).

  • red value is 62;
  • green value is 50;
  • blue value is 27.
RGB:
(62,50,27)
(24%,20%,11%)

RGB channels and saturation

R 62 of 255 = 24%
G 50 of 255 = 20%
B 27 of 255 = 11%

62
50
27

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

Portions of RGB colors in percentages

R + G + B =
62 + 50 + 27 = 139 (100%)
R 62 of 139 ~ 44.6%
G 50 of 139 ~ 35.97%
B 27 of 139 ~ 19.42%

%44.6
%35.97
%19.42

CMYK color model

#3E321B color CMYK value is (0,19,56,76).

  • cyan value is 0.00%
  • magenta value is 19.35%
  • yellow value is 56.45%
  • key color value is 75.69%
CMYK:
(0,19,56,76)
C0M19Y56K76 
(0%,19%,56%,76%)
(0.00/0.19/0.56/0.76)	

CMYK percentages

%0
%19.35
%56.45
%75.69

Codes

Color #3E321B in popluar color models

3E321B
RGB625027
HSL39°39.33%17.45%
HSB/HSV39°56.45%24.31%
CMYK0.00%19.35%56.45%
75.69%

Color #3E321B in popluar number systems.

HEX3E321B
Decimal625027
Binary11111011001011011
Octal766233

Shades and tints

Shades of #3E321B

#3E321B
(62,50,27)
#392E19
(57,46,25)
#342A17
(52,42,23)
#2F2615
(47,38,21)
#2A2213
(42,34,19)
#251E11
(37,30,17)
#201A0F
(32,26,15)
#1B160D
(27,22,13)
#16120B
(22,18,11)
#110E09
(17,14,9)
#0C0A07
(12,10,7)
#000000
(0,0,0)

Tints of #3E321B

#3E321B
(62,50,27)
#4F442F
(79,68,47)
#605643
(96,86,67)
#716857
(113,104,87)
#827A6B
(130,122,107)
#938C7F
(147,140,127)
#A49E93
(164,158,147)
#B5B0A7
(181,176,167)
#C6C2BB
(198,194,187)
#D7D4CF
(215,212,207)
#E8E6E3
(232,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E321B color. Also use rgb(62,50,27) instead hex code.

Text Font Color

.myTextColor { color: #3E321B; }

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

This text font color is #3E321B.


Background Color

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

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

This div background color is #3E321B.


Border color

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

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

This div border color is #3E321B.


Opacity

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

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

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

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

This text has shadow with #3E321B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E321B on black background.


Color preview on white background

This text has color #3E321B on white background.



Black color preview on #3E321B background

This text has black color on #3E321B background.


White color preview on #3E321B background

This text has white color on #3E321B background.