COLOR #3E0311

HEX: #3E0311
RGB: (62,3,17)

Color info

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

RGB color model

#3E0311 color RGB value is (62,3,17).

  • red value is 62;
  • green value is 3;
  • blue value is 17.
RGB:
(62,3,17)
(24%,1%,7%)

RGB channels and saturation

R 62 of 255 = 24%
G 3 of 255 = 1%
B 17 of 255 = 7%

62
3
17

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

Portions of RGB colors in percentages

R + G + B =
62 + 3 + 17 = 82 (100%)
R 62 of 82 ~ 75.61%
G 3 of 82 ~ 3.66%
B 17 of 82 ~ 20.73%

%75.61
%20.73

CMYK color model

#3E0311 color CMYK value is (0,95,73,76).

  • cyan value is 0.00%
  • magenta value is 95.16%
  • yellow value is 72.58%
  • key color value is 75.69%
CMYK:
(0,95,73,76)
C0M95Y73K76 
(0%,95%,73%,76%)
(0.00/0.95/0.73/0.76)	

CMYK percentages

%0
%95.16
%72.58
%75.69

Codes

Color #3E0311 in popluar color models

3E0311
RGB62317
HSL346°90.77%12.75%
HSB/HSV346°95.16%24.31%
CMYK0.00%95.16%72.58%
75.69%

Color #3E0311 in popluar number systems.

HEX3E0311
Decimal62317
Binary1111101110001
Octal76321

Shades and tints

Shades of #3E0311

#3E0311
(62,3,17)
#390310
(57,3,16)
#34030F
(52,3,15)
#2F030E
(47,3,14)
#2A030D
(42,3,13)
#25030C
(37,3,12)
#20030B
(32,3,11)
#1B030A
(27,3,10)
#160309
(22,3,9)
#110308
(17,3,8)
#0C0307
(12,3,7)
#000000
(0,0,0)

Tints of #3E0311

#3E0311
(62,3,17)
#4F1926
(79,25,38)
#602F3B
(96,47,59)
#714550
(113,69,80)
#825B65
(130,91,101)
#93717A
(147,113,122)
#A4878F
(164,135,143)
#B59DA4
(181,157,164)
#C6B3B9
(198,179,185)
#D7C9CE
(215,201,206)
#E8DFE3
(232,223,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E0311; }

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

This text font color is #3E0311.


Background Color

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

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

This div background color is #3E0311.


Border color

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

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

This div border color is #3E0311.


Opacity

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

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

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

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

This text has shadow with #3E0311 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E0311 on black background.


Color preview on white background

This text has color #3E0311 on white background.



Black color preview on #3E0311 background

This text has black color on #3E0311 background.


White color preview on #3E0311 background

This text has white color on #3E0311 background.