COLOR #4E0017

HEX: #4E0017
RGB: (78,0,23)

Color info

#4E0017 contains only red and blue colors. Web safe color of #4E0017 is #660000 (or #600).

RGB color model

#4E0017 color RGB value is (78,0,23).

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

RGB channels and saturation

R 78 of 255 = 31%
G 0 of 255 = 0%
B 23 of 255 = 9%

78
0
23

R + G + B ~ 13%. #4E0017 is dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 0 + 23 = 101 (100%)
R 78 of 101 ~ 77.23%
G 0 of 101 ~ 0%
B 23 of 101 ~ 22.77%

%77.23
%22.77

CMYK color model

#4E0017 color CMYK value is (0,100,71,69).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 70.51%
  • key color value is 69.41%
CMYK:
(0,100,71,69)
C0M100Y71K69 
(0%,100%,71%,69%)
(0.00/1.00/0.71/0.69)	

CMYK percentages

%0
%100
%70.51
%69.41

Codes

Color #4E0017 in popluar color models

4E0017
RGB78023
HSL342°100.00%15.29%
HSB/HSV342°100.00%30.59%
CMYK0.00%100.00%70.51%
69.41%

Color #4E0017 in popluar number systems.

HEX4E0017
Decimal78023
Binary1001110010111
Octal116027

Shades and tints

Shades of #4E0017

#4E0017
(78,0,23)
#470015
(71,0,21)
#400013
(64,0,19)
#390011
(57,0,17)
#32000F
(50,0,15)
#2B000D
(43,0,13)
#24000B
(36,0,11)
#1D0009
(29,0,9)
#160007
(22,0,7)
#0F0005
(15,0,5)
#080003
(8,0,3)
#000000
(0,0,0)

Tints of #4E0017

#4E0017
(78,0,23)
#5E172C
(94,23,44)
#6E2E41
(110,46,65)
#7E4556
(126,69,86)
#8E5C6B
(142,92,107)
#9E7380
(158,115,128)
#AE8A95
(174,138,149)
#BEA1AA
(190,161,170)
#CEB8BF
(206,184,191)
#DECFD4
(222,207,212)
#EEE6E9
(238,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E0017; }

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

This text font color is #4E0017.


Background Color

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

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

This div background color is #4E0017.


Border color

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

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

This div border color is #4E0017.


Opacity

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

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

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

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

This text has shadow with #4E0017 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E0017 on black background.


Color preview on white background

This text has color #4E0017 on white background.



Black color preview on #4E0017 background

This text has black color on #4E0017 background.


White color preview on #4E0017 background

This text has white color on #4E0017 background.