COLOR #4E361F

HEX: #4E361F
RGB: (78,54,31)

Color info

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

RGB color model

#4E361F color RGB value is (78,54,31).

  • red value is 78;
  • green value is 54;
  • blue value is 31.
RGB:
(78,54,31)
(31%,21%,12%)

RGB channels and saturation

R 78 of 255 = 31%
G 54 of 255 = 21%
B 31 of 255 = 12%

78
54
31

R + G + B ~ 21%. #4E361F is dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 54 + 31 = 163 (100%)
R 78 of 163 ~ 47.85%
G 54 of 163 ~ 33.13%
B 31 of 163 ~ 19.02%

%47.85
%33.13
%19.02

CMYK color model

#4E361F color CMYK value is (0,31,60,69).

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 60.26%
  • key color value is 69.41%
CMYK:
(0,31,60,69)
C0M31Y60K69 
(0%,31%,60%,69%)
(0.00/0.31/0.60/0.69)	

CMYK percentages

%0
%30.77
%60.26
%69.41

Codes

Color #4E361F in popluar color models

4E361F
RGB785431
HSL29°43.12%21.37%
HSB/HSV29°60.26%30.59%
CMYK0.00%30.77%60.26%
69.41%

Color #4E361F in popluar number systems.

HEX4E361F
Decimal785431
Binary100111011011011111
Octal1166637

Shades and tints

Shades of #4E361F

#4E361F
(78,54,31)
#47321D
(71,50,29)
#402E1B
(64,46,27)
#392A19
(57,42,25)
#322617
(50,38,23)
#2B2215
(43,34,21)
#241E13
(36,30,19)
#1D1A11
(29,26,17)
#16160F
(22,22,15)
#0F120D
(15,18,13)
#080E0B
(8,14,11)
#000000
(0,0,0)

Tints of #4E361F

#4E361F
(78,54,31)
#5E4833
(94,72,51)
#6E5A47
(110,90,71)
#7E6C5B
(126,108,91)
#8E7E6F
(142,126,111)
#9E9083
(158,144,131)
#AEA297
(174,162,151)
#BEB4AB
(190,180,171)
#CEC6BF
(206,198,191)
#DED8D3
(222,216,211)
#EEEAE7
(238,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E361F color. Also use rgb(78,54,31) instead hex code.

Text Font Color

.myTextColor { color: #4E361F; }

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

This text font color is #4E361F.


Background Color

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

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

This div background color is #4E361F.


Border color

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

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

This div border color is #4E361F.


Opacity

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

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

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

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

This text has shadow with #4E361F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E361F on black background.


Color preview on white background

This text has color #4E361F on white background.



Black color preview on #4E361F background

This text has black color on #4E361F background.


White color preview on #4E361F background

This text has white color on #4E361F background.