COLOR #3E1116

HEX: #3E1116
RGB: (62,17,22)

Color info

#3E1116 contains red, green and blue colors in about the same proportion. Web safe color of #3E1116 is #330000 (or #300).

RGB color model

#3E1116 color RGB value is (62,17,22).

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

RGB channels and saturation

R 62 of 255 = 24%
G 17 of 255 = 7%
B 22 of 255 = 9%

62
17
22

R + G + B ~ 13%. #3E1116 is dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 17 + 22 = 101 (100%)
R 62 of 101 ~ 61.39%
G 17 of 101 ~ 16.83%
B 22 of 101 ~ 21.78%

%61.39
%16.83
%21.78

CMYK color model

#3E1116 color CMYK value is (0,73,65,76).

  • cyan value is 0.00%
  • magenta value is 72.58%
  • yellow value is 64.52%
  • key color value is 75.69%
CMYK:
(0,73,65,76)
C0M73Y65K76 
(0%,73%,65%,76%)
(0.00/0.73/0.65/0.76)	

CMYK percentages

%0
%72.58
%64.52
%75.69

Codes

Color #3E1116 in popluar color models

3E1116
RGB621722
HSL353°56.96%15.49%
HSB/HSV353°72.58%24.31%
CMYK0.00%72.58%64.52%
75.69%

Color #3E1116 in popluar number systems.

HEX3E1116
Decimal621722
Binary1111101000110110
Octal762126

Shades and tints

Shades of #3E1116

#3E1116
(62,17,22)
#391014
(57,16,20)
#340F12
(52,15,18)
#2F0E10
(47,14,16)
#2A0D0E
(42,13,14)
#250C0C
(37,12,12)
#200B0A
(32,11,10)
#1B0A08
(27,10,8)
#160906
(22,9,6)
#110804
(17,8,4)
#0C0702
(12,7,2)
#000000
(0,0,0)

Tints of #3E1116

#3E1116
(62,17,22)
#4F262B
(79,38,43)
#603B40
(96,59,64)
#715055
(113,80,85)
#82656A
(130,101,106)
#937A7F
(147,122,127)
#A48F94
(164,143,148)
#B5A4A9
(181,164,169)
#C6B9BE
(198,185,190)
#D7CED3
(215,206,211)
#E8E3E8
(232,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E1116; }

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

This text font color is #3E1116.


Background Color

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

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

This div background color is #3E1116.


Border color

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

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

This div border color is #3E1116.


Opacity

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

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

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

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

This text has shadow with #3E1116 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E1116 on black background.


Color preview on white background

This text has color #3E1116 on white background.



Black color preview on #3E1116 background

This text has black color on #3E1116 background.


White color preview on #3E1116 background

This text has white color on #3E1116 background.