COLOR #3E120B

HEX: #3E120B
RGB: (62,18,11)

Color info

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

RGB color model

#3E120B color RGB value is (62,18,11).

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

RGB channels and saturation

R 62 of 255 = 24%
G 18 of 255 = 7%
B 11 of 255 = 4%

62
18
11

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

Portions of RGB colors in percentages

R + G + B =
62 + 18 + 11 = 91 (100%)
R 62 of 91 ~ 68.13%
G 18 of 91 ~ 19.78%
B 11 of 91 ~ 12.09%

%68.13
%19.78
%12.09

CMYK color model

#3E120B color CMYK value is (0,71,82,76).

  • cyan value is 0.00%
  • magenta value is 70.97%
  • yellow value is 82.26%
  • key color value is 75.69%
CMYK:
(0,71,82,76)
C0M71Y82K76 
(0%,71%,82%,76%)
(0.00/0.71/0.82/0.76)	

CMYK percentages

%0
%70.97
%82.26
%75.69

Codes

Color #3E120B in popluar color models

3E120B
RGB621811
HSL69.86%14.31%
HSB/HSV82.26%24.31%
CMYK0.00%70.97%82.26%
75.69%

Color #3E120B in popluar number systems.

HEX3E120B
Decimal621811
Binary111110100101011
Octal762213

Shades and tints

Shades of #3E120B

#3E120B
(62,18,11)
#39110A
(57,17,10)
#341009
(52,16,9)
#2F0F08
(47,15,8)
#2A0E07
(42,14,7)
#250D06
(37,13,6)
#200C05
(32,12,5)
#1B0B04
(27,11,4)
#160A03
(22,10,3)
#110902
(17,9,2)
#0C0801
(12,8,1)
#000000
(0,0,0)

Tints of #3E120B

#3E120B
(62,18,11)
#4F2721
(79,39,33)
#603C37
(96,60,55)
#71514D
(113,81,77)
#826663
(130,102,99)
#937B79
(147,123,121)
#A4908F
(164,144,143)
#B5A5A5
(181,165,165)
#C6BABB
(198,186,187)
#D7CFD1
(215,207,209)
#E8E4E7
(232,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E120B; }

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

This text font color is #3E120B.


Background Color

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

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

This div background color is #3E120B.


Border color

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

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

This div border color is #3E120B.


Opacity

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

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

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

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

This text has shadow with #3E120B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E120B on black background.


Color preview on white background

This text has color #3E120B on white background.



Black color preview on #3E120B background

This text has black color on #3E120B background.


White color preview on #3E120B background

This text has white color on #3E120B background.