COLOR #3E1321

HEX: #3E1321
RGB: (62,19,33)

Color info

#3E1321 contains red, green and blue colors in about the same proportion. Web safe color of #3E1321 is #330033 (or #303).

RGB color model

#3E1321 color RGB value is (62,19,33).

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

RGB channels and saturation

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

62
19
33

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

Portions of RGB colors in percentages

R + G + B =
62 + 19 + 33 = 114 (100%)
R 62 of 114 ~ 54.39%
G 19 of 114 ~ 16.67%
B 33 of 114 ~ 28.95%

%54.39
%16.67
%28.95

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 69.35%
  • yellow value is 46.77%
  • key color value is 75.69%
CMYK:
(0,69,47,76)
C0M69Y47K76 
(0%,69%,47%,76%)
(0.00/0.69/0.47/0.76)	

CMYK percentages

%0
%69.35
%46.77
%75.69

Codes

Color #3E1321 in popluar color models

3E1321
RGB621933
HSL340°53.09%15.88%
HSB/HSV340°69.35%24.31%
CMYK0.00%69.35%46.77%
75.69%

Color #3E1321 in popluar number systems.

HEX3E1321
Decimal621933
Binary11111010011100001
Octal762341

Shades and tints

Shades of #3E1321

#3E1321
(62,19,33)
#39121E
(57,18,30)
#34111B
(52,17,27)
#2F1018
(47,16,24)
#2A0F15
(42,15,21)
#250E12
(37,14,18)
#200D0F
(32,13,15)
#1B0C0C
(27,12,12)
#160B09
(22,11,9)
#110A06
(17,10,6)
#0C0903
(12,9,3)
#000000
(0,0,0)

Tints of #3E1321

#3E1321
(62,19,33)
#4F2835
(79,40,53)
#603D49
(96,61,73)
#71525D
(113,82,93)
#826771
(130,103,113)
#937C85
(147,124,133)
#A49199
(164,145,153)
#B5A6AD
(181,166,173)
#C6BBC1
(198,187,193)
#D7D0D5
(215,208,213)
#E8E5E9
(232,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E1321; }

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

This text font color is #3E1321.


Background Color

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

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

This div background color is #3E1321.


Border color

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

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

This div border color is #3E1321.


Opacity

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

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

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

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

This text has shadow with #3E1321 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E1321 on black background.


Color preview on white background

This text has color #3E1321 on white background.



Black color preview on #3E1321 background

This text has black color on #3E1321 background.


White color preview on #3E1321 background

This text has white color on #3E1321 background.