COLOR #3E1120

HEX: #3E1120
RGB: (62,17,32)

Color info

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

RGB color model

#3E1120 color RGB value is (62,17,32).

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

RGB channels and saturation

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

62
17
32

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

Portions of RGB colors in percentages

R + G + B =
62 + 17 + 32 = 111 (100%)
R 62 of 111 ~ 55.86%
G 17 of 111 ~ 15.32%
B 32 of 111 ~ 28.83%

%55.86
%15.32
%28.83

CMYK color model

#3E1120 color CMYK value is (0,73,48,76).

  • cyan value is 0.00%
  • magenta value is 72.58%
  • yellow value is 48.39%
  • key color value is 75.69%
CMYK:
(0,73,48,76)
C0M73Y48K76 
(0%,73%,48%,76%)
(0.00/0.73/0.48/0.76)	

CMYK percentages

%0
%72.58
%48.39
%75.69

Codes

Color #3E1120 in popluar color models

3E1120
RGB621732
HSL340°56.96%15.49%
HSB/HSV340°72.58%24.31%
CMYK0.00%72.58%48.39%
75.69%

Color #3E1120 in popluar number systems.

HEX3E1120
Decimal621732
Binary11111010001100000
Octal762140

Shades and tints

Shades of #3E1120

#3E1120
(62,17,32)
#39101E
(57,16,30)
#340F1C
(52,15,28)
#2F0E1A
(47,14,26)
#2A0D18
(42,13,24)
#250C16
(37,12,22)
#200B14
(32,11,20)
#1B0A12
(27,10,18)
#160910
(22,9,16)
#11080E
(17,8,14)
#0C070C
(12,7,12)
#000000
(0,0,0)

Tints of #3E1120

#3E1120
(62,17,32)
#4F2634
(79,38,52)
#603B48
(96,59,72)
#71505C
(113,80,92)
#826570
(130,101,112)
#937A84
(147,122,132)
#A48F98
(164,143,152)
#B5A4AC
(181,164,172)
#C6B9C0
(198,185,192)
#D7CED4
(215,206,212)
#E8E3E8
(232,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E1120; }

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

This text font color is #3E1120.


Background Color

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

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

This div background color is #3E1120.


Border color

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

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

This div border color is #3E1120.


Opacity

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

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

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

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

This text has shadow with #3E1120 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E1120 on black background.


Color preview on white background

This text has color #3E1120 on white background.



Black color preview on #3E1120 background

This text has black color on #3E1120 background.


White color preview on #3E1120 background

This text has white color on #3E1120 background.