COLOR #4E0016

HEX: #4E0016
RGB: (78,0,22)

Color info

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

RGB color model

#4E0016 color RGB value is (78,0,22).

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

RGB channels and saturation

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

78
0
22

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

Portions of RGB colors in percentages

R + G + B =
78 + 0 + 22 = 100 (100%)
R 78 of 100 ~ 78%
G 0 of 100 ~ 0%
B 22 of 100 ~ 22%

%78
%22

CMYK color model

#4E0016 color CMYK value is (0,100,72,69).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 71.79%
  • key color value is 69.41%
CMYK:
(0,100,72,69)
C0M100Y72K69 
(0%,100%,72%,69%)
(0.00/1.00/0.72/0.69)	

CMYK percentages

%0
%100
%71.79
%69.41

Codes

Color #4E0016 in popluar color models

4E0016
RGB78022
HSL343°100.00%15.29%
HSB/HSV343°100.00%30.59%
CMYK0.00%100.00%71.79%
69.41%

Color #4E0016 in popluar number systems.

HEX4E0016
Decimal78022
Binary1001110010110
Octal116026

Shades and tints

Shades of #4E0016

#4E0016
(78,0,22)
#470014
(71,0,20)
#400012
(64,0,18)
#390010
(57,0,16)
#32000E
(50,0,14)
#2B000C
(43,0,12)
#24000A
(36,0,10)
#1D0008
(29,0,8)
#160006
(22,0,6)
#0F0004
(15,0,4)
#080002
(8,0,2)
#000000
(0,0,0)

Tints of #4E0016

#4E0016
(78,0,22)
#5E172B
(94,23,43)
#6E2E40
(110,46,64)
#7E4555
(126,69,85)
#8E5C6A
(142,92,106)
#9E737F
(158,115,127)
#AE8A94
(174,138,148)
#BEA1A9
(190,161,169)
#CEB8BE
(206,184,190)
#DECFD3
(222,207,211)
#EEE6E8
(238,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E0016; }

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

This text font color is #4E0016.


Background Color

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

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

This div background color is #4E0016.


Border color

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

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

This div border color is #4E0016.


Opacity

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

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

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

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

This text has shadow with #4E0016 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E0016 on black background.


Color preview on white background

This text has color #4E0016 on white background.



Black color preview on #4E0016 background

This text has black color on #4E0016 background.


White color preview on #4E0016 background

This text has white color on #4E0016 background.