COLOR #3E0813

HEX: #3E0813
RGB: (62,8,19)

Color info

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

RGB color model

#3E0813 color RGB value is (62,8,19).

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

RGB channels and saturation

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

62
8
19

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

Portions of RGB colors in percentages

R + G + B =
62 + 8 + 19 = 89 (100%)
R 62 of 89 ~ 69.66%
G 8 of 89 ~ 8.99%
B 19 of 89 ~ 21.35%

%69.66
%21.35

CMYK color model

#3E0813 color CMYK value is (0,87,69,76).

  • cyan value is 0.00%
  • magenta value is 87.10%
  • yellow value is 69.35%
  • key color value is 75.69%
CMYK:
(0,87,69,76)
C0M87Y69K76 
(0%,87%,69%,76%)
(0.00/0.87/0.69/0.76)	

CMYK percentages

%0
%87.1
%69.35
%75.69

Codes

Color #3E0813 in popluar color models

3E0813
RGB62819
HSL348°77.14%13.73%
HSB/HSV348°87.10%24.31%
CMYK0.00%87.10%69.35%
75.69%

Color #3E0813 in popluar number systems.

HEX3E0813
Decimal62819
Binary111110100010011
Octal761023

Shades and tints

Shades of #3E0813

#3E0813
(62,8,19)
#390812
(57,8,18)
#340811
(52,8,17)
#2F0810
(47,8,16)
#2A080F
(42,8,15)
#25080E
(37,8,14)
#20080D
(32,8,13)
#1B080C
(27,8,12)
#16080B
(22,8,11)
#11080A
(17,8,10)
#0C0809
(12,8,9)
#000000
(0,0,0)

Tints of #3E0813

#3E0813
(62,8,19)
#4F1E28
(79,30,40)
#60343D
(96,52,61)
#714A52
(113,74,82)
#826067
(130,96,103)
#93767C
(147,118,124)
#A48C91
(164,140,145)
#B5A2A6
(181,162,166)
#C6B8BB
(198,184,187)
#D7CED0
(215,206,208)
#E8E4E5
(232,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E0813; }

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

This text font color is #3E0813.


Background Color

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

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

This div background color is #3E0813.


Border color

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

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

This div border color is #3E0813.


Opacity

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

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

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

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

This text has shadow with #3E0813 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E0813 on black background.


Color preview on white background

This text has color #3E0813 on white background.



Black color preview on #3E0813 background

This text has black color on #3E0813 background.


White color preview on #3E0813 background

This text has white color on #3E0813 background.