COLOR #3E1516

HEX: #3E1516
RGB: (62,21,22)

Color info

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

RGB color model

#3E1516 color RGB value is (62,21,22).

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

RGB channels and saturation

R 62 of 255 = 24%
G 21 of 255 = 8%
B 22 of 255 = 9%

62
21
22

R + G + B ~ 14%. #3E1516 is dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 21 + 22 = 105 (100%)
R 62 of 105 ~ 59.05%
G 21 of 105 ~ 20%
B 22 of 105 ~ 20.95%

%59.05
%20
%20.95

CMYK color model

#3E1516 color CMYK value is (0,66,65,76).

  • cyan value is 0.00%
  • magenta value is 66.13%
  • yellow value is 64.52%
  • key color value is 75.69%
CMYK:
(0,66,65,76)
C0M66Y65K76 
(0%,66%,65%,76%)
(0.00/0.66/0.65/0.76)	

CMYK percentages

%0
%66.13
%64.52
%75.69

Codes

Color #3E1516 in popluar color models

3E1516
RGB622122
HSL359°49.40%16.27%
HSB/HSV359°66.13%24.31%
CMYK0.00%66.13%64.52%
75.69%

Color #3E1516 in popluar number systems.

HEX3E1516
Decimal622122
Binary1111101010110110
Octal762526

Shades and tints

Shades of #3E1516

#3E1516
(62,21,22)
#391414
(57,20,20)
#341312
(52,19,18)
#2F1210
(47,18,16)
#2A110E
(42,17,14)
#25100C
(37,16,12)
#200F0A
(32,15,10)
#1B0E08
(27,14,8)
#160D06
(22,13,6)
#110C04
(17,12,4)
#0C0B02
(12,11,2)
#000000
(0,0,0)

Tints of #3E1516

#3E1516
(62,21,22)
#4F2A2B
(79,42,43)
#603F40
(96,63,64)
#715455
(113,84,85)
#82696A
(130,105,106)
#937E7F
(147,126,127)
#A49394
(164,147,148)
#B5A8A9
(181,168,169)
#C6BDBE
(198,189,190)
#D7D2D3
(215,210,211)
#E8E7E8
(232,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E1516; }

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

This text font color is #3E1516.


Background Color

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

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

This div background color is #3E1516.


Border color

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

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

This div border color is #3E1516.


Opacity

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

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

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

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

This text has shadow with #3E1516 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E1516 on black background.


Color preview on white background

This text has color #3E1516 on white background.



Black color preview on #3E1516 background

This text has black color on #3E1516 background.


White color preview on #3E1516 background

This text has white color on #3E1516 background.