COLOR #3E0713

HEX: #3E0713
RGB: (62,7,19)

Color info

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

RGB color model

#3E0713 color RGB value is (62,7,19).

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

RGB channels and saturation

R 62 of 255 = 24%
G 7 of 255 = 3%
B 19 of 255 = 7%

62
7
19

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

Portions of RGB colors in percentages

R + G + B =
62 + 7 + 19 = 88 (100%)
R 62 of 88 ~ 70.45%
G 7 of 88 ~ 7.95%
B 19 of 88 ~ 21.59%

%70.45
%21.59

CMYK color model

#3E0713 color CMYK value is (0,89,69,76).

  • cyan value is 0.00%
  • magenta value is 88.71%
  • yellow value is 69.35%
  • key color value is 75.69%
CMYK:
(0,89,69,76)
C0M89Y69K76 
(0%,89%,69%,76%)
(0.00/0.89/0.69/0.76)	

CMYK percentages

%0
%88.71
%69.35
%75.69

Codes

Color #3E0713 in popluar color models

3E0713
RGB62719
HSL347°79.71%13.53%
HSB/HSV347°88.71%24.31%
CMYK0.00%88.71%69.35%
75.69%

Color #3E0713 in popluar number systems.

HEX3E0713
Decimal62719
Binary11111011110011
Octal76723

Shades and tints

Shades of #3E0713

#3E0713
(62,7,19)
#390712
(57,7,18)
#340711
(52,7,17)
#2F0710
(47,7,16)
#2A070F
(42,7,15)
#25070E
(37,7,14)
#20070D
(32,7,13)
#1B070C
(27,7,12)
#16070B
(22,7,11)
#11070A
(17,7,10)
#0C0709
(12,7,9)
#000000
(0,0,0)

Tints of #3E0713

#3E0713
(62,7,19)
#4F1D28
(79,29,40)
#60333D
(96,51,61)
#714952
(113,73,82)
#825F67
(130,95,103)
#93757C
(147,117,124)
#A48B91
(164,139,145)
#B5A1A6
(181,161,166)
#C6B7BB
(198,183,187)
#D7CDD0
(215,205,208)
#E8E3E5
(232,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E0713; }

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

This text font color is #3E0713.


Background Color

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

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

This div background color is #3E0713.


Border color

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

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

This div border color is #3E0713.


Opacity

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

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

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

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

This text has shadow with #3E0713 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E0713 on black background.


Color preview on white background

This text has color #3E0713 on white background.



Black color preview on #3E0713 background

This text has black color on #3E0713 background.


White color preview on #3E0713 background

This text has white color on #3E0713 background.