COLOR #3E0019

HEX: #3E0019
RGB: (62,0,25)

Color info

#3E0019 contains only red and blue colors. Web safe color of #3E0019 is #330000 (or #300).

RGB color model

#3E0019 color RGB value is (62,0,25).

  • red value is 62;
  • green value is 0;
  • blue value is 25.
RGB:
(62,0,25)
(24%,0%,10%)

RGB channels and saturation

R 62 of 255 = 24%
G 0 of 255 = 0%
B 25 of 255 = 10%

62
0
25

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

Portions of RGB colors in percentages

R + G + B =
62 + 0 + 25 = 87 (100%)
R 62 of 87 ~ 71.26%
G 0 of 87 ~ 0%
B 25 of 87 ~ 28.74%

%71.26
%28.74

CMYK color model

#3E0019 color CMYK value is (0,100,60,76).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 59.68%
  • key color value is 75.69%
CMYK:
(0,100,60,76)
C0M100Y60K76 
(0%,100%,60%,76%)
(0.00/1.00/0.60/0.76)	

CMYK percentages

%0
%100
%59.68
%75.69

Codes

Color #3E0019 in popluar color models

3E0019
RGB62025
HSL336°100.00%12.16%
HSB/HSV336°100.00%24.31%
CMYK0.00%100.00%59.68%
75.69%

Color #3E0019 in popluar number systems.

HEX3E0019
Decimal62025
Binary111110011001
Octal76031

Shades and tints

Shades of #3E0019

#3E0019
(62,0,25)
#390017
(57,0,23)
#340015
(52,0,21)
#2F0013
(47,0,19)
#2A0011
(42,0,17)
#25000F
(37,0,15)
#20000D
(32,0,13)
#1B000B
(27,0,11)
#160009
(22,0,9)
#110007
(17,0,7)
#0C0005
(12,0,5)
#000000
(0,0,0)

Tints of #3E0019

#3E0019
(62,0,25)
#4F172D
(79,23,45)
#602E41
(96,46,65)
#714555
(113,69,85)
#825C69
(130,92,105)
#93737D
(147,115,125)
#A48A91
(164,138,145)
#B5A1A5
(181,161,165)
#C6B8B9
(198,184,185)
#D7CFCD
(215,207,205)
#E8E6E1
(232,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E0019; }

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

This text font color is #3E0019.


Background Color

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

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

This div background color is #3E0019.


Border color

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

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

This div border color is #3E0019.


Opacity

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

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

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

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

This text has shadow with #3E0019 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E0019 on black background.


Color preview on white background

This text has color #3E0019 on white background.



Black color preview on #3E0019 background

This text has black color on #3E0019 background.


White color preview on #3E0019 background

This text has white color on #3E0019 background.