COLOR #3E1A13

HEX: #3E1A13
RGB: (62,26,19)

Color info

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

RGB color model

#3E1A13 color RGB value is (62,26,19).

  • red value is 62;
  • green value is 26;
  • blue value is 19.
RGB:
(62,26,19)
(24%,10%,7%)

RGB channels and saturation

R 62 of 255 = 24%
G 26 of 255 = 10%
B 19 of 255 = 7%

62
26
19

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

Portions of RGB colors in percentages

R + G + B =
62 + 26 + 19 = 107 (100%)
R 62 of 107 ~ 57.94%
G 26 of 107 ~ 24.3%
B 19 of 107 ~ 17.76%

%57.94
%24.3
%17.76

CMYK color model

#3E1A13 color CMYK value is (0,58,69,76).

  • cyan value is 0.00%
  • magenta value is 58.06%
  • yellow value is 69.35%
  • key color value is 75.69%
CMYK:
(0,58,69,76)
C0M58Y69K76 
(0%,58%,69%,76%)
(0.00/0.58/0.69/0.76)	

CMYK percentages

%0
%58.06
%69.35
%75.69

Codes

Color #3E1A13 in popluar color models

3E1A13
RGB622619
HSL10°53.09%15.88%
HSB/HSV10°69.35%24.31%
CMYK0.00%58.06%69.35%
75.69%

Color #3E1A13 in popluar number systems.

HEX3E1A13
Decimal622619
Binary1111101101010011
Octal763223

Shades and tints

Shades of #3E1A13

#3E1A13
(62,26,19)
#391812
(57,24,18)
#341611
(52,22,17)
#2F1410
(47,20,16)
#2A120F
(42,18,15)
#25100E
(37,16,14)
#200E0D
(32,14,13)
#1B0C0C
(27,12,12)
#160A0B
(22,10,11)
#11080A
(17,8,10)
#0C0609
(12,6,9)
#000000
(0,0,0)

Tints of #3E1A13

#3E1A13
(62,26,19)
#4F2E28
(79,46,40)
#60423D
(96,66,61)
#715652
(113,86,82)
#826A67
(130,106,103)
#937E7C
(147,126,124)
#A49291
(164,146,145)
#B5A6A6
(181,166,166)
#C6BABB
(198,186,187)
#D7CED0
(215,206,208)
#E8E2E5
(232,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E1A13 color. Also use rgb(62,26,19) instead hex code.

Text Font Color

.myTextColor { color: #3E1A13; }

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

This text font color is #3E1A13.


Background Color

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

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

This div background color is #3E1A13.


Border color

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

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

This div border color is #3E1A13.


Opacity

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

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

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

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

This text has shadow with #3E1A13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E1A13 on black background.


Color preview on white background

This text has color #3E1A13 on white background.



Black color preview on #3E1A13 background

This text has black color on #3E1A13 background.


White color preview on #3E1A13 background

This text has white color on #3E1A13 background.