COLOR #4E361C

HEX: #4E361C
RGB: (78,54,28)

Color info

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

RGB color model

#4E361C color RGB value is (78,54,28).

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

RGB channels and saturation

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

78
54
28

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

Portions of RGB colors in percentages

R + G + B =
78 + 54 + 28 = 160 (100%)
R 78 of 160 ~ 48.75%
G 54 of 160 ~ 33.75%
B 28 of 160 ~ 17.5%

%48.75
%33.75
%17.5

CMYK color model

#4E361C color CMYK value is (0,31,64,69).

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 64.10%
  • key color value is 69.41%
CMYK:
(0,31,64,69)
C0M31Y64K69 
(0%,31%,64%,69%)
(0.00/0.31/0.64/0.69)	

CMYK percentages

%0
%30.77
%64.1
%69.41

Codes

Color #4E361C in popluar color models

4E361C
RGB785428
HSL31°47.17%20.78%
HSB/HSV31°64.10%30.59%
CMYK0.00%30.77%64.10%
69.41%

Color #4E361C in popluar number systems.

HEX4E361C
Decimal785428
Binary100111011011011100
Octal1166634

Shades and tints

Shades of #4E361C

#4E361C
(78,54,28)
#47321A
(71,50,26)
#402E18
(64,46,24)
#392A16
(57,42,22)
#322614
(50,38,20)
#2B2212
(43,34,18)
#241E10
(36,30,16)
#1D1A0E
(29,26,14)
#16160C
(22,22,12)
#0F120A
(15,18,10)
#080E08
(8,14,8)
#000000
(0,0,0)

Tints of #4E361C

#4E361C
(78,54,28)
#5E4830
(94,72,48)
#6E5A44
(110,90,68)
#7E6C58
(126,108,88)
#8E7E6C
(142,126,108)
#9E9080
(158,144,128)
#AEA294
(174,162,148)
#BEB4A8
(190,180,168)
#CEC6BC
(206,198,188)
#DED8D0
(222,216,208)
#EEEAE4
(238,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E361C; }

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

This text font color is #4E361C.


Background Color

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

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

This div background color is #4E361C.


Border color

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

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

This div border color is #4E361C.


Opacity

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

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

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

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

This text has shadow with #4E361C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E361C on black background.


Color preview on white background

This text has color #4E361C on white background.



Black color preview on #4E361C background

This text has black color on #4E361C background.


White color preview on #4E361C background

This text has white color on #4E361C background.