COLOR #3E1012

HEX: #3E1012
RGB: (62,16,18)

Color info

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

RGB color model

#3E1012 color RGB value is (62,16,18).

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

RGB channels and saturation

R 62 of 255 = 24%
G 16 of 255 = 6%
B 18 of 255 = 7%

62
16
18

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

Portions of RGB colors in percentages

R + G + B =
62 + 16 + 18 = 96 (100%)
R 62 of 96 ~ 64.58%
G 16 of 96 ~ 16.67%
B 18 of 96 ~ 18.75%

%64.58
%16.67
%18.75

CMYK color model

#3E1012 color CMYK value is (0,74,71,76).

  • cyan value is 0.00%
  • magenta value is 74.19%
  • yellow value is 70.97%
  • key color value is 75.69%
CMYK:
(0,74,71,76)
C0M74Y71K76 
(0%,74%,71%,76%)
(0.00/0.74/0.71/0.76)	

CMYK percentages

%0
%74.19
%70.97
%75.69

Codes

Color #3E1012 in popluar color models

3E1012
RGB621618
HSL357°58.97%15.29%
HSB/HSV357°74.19%24.31%
CMYK0.00%74.19%70.97%
75.69%

Color #3E1012 in popluar number systems.

HEX3E1012
Decimal621618
Binary1111101000010010
Octal762022

Shades and tints

Shades of #3E1012

#3E1012
(62,16,18)
#390F11
(57,15,17)
#340E10
(52,14,16)
#2F0D0F
(47,13,15)
#2A0C0E
(42,12,14)
#250B0D
(37,11,13)
#200A0C
(32,10,12)
#1B090B
(27,9,11)
#16080A
(22,8,10)
#110709
(17,7,9)
#0C0608
(12,6,8)
#000000
(0,0,0)

Tints of #3E1012

#3E1012
(62,16,18)
#4F2527
(79,37,39)
#603A3C
(96,58,60)
#714F51
(113,79,81)
#826466
(130,100,102)
#93797B
(147,121,123)
#A48E90
(164,142,144)
#B5A3A5
(181,163,165)
#C6B8BA
(198,184,186)
#D7CDCF
(215,205,207)
#E8E2E4
(232,226,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E1012; }

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

This text font color is #3E1012.


Background Color

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

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

This div background color is #3E1012.


Border color

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

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

This div border color is #3E1012.


Opacity

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

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

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

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

This text has shadow with #3E1012 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E1012 on black background.


Color preview on white background

This text has color #3E1012 on white background.



Black color preview on #3E1012 background

This text has black color on #3E1012 background.


White color preview on #3E1012 background

This text has white color on #3E1012 background.