COLOR #4E092C

HEX: #4E092C
RGB: (78,9,44)

Color info

#4E092C contains mainly red and blue colors. Web safe color of #4E092C is #660033 (or #603).

RGB color model

#4E092C color RGB value is (78,9,44).

  • red value is 78;
  • green value is 9;
  • blue value is 44.
RGB:
(78,9,44)
(31%,4%,17%)

RGB channels and saturation

R 78 of 255 = 31%
G 9 of 255 = 4%
B 44 of 255 = 17%

78
9
44

R + G + B ~ 17%. #4E092C is dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 9 + 44 = 131 (100%)
R 78 of 131 ~ 59.54%
G 9 of 131 ~ 6.87%
B 44 of 131 ~ 33.59%

%59.54
%33.59

CMYK color model

#4E092C color CMYK value is (0,88,44,69).

  • cyan value is 0.00%
  • magenta value is 88.46%
  • yellow value is 43.59%
  • key color value is 69.41%
CMYK:
(0,88,44,69)
C0M88Y44K69 
(0%,88%,44%,69%)
(0.00/0.88/0.44/0.69)	

CMYK percentages

%0
%88.46
%43.59
%69.41

Codes

Color #4E092C in popluar color models

4E092C
RGB78944
HSL330°79.31%17.06%
HSB/HSV330°88.46%30.59%
CMYK0.00%88.46%43.59%
69.41%

Color #4E092C in popluar number systems.

HEX4E092C
Decimal78944
Binary10011101001101100
Octal1161154

Shades and tints

Shades of #4E092C

#4E092C
(78,9,44)
#470928
(71,9,40)
#400924
(64,9,36)
#390920
(57,9,32)
#32091C
(50,9,28)
#2B0918
(43,9,24)
#240914
(36,9,20)
#1D0910
(29,9,16)
#16090C
(22,9,12)
#0F0908
(15,9,8)
#080904
(8,9,4)
#000000
(0,0,0)

Tints of #4E092C

#4E092C
(78,9,44)
#5E1F3F
(94,31,63)
#6E3552
(110,53,82)
#7E4B65
(126,75,101)
#8E6178
(142,97,120)
#9E778B
(158,119,139)
#AE8D9E
(174,141,158)
#BEA3B1
(190,163,177)
#CEB9C4
(206,185,196)
#DECFD7
(222,207,215)
#EEE5EA
(238,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E092C color. Also use rgb(78,9,44) instead hex code.

Text Font Color

.myTextColor { color: #4E092C; }

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

This text font color is #4E092C.


Background Color

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

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

This div background color is #4E092C.


Border color

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

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

This div border color is #4E092C.


Opacity

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

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

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

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

This text has shadow with #4E092C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E092C on black background.


Color preview on white background

This text has color #4E092C on white background.



Black color preview on #4E092C background

This text has black color on #4E092C background.


White color preview on #4E092C background

This text has white color on #4E092C background.