COLOR #3E0017

HEX: #3E0017
RGB: (62,0,23)

Color info

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

RGB color model

#3E0017 color RGB value is (62,0,23).

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

RGB channels and saturation

R 62 of 255 = 24%
G 0 of 255 = 0%
B 23 of 255 = 9%

62
0
23

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

Portions of RGB colors in percentages

R + G + B =
62 + 0 + 23 = 85 (100%)
R 62 of 85 ~ 72.94%
G 0 of 85 ~ 0%
B 23 of 85 ~ 27.06%

%72.94
%27.06

CMYK color model

#3E0017 color CMYK value is (0,100,63,76).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 62.90%
  • key color value is 75.69%
CMYK:
(0,100,63,76)
C0M100Y63K76 
(0%,100%,63%,76%)
(0.00/1.00/0.63/0.76)	

CMYK percentages

%0
%100
%62.9
%75.69

Codes

Color #3E0017 in popluar color models

3E0017
RGB62023
HSL338°100.00%12.16%
HSB/HSV338°100.00%24.31%
CMYK0.00%100.00%62.90%
75.69%

Color #3E0017 in popluar number systems.

HEX3E0017
Decimal62023
Binary111110010111
Octal76027

Shades and tints

Shades of #3E0017

#3E0017
(62,0,23)
#390015
(57,0,21)
#340013
(52,0,19)
#2F0011
(47,0,17)
#2A000F
(42,0,15)
#25000D
(37,0,13)
#20000B
(32,0,11)
#1B0009
(27,0,9)
#160007
(22,0,7)
#110005
(17,0,5)
#0C0003
(12,0,3)
#000000
(0,0,0)

Tints of #3E0017

#3E0017
(62,0,23)
#4F172C
(79,23,44)
#602E41
(96,46,65)
#714556
(113,69,86)
#825C6B
(130,92,107)
#937380
(147,115,128)
#A48A95
(164,138,149)
#B5A1AA
(181,161,170)
#C6B8BF
(198,184,191)
#D7CFD4
(215,207,212)
#E8E6E9
(232,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E0017; }

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

This text font color is #3E0017.


Background Color

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

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

This div background color is #3E0017.


Border color

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

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

This div border color is #3E0017.


Opacity

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

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

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

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

This text has shadow with #3E0017 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E0017 on black background.


Color preview on white background

This text has color #3E0017 on white background.



Black color preview on #3E0017 background

This text has black color on #3E0017 background.


White color preview on #3E0017 background

This text has white color on #3E0017 background.