COLOR #4E2124

HEX: #4E2124
RGB: (78,33,36)

Color info

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

RGB color model

#4E2124 color RGB value is (78,33,36).

  • red value is 78;
  • green value is 33;
  • blue value is 36.
RGB:
(78,33,36)
(31%,13%,14%)

RGB channels and saturation

R 78 of 255 = 31%
G 33 of 255 = 13%
B 36 of 255 = 14%

78
33
36

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

Portions of RGB colors in percentages

R + G + B =
78 + 33 + 36 = 147 (100%)
R 78 of 147 ~ 53.06%
G 33 of 147 ~ 22.45%
B 36 of 147 ~ 24.49%

%53.06
%22.45
%24.49

CMYK color model

#4E2124 color CMYK value is (0,58,54,69).

  • cyan value is 0.00%
  • magenta value is 57.69%
  • yellow value is 53.85%
  • key color value is 69.41%
CMYK:
(0,58,54,69)
C0M58Y54K69 
(0%,58%,54%,69%)
(0.00/0.58/0.54/0.69)	

CMYK percentages

%0
%57.69
%53.85
%69.41

Codes

Color #4E2124 in popluar color models

4E2124
RGB783336
HSL356°40.54%21.76%
HSB/HSV356°57.69%30.59%
CMYK0.00%57.69%53.85%
69.41%

Color #4E2124 in popluar number systems.

HEX4E2124
Decimal783336
Binary1001110100001100100
Octal1164144

Shades and tints

Shades of #4E2124

#4E2124
(78,33,36)
#471E21
(71,30,33)
#401B1E
(64,27,30)
#39181B
(57,24,27)
#321518
(50,21,24)
#2B1215
(43,18,21)
#240F12
(36,15,18)
#1D0C0F
(29,12,15)
#16090C
(22,9,12)
#0F0609
(15,6,9)
#080306
(8,3,6)
#000000
(0,0,0)

Tints of #4E2124

#4E2124
(78,33,36)
#5E3537
(94,53,55)
#6E494A
(110,73,74)
#7E5D5D
(126,93,93)
#8E7170
(142,113,112)
#9E8583
(158,133,131)
#AE9996
(174,153,150)
#BEADA9
(190,173,169)
#CEC1BC
(206,193,188)
#DED5CF
(222,213,207)
#EEE9E2
(238,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E2124 color. Also use rgb(78,33,36) instead hex code.

Text Font Color

.myTextColor { color: #4E2124; }

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

This text font color is #4E2124.


Background Color

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

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

This div background color is #4E2124.


Border color

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

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

This div border color is #4E2124.


Opacity

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

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

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

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

This text has shadow with #4E2124 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E2124 on black background.


Color preview on white background

This text has color #4E2124 on white background.



Black color preview on #4E2124 background

This text has black color on #4E2124 background.


White color preview on #4E2124 background

This text has white color on #4E2124 background.