COLOR #4E1A23

HEX: #4E1A23
RGB: (78,26,35)

Color info

#4E1A23 contains red, green and blue colors in about the same proportion. Web safe color of #4E1A23 is #660033 (or #603).

RGB color model

#4E1A23 color RGB value is (78,26,35).

  • red value is 78;
  • green value is 26;
  • blue value is 35.
RGB:
(78,26,35)
(31%,10%,14%)

RGB channels and saturation

R 78 of 255 = 31%
G 26 of 255 = 10%
B 35 of 255 = 14%

78
26
35

R + G + B ~ 18%. #4E1A23 is dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 26 + 35 = 139 (100%)
R 78 of 139 ~ 56.12%
G 26 of 139 ~ 18.71%
B 35 of 139 ~ 25.18%

%56.12
%18.71
%25.18

CMYK color model

#4E1A23 color CMYK value is (0,67,55,69).

  • cyan value is 0.00%
  • magenta value is 66.67%
  • yellow value is 55.13%
  • key color value is 69.41%
CMYK:
(0,67,55,69)
C0M67Y55K69 
(0%,67%,55%,69%)
(0.00/0.67/0.55/0.69)	

CMYK percentages

%0
%66.67
%55.13
%69.41

Codes

Color #4E1A23 in popluar color models

4E1A23
RGB782635
HSL350°50.00%20.39%
HSB/HSV350°66.67%30.59%
CMYK0.00%66.67%55.13%
69.41%

Color #4E1A23 in popluar number systems.

HEX4E1A23
Decimal782635
Binary100111011010100011
Octal1163243

Shades and tints

Shades of #4E1A23

#4E1A23
(78,26,35)
#471820
(71,24,32)
#40161D
(64,22,29)
#39141A
(57,20,26)
#321217
(50,18,23)
#2B1014
(43,16,20)
#240E11
(36,14,17)
#1D0C0E
(29,12,14)
#160A0B
(22,10,11)
#0F0808
(15,8,8)
#080605
(8,6,5)
#000000
(0,0,0)

Tints of #4E1A23

#4E1A23
(78,26,35)
#5E2E37
(94,46,55)
#6E424B
(110,66,75)
#7E565F
(126,86,95)
#8E6A73
(142,106,115)
#9E7E87
(158,126,135)
#AE929B
(174,146,155)
#BEA6AF
(190,166,175)
#CEBAC3
(206,186,195)
#DECED7
(222,206,215)
#EEE2EB
(238,226,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E1A23 color. Also use rgb(78,26,35) instead hex code.

Text Font Color

.myTextColor { color: #4E1A23; }

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

This text font color is #4E1A23.


Background Color

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

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

This div background color is #4E1A23.


Border color

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

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

This div border color is #4E1A23.


Opacity

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

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

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

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

This text has shadow with #4E1A23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E1A23 on black background.


Color preview on white background

This text has color #4E1A23 on white background.



Black color preview on #4E1A23 background

This text has black color on #4E1A23 background.


White color preview on #4E1A23 background

This text has white color on #4E1A23 background.