COLOR #3E0B15

HEX: #3E0B15
RGB: (62,11,21)

Color info

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

RGB color model

#3E0B15 color RGB value is (62,11,21).

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

RGB channels and saturation

R 62 of 255 = 24%
G 11 of 255 = 4%
B 21 of 255 = 8%

62
11
21

R + G + B ~ 12%. #3E0B15 is dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 11 + 21 = 94 (100%)
R 62 of 94 ~ 65.96%
G 11 of 94 ~ 11.7%
B 21 of 94 ~ 22.34%

%65.96
%11.7
%22.34

CMYK color model

#3E0B15 color CMYK value is (0,82,66,76).

  • cyan value is 0.00%
  • magenta value is 82.26%
  • yellow value is 66.13%
  • key color value is 75.69%
CMYK:
(0,82,66,76)
C0M82Y66K76 
(0%,82%,66%,76%)
(0.00/0.82/0.66/0.76)	

CMYK percentages

%0
%82.26
%66.13
%75.69

Codes

Color #3E0B15 in popluar color models

3E0B15
RGB621121
HSL348°69.86%14.31%
HSB/HSV348°82.26%24.31%
CMYK0.00%82.26%66.13%
75.69%

Color #3E0B15 in popluar number systems.

HEX3E0B15
Decimal621121
Binary111110101110101
Octal761325

Shades and tints

Shades of #3E0B15

#3E0B15
(62,11,21)
#390A14
(57,10,20)
#340913
(52,9,19)
#2F0812
(47,8,18)
#2A0711
(42,7,17)
#250610
(37,6,16)
#20050F
(32,5,15)
#1B040E
(27,4,14)
#16030D
(22,3,13)
#11020C
(17,2,12)
#0C010B
(12,1,11)
#000000
(0,0,0)

Tints of #3E0B15

#3E0B15
(62,11,21)
#4F212A
(79,33,42)
#60373F
(96,55,63)
#714D54
(113,77,84)
#826369
(130,99,105)
#93797E
(147,121,126)
#A48F93
(164,143,147)
#B5A5A8
(181,165,168)
#C6BBBD
(198,187,189)
#D7D1D2
(215,209,210)
#E8E7E7
(232,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E0B15; }

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

This text font color is #3E0B15.


Background Color

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

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

This div background color is #3E0B15.


Border color

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

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

This div border color is #3E0B15.


Opacity

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

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

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

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

This text has shadow with #3E0B15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E0B15 on black background.


Color preview on white background

This text has color #3E0B15 on white background.



Black color preview on #3E0B15 background

This text has black color on #3E0B15 background.


White color preview on #3E0B15 background

This text has white color on #3E0B15 background.