COLOR #4E361B

HEX: #4E361B
RGB: (78,54,27)

Color info

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

RGB color model

#4E361B color RGB value is (78,54,27).

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

RGB channels and saturation

R 78 of 255 = 31%
G 54 of 255 = 21%
B 27 of 255 = 11%

78
54
27

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

Portions of RGB colors in percentages

R + G + B =
78 + 54 + 27 = 159 (100%)
R 78 of 159 ~ 49.06%
G 54 of 159 ~ 33.96%
B 27 of 159 ~ 16.98%

%49.06
%33.96
%16.98

CMYK color model

#4E361B color CMYK value is (0,31,65,69).

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 65.38%
  • key color value is 69.41%
CMYK:
(0,31,65,69)
C0M31Y65K69 
(0%,31%,65%,69%)
(0.00/0.31/0.65/0.69)	

CMYK percentages

%0
%30.77
%65.38
%69.41

Codes

Color #4E361B in popluar color models

4E361B
RGB785427
HSL32°48.57%20.59%
HSB/HSV32°65.38%30.59%
CMYK0.00%30.77%65.38%
69.41%

Color #4E361B in popluar number systems.

HEX4E361B
Decimal785427
Binary100111011011011011
Octal1166633

Shades and tints

Shades of #4E361B

#4E361B
(78,54,27)
#473219
(71,50,25)
#402E17
(64,46,23)
#392A15
(57,42,21)
#322613
(50,38,19)
#2B2211
(43,34,17)
#241E0F
(36,30,15)
#1D1A0D
(29,26,13)
#16160B
(22,22,11)
#0F1209
(15,18,9)
#080E07
(8,14,7)
#000000
(0,0,0)

Tints of #4E361B

#4E361B
(78,54,27)
#5E482F
(94,72,47)
#6E5A43
(110,90,67)
#7E6C57
(126,108,87)
#8E7E6B
(142,126,107)
#9E907F
(158,144,127)
#AEA293
(174,162,147)
#BEB4A7
(190,180,167)
#CEC6BB
(206,198,187)
#DED8CF
(222,216,207)
#EEEAE3
(238,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E361B; }

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

This text font color is #4E361B.


Background Color

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

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

This div background color is #4E361B.


Border color

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

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

This div border color is #4E361B.


Opacity

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

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

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

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

This text has shadow with #4E361B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E361B on black background.


Color preview on white background

This text has color #4E361B on white background.



Black color preview on #4E361B background

This text has black color on #4E361B background.


White color preview on #4E361B background

This text has white color on #4E361B background.