COLOR #4E1B27

HEX: #4E1B27
RGB: (78,27,39)

Color info

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

RGB color model

#4E1B27 color RGB value is (78,27,39).

  • red value is 78;
  • green value is 27;
  • blue value is 39.
RGB:
(78,27,39)
(31%,11%,15%)

RGB channels and saturation

R 78 of 255 = 31%
G 27 of 255 = 11%
B 39 of 255 = 15%

78
27
39

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

Portions of RGB colors in percentages

R + G + B =
78 + 27 + 39 = 144 (100%)
R 78 of 144 ~ 54.17%
G 27 of 144 ~ 18.75%
B 39 of 144 ~ 27.08%

%54.17
%18.75
%27.08

CMYK color model

#4E1B27 color CMYK value is (0,65,50,69).

  • cyan value is 0.00%
  • magenta value is 65.38%
  • yellow value is 50.00%
  • key color value is 69.41%
CMYK:
(0,65,50,69)
C0M65Y50K69 
(0%,65%,50%,69%)
(0.00/0.65/0.50/0.69)	

CMYK percentages

%0
%65.38
%50
%69.41

Codes

Color #4E1B27 in popluar color models

4E1B27
RGB782739
HSL346°48.57%20.59%
HSB/HSV346°65.38%30.59%
CMYK0.00%65.38%50.00%
69.41%

Color #4E1B27 in popluar number systems.

HEX4E1B27
Decimal782739
Binary100111011011100111
Octal1163347

Shades and tints

Shades of #4E1B27

#4E1B27
(78,27,39)
#471924
(71,25,36)
#401721
(64,23,33)
#39151E
(57,21,30)
#32131B
(50,19,27)
#2B1118
(43,17,24)
#240F15
(36,15,21)
#1D0D12
(29,13,18)
#160B0F
(22,11,15)
#0F090C
(15,9,12)
#080709
(8,7,9)
#000000
(0,0,0)

Tints of #4E1B27

#4E1B27
(78,27,39)
#5E2F3A
(94,47,58)
#6E434D
(110,67,77)
#7E5760
(126,87,96)
#8E6B73
(142,107,115)
#9E7F86
(158,127,134)
#AE9399
(174,147,153)
#BEA7AC
(190,167,172)
#CEBBBF
(206,187,191)
#DECFD2
(222,207,210)
#EEE3E5
(238,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E1B27 color. Also use rgb(78,27,39) instead hex code.

Text Font Color

.myTextColor { color: #4E1B27; }

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

This text font color is #4E1B27.


Background Color

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

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

This div background color is #4E1B27.


Border color

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

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

This div border color is #4E1B27.


Opacity

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

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

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

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

This text has shadow with #4E1B27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E1B27 on black background.


Color preview on white background

This text has color #4E1B27 on white background.



Black color preview on #4E1B27 background

This text has black color on #4E1B27 background.


White color preview on #4E1B27 background

This text has white color on #4E1B27 background.