COLOR #4E2824

HEX: #4E2824
RGB: (78,40,36)

Color info

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

RGB color model

#4E2824 color RGB value is (78,40,36).

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

RGB channels and saturation

R 78 of 255 = 31%
G 40 of 255 = 16%
B 36 of 255 = 14%

78
40
36

R + G + B ~ 20%. #4E2824 is dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 40 + 36 = 154 (100%)
R 78 of 154 ~ 50.65%
G 40 of 154 ~ 25.97%
B 36 of 154 ~ 23.38%

%50.65
%25.97
%23.38

CMYK color model

#4E2824 color CMYK value is (0,49,54,69).

  • cyan value is 0.00%
  • magenta value is 48.72%
  • yellow value is 53.85%
  • key color value is 69.41%
CMYK:
(0,49,54,69)
C0M49Y54K69 
(0%,49%,54%,69%)
(0.00/0.49/0.54/0.69)	

CMYK percentages

%0
%48.72
%53.85
%69.41

Codes

Color #4E2824 in popluar color models

4E2824
RGB784036
HSL36.84%22.35%
HSB/HSV53.85%30.59%
CMYK0.00%48.72%53.85%
69.41%

Color #4E2824 in popluar number systems.

HEX4E2824
Decimal784036
Binary1001110101000100100
Octal1165044

Shades and tints

Shades of #4E2824

#4E2824
(78,40,36)
#472521
(71,37,33)
#40221E
(64,34,30)
#391F1B
(57,31,27)
#321C18
(50,28,24)
#2B1915
(43,25,21)
#241612
(36,22,18)
#1D130F
(29,19,15)
#16100C
(22,16,12)
#0F0D09
(15,13,9)
#080A06
(8,10,6)
#000000
(0,0,0)

Tints of #4E2824

#4E2824
(78,40,36)
#5E3B37
(94,59,55)
#6E4E4A
(110,78,74)
#7E615D
(126,97,93)
#8E7470
(142,116,112)
#9E8783
(158,135,131)
#AE9A96
(174,154,150)
#BEADA9
(190,173,169)
#CEC0BC
(206,192,188)
#DED3CF
(222,211,207)
#EEE6E2
(238,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E2824; }

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

This text font color is #4E2824.


Background Color

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

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

This div background color is #4E2824.


Border color

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

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

This div border color is #4E2824.


Opacity

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

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

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

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

This text has shadow with #4E2824 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E2824 on black background.


Color preview on white background

This text has color #4E2824 on white background.



Black color preview on #4E2824 background

This text has black color on #4E2824 background.


White color preview on #4E2824 background

This text has white color on #4E2824 background.