COLOR #4E363C

HEX: #4E363C
RGB: (78,54,60)

Color info

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

RGB color model

#4E363C color RGB value is (78,54,60).

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

RGB channels and saturation

R 78 of 255 = 31%
G 54 of 255 = 21%
B 60 of 255 = 24%

78
54
60

R + G + B ~ 25%. #4E363C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 54 + 60 = 192 (100%)
R 78 of 192 ~ 40.63%
G 54 of 192 ~ 28.13%
B 60 of 192 ~ 31.25%

%40.63
%28.13
%31.25

CMYK color model

#4E363C color CMYK value is (0,31,23,69).

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 23.08%
  • key color value is 69.41%
CMYK:
(0,31,23,69)
C0M31Y23K69 
(0%,31%,23%,69%)
(0.00/0.31/0.23/0.69)	

CMYK percentages

%0
%30.77
%23.08
%69.41

Codes

Color #4E363C in popluar color models

4E363C
RGB785460
HSL345°18.18%25.88%
HSB/HSV345°30.77%30.59%
CMYK0.00%30.77%23.08%
69.41%

Color #4E363C in popluar number systems.

HEX4E363C
Decimal785460
Binary1001110110110111100
Octal1166674

Shades and tints

Shades of #4E363C

#4E363C
(78,54,60)
#473237
(71,50,55)
#402E32
(64,46,50)
#392A2D
(57,42,45)
#322628
(50,38,40)
#2B2223
(43,34,35)
#241E1E
(36,30,30)
#1D1A19
(29,26,25)
#161614
(22,22,20)
#0F120F
(15,18,15)
#080E0A
(8,14,10)
#000000
(0,0,0)

Tints of #4E363C

#4E363C
(78,54,60)
#5E484D
(94,72,77)
#6E5A5E
(110,90,94)
#7E6C6F
(126,108,111)
#8E7E80
(142,126,128)
#9E9091
(158,144,145)
#AEA2A2
(174,162,162)
#BEB4B3
(190,180,179)
#CEC6C4
(206,198,196)
#DED8D5
(222,216,213)
#EEEAE6
(238,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E363C; }

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

This text font color is #4E363C.


Background Color

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

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

This div background color is #4E363C.


Border color

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

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

This div border color is #4E363C.


Opacity

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

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

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

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

This text has shadow with #4E363C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E363C on black background.


Color preview on white background

This text has color #4E363C on white background.



Black color preview on #4E363C background

This text has black color on #4E363C background.


White color preview on #4E363C background

This text has white color on #4E363C background.