COLOR #4E1C28

HEX: #4E1C28
RGB: (78,28,40)

Color info

#4E1C28 contains red, green and blue colors in about the same proportion. Web safe color of #4E1C28 is #663333 (or #633).

RGB color model

#4E1C28 color RGB value is (78,28,40).

  • red value is 78;
  • green value is 28;
  • blue value is 40.
RGB:
(78,28,40)
(31%,11%,16%)

RGB channels and saturation

R 78 of 255 = 31%
G 28 of 255 = 11%
B 40 of 255 = 16%

78
28
40

R + G + B ~ 19%. #4E1C28 is dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 28 + 40 = 146 (100%)
R 78 of 146 ~ 53.42%
G 28 of 146 ~ 19.18%
B 40 of 146 ~ 27.4%

%53.42
%19.18
%27.4

CMYK color model

#4E1C28 color CMYK value is (0,64,49,69).

  • cyan value is 0.00%
  • magenta value is 64.10%
  • yellow value is 48.72%
  • key color value is 69.41%
CMYK:
(0,64,49,69)
C0M64Y49K69 
(0%,64%,49%,69%)
(0.00/0.64/0.49/0.69)	

CMYK percentages

%0
%64.1
%48.72
%69.41

Codes

Color #4E1C28 in popluar color models

4E1C28
RGB782840
HSL346°47.17%20.78%
HSB/HSV346°64.10%30.59%
CMYK0.00%64.10%48.72%
69.41%

Color #4E1C28 in popluar number systems.

HEX4E1C28
Decimal782840
Binary100111011100101000
Octal1163450

Shades and tints

Shades of #4E1C28

#4E1C28
(78,28,40)
#471A25
(71,26,37)
#401822
(64,24,34)
#39161F
(57,22,31)
#32141C
(50,20,28)
#2B1219
(43,18,25)
#241016
(36,16,22)
#1D0E13
(29,14,19)
#160C10
(22,12,16)
#0F0A0D
(15,10,13)
#08080A
(8,8,10)
#000000
(0,0,0)

Tints of #4E1C28

#4E1C28
(78,28,40)
#5E303B
(94,48,59)
#6E444E
(110,68,78)
#7E5861
(126,88,97)
#8E6C74
(142,108,116)
#9E8087
(158,128,135)
#AE949A
(174,148,154)
#BEA8AD
(190,168,173)
#CEBCC0
(206,188,192)
#DED0D3
(222,208,211)
#EEE4E6
(238,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E1C28 color. Also use rgb(78,28,40) instead hex code.

Text Font Color

.myTextColor { color: #4E1C28; }

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

This text font color is #4E1C28.


Background Color

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

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

This div background color is #4E1C28.


Border color

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

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

This div border color is #4E1C28.


Opacity

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

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

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

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

This text has shadow with #4E1C28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E1C28 on black background.


Color preview on white background

This text has color #4E1C28 on white background.



Black color preview on #4E1C28 background

This text has black color on #4E1C28 background.


White color preview on #4E1C28 background

This text has white color on #4E1C28 background.