COLOR #4E231E

HEX: #4E231E
RGB: (78,35,30)

Color info

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

RGB color model

#4E231E color RGB value is (78,35,30).

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

RGB channels and saturation

R 78 of 255 = 31%
G 35 of 255 = 14%
B 30 of 255 = 12%

78
35
30

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

Portions of RGB colors in percentages

R + G + B =
78 + 35 + 30 = 143 (100%)
R 78 of 143 ~ 54.55%
G 35 of 143 ~ 24.48%
B 30 of 143 ~ 20.98%

%54.55
%24.48
%20.98

CMYK color model

#4E231E color CMYK value is (0,55,62,69).

  • cyan value is 0.00%
  • magenta value is 55.13%
  • yellow value is 61.54%
  • key color value is 69.41%
CMYK:
(0,55,62,69)
C0M55Y62K69 
(0%,55%,62%,69%)
(0.00/0.55/0.62/0.69)	

CMYK percentages

%0
%55.13
%61.54
%69.41

Codes

Color #4E231E in popluar color models

4E231E
RGB783530
HSL44.44%21.18%
HSB/HSV61.54%30.59%
CMYK0.00%55.13%61.54%
69.41%

Color #4E231E in popluar number systems.

HEX4E231E
Decimal783530
Binary100111010001111110
Octal1164336

Shades and tints

Shades of #4E231E

#4E231E
(78,35,30)
#47201C
(71,32,28)
#401D1A
(64,29,26)
#391A18
(57,26,24)
#321716
(50,23,22)
#2B1414
(43,20,20)
#241112
(36,17,18)
#1D0E10
(29,14,16)
#160B0E
(22,11,14)
#0F080C
(15,8,12)
#08050A
(8,5,10)
#000000
(0,0,0)

Tints of #4E231E

#4E231E
(78,35,30)
#5E3732
(94,55,50)
#6E4B46
(110,75,70)
#7E5F5A
(126,95,90)
#8E736E
(142,115,110)
#9E8782
(158,135,130)
#AE9B96
(174,155,150)
#BEAFAA
(190,175,170)
#CEC3BE
(206,195,190)
#DED7D2
(222,215,210)
#EEEBE6
(238,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E231E; }

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

This text font color is #4E231E.


Background Color

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

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

This div background color is #4E231E.


Border color

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

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

This div border color is #4E231E.


Opacity

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

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

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

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

This text has shadow with #4E231E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E231E on black background.


Color preview on white background

This text has color #4E231E on white background.



Black color preview on #4E231E background

This text has black color on #4E231E background.


White color preview on #4E231E background

This text has white color on #4E231E background.