COLOR #3E0412

HEX: #3E0412
RGB: (62,4,18)

Color info

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

RGB color model

#3E0412 color RGB value is (62,4,18).

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

RGB channels and saturation

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

62
4
18

R + G + B ~ 11%. #3E0412 is dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 4 + 18 = 84 (100%)
R 62 of 84 ~ 73.81%
G 4 of 84 ~ 4.76%
B 18 of 84 ~ 21.43%

%73.81
%21.43

CMYK color model

#3E0412 color CMYK value is (0,94,71,76).

  • cyan value is 0.00%
  • magenta value is 93.55%
  • yellow value is 70.97%
  • key color value is 75.69%
CMYK:
(0,94,71,76)
C0M94Y71K76 
(0%,94%,71%,76%)
(0.00/0.94/0.71/0.76)	

CMYK percentages

%0
%93.55
%70.97
%75.69

Codes

Color #3E0412 in popluar color models

3E0412
RGB62418
HSL346°87.88%12.94%
HSB/HSV346°93.55%24.31%
CMYK0.00%93.55%70.97%
75.69%

Color #3E0412 in popluar number systems.

HEX3E0412
Decimal62418
Binary11111010010010
Octal76422

Shades and tints

Shades of #3E0412

#3E0412
(62,4,18)
#390411
(57,4,17)
#340410
(52,4,16)
#2F040F
(47,4,15)
#2A040E
(42,4,14)
#25040D
(37,4,13)
#20040C
(32,4,12)
#1B040B
(27,4,11)
#16040A
(22,4,10)
#110409
(17,4,9)
#0C0408
(12,4,8)
#000000
(0,0,0)

Tints of #3E0412

#3E0412
(62,4,18)
#4F1A27
(79,26,39)
#60303C
(96,48,60)
#714651
(113,70,81)
#825C66
(130,92,102)
#93727B
(147,114,123)
#A48890
(164,136,144)
#B59EA5
(181,158,165)
#C6B4BA
(198,180,186)
#D7CACF
(215,202,207)
#E8E0E4
(232,224,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E0412; }

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

This text font color is #3E0412.


Background Color

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

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

This div background color is #3E0412.


Border color

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

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

This div border color is #3E0412.


Opacity

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

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

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

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

This text has shadow with #3E0412 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E0412 on black background.


Color preview on white background

This text has color #3E0412 on white background.



Black color preview on #3E0412 background

This text has black color on #3E0412 background.


White color preview on #3E0412 background

This text has white color on #3E0412 background.