COLOR #4E393D

HEX: #4E393D
RGB: (78,57,61)

Color info

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

RGB color model

#4E393D color RGB value is (78,57,61).

  • red value is 78;
  • green value is 57;
  • blue value is 61.
RGB:
(78,57,61)
(31%,22%,24%)

RGB channels and saturation

R 78 of 255 = 31%
G 57 of 255 = 22%
B 61 of 255 = 24%

78
57
61

R + G + B ~ 26%. #4E393D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 57 + 61 = 196 (100%)
R 78 of 196 ~ 39.8%
G 57 of 196 ~ 29.08%
B 61 of 196 ~ 31.12%

%39.8
%29.08
%31.12

CMYK color model

#4E393D color CMYK value is (0,27,22,69).

  • cyan value is 0.00%
  • magenta value is 26.92%
  • yellow value is 21.79%
  • key color value is 69.41%
CMYK:
(0,27,22,69)
C0M27Y22K69 
(0%,27%,22%,69%)
(0.00/0.27/0.22/0.69)	

CMYK percentages

%0
%26.92
%21.79
%69.41

Codes

Color #4E393D in popluar color models

4E393D
RGB785761
HSL349°15.56%26.47%
HSB/HSV349°26.92%30.59%
CMYK0.00%26.92%21.79%
69.41%

Color #4E393D in popluar number systems.

HEX4E393D
Decimal785761
Binary1001110111001111101
Octal1167175

Shades and tints

Shades of #4E393D

#4E393D
(78,57,61)
#473438
(71,52,56)
#402F33
(64,47,51)
#392A2E
(57,42,46)
#322529
(50,37,41)
#2B2024
(43,32,36)
#241B1F
(36,27,31)
#1D161A
(29,22,26)
#161115
(22,17,21)
#0F0C10
(15,12,16)
#08070B
(8,7,11)
#000000
(0,0,0)

Tints of #4E393D

#4E393D
(78,57,61)
#5E4B4E
(94,75,78)
#6E5D5F
(110,93,95)
#7E6F70
(126,111,112)
#8E8181
(142,129,129)
#9E9392
(158,147,146)
#AEA5A3
(174,165,163)
#BEB7B4
(190,183,180)
#CEC9C5
(206,201,197)
#DEDBD6
(222,219,214)
#EEEDE7
(238,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E393D color. Also use rgb(78,57,61) instead hex code.

Text Font Color

.myTextColor { color: #4E393D; }

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

This text font color is #4E393D.


Background Color

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

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

This div background color is #4E393D.


Border color

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

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

This div border color is #4E393D.


Opacity

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

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

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

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

This text has shadow with #4E393D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E393D on black background.


Color preview on white background

This text has color #4E393D on white background.



Black color preview on #4E393D background

This text has black color on #4E393D background.


White color preview on #4E393D background

This text has white color on #4E393D background.