COLOR #3E1514

HEX: #3E1514
RGB: (62,21,20)

Color info

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

RGB color model

#3E1514 color RGB value is (62,21,20).

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

RGB channels and saturation

R 62 of 255 = 24%
G 21 of 255 = 8%
B 20 of 255 = 8%

62
21
20

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

Portions of RGB colors in percentages

R + G + B =
62 + 21 + 20 = 103 (100%)
R 62 of 103 ~ 60.19%
G 21 of 103 ~ 20.39%
B 20 of 103 ~ 19.42%

%60.19
%20.39
%19.42

CMYK color model

#3E1514 color CMYK value is (0,66,68,76).

  • cyan value is 0.00%
  • magenta value is 66.13%
  • yellow value is 67.74%
  • key color value is 75.69%
CMYK:
(0,66,68,76)
C0M66Y68K76 
(0%,66%,68%,76%)
(0.00/0.66/0.68/0.76)	

CMYK percentages

%0
%66.13
%67.74
%75.69

Codes

Color #3E1514 in popluar color models

3E1514
RGB622120
HSL51.22%16.08%
HSB/HSV67.74%24.31%
CMYK0.00%66.13%67.74%
75.69%

Color #3E1514 in popluar number systems.

HEX3E1514
Decimal622120
Binary1111101010110100
Octal762524

Shades and tints

Shades of #3E1514

#3E1514
(62,21,20)
#391413
(57,20,19)
#341312
(52,19,18)
#2F1211
(47,18,17)
#2A1110
(42,17,16)
#25100F
(37,16,15)
#200F0E
(32,15,14)
#1B0E0D
(27,14,13)
#160D0C
(22,13,12)
#110C0B
(17,12,11)
#0C0B0A
(12,11,10)
#000000
(0,0,0)

Tints of #3E1514

#3E1514
(62,21,20)
#4F2A29
(79,42,41)
#603F3E
(96,63,62)
#715453
(113,84,83)
#826968
(130,105,104)
#937E7D
(147,126,125)
#A49392
(164,147,146)
#B5A8A7
(181,168,167)
#C6BDBC
(198,189,188)
#D7D2D1
(215,210,209)
#E8E7E6
(232,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E1514; }

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

This text font color is #3E1514.


Background Color

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

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

This div background color is #3E1514.


Border color

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

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

This div border color is #3E1514.


Opacity

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

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

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

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

This text has shadow with #3E1514 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E1514 on black background.


Color preview on white background

This text has color #3E1514 on white background.



Black color preview on #3E1514 background

This text has black color on #3E1514 background.


White color preview on #3E1514 background

This text has white color on #3E1514 background.