COLOR #4E3D46

HEX: #4E3D46
RGB: (78,61,70)

Color info

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

RGB color model

#4E3D46 color RGB value is (78,61,70).

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

RGB channels and saturation

R 78 of 255 = 31%
G 61 of 255 = 24%
B 70 of 255 = 27%

78
61
70

R + G + B ~ 27%. #4E3D46 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 61 + 70 = 209 (100%)
R 78 of 209 ~ 37.32%
G 61 of 209 ~ 29.19%
B 70 of 209 ~ 33.49%

%37.32
%29.19
%33.49

CMYK color model

#4E3D46 color CMYK value is (0,22,10,69).

  • cyan value is 0.00%
  • magenta value is 21.79%
  • yellow value is 10.26%
  • key color value is 69.41%
CMYK:
(0,22,10,69)
C0M22Y10K69 
(0%,22%,10%,69%)
(0.00/0.22/0.10/0.69)	

CMYK percentages

%0
%21.79
%10.26
%69.41

Codes

Color #4E3D46 in popluar color models

4E3D46
RGB786170
HSL328°12.23%27.25%
HSB/HSV328°21.79%30.59%
CMYK0.00%21.79%10.26%
69.41%

Color #4E3D46 in popluar number systems.

HEX4E3D46
Decimal786170
Binary10011101111011000110
Octal11675106

Shades and tints

Shades of #4E3D46

#4E3D46
(78,61,70)
#473840
(71,56,64)
#40333A
(64,51,58)
#392E34
(57,46,52)
#32292E
(50,41,46)
#2B2428
(43,36,40)
#241F22
(36,31,34)
#1D1A1C
(29,26,28)
#161516
(22,21,22)
#0F1010
(15,16,16)
#080B0A
(8,11,10)
#000000
(0,0,0)

Tints of #4E3D46

#4E3D46
(78,61,70)
#5E4E56
(94,78,86)
#6E5F66
(110,95,102)
#7E7076
(126,112,118)
#8E8186
(142,129,134)
#9E9296
(158,146,150)
#AEA3A6
(174,163,166)
#BEB4B6
(190,180,182)
#CEC5C6
(206,197,198)
#DED6D6
(222,214,214)
#EEE7E6
(238,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E3D46; }

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

This text font color is #4E3D46.


Background Color

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

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

This div background color is #4E3D46.


Border color

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

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

This div border color is #4E3D46.


Opacity

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

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

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

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

This text has shadow with #4E3D46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E3D46 on black background.


Color preview on white background

This text has color #4E3D46 on white background.



Black color preview on #4E3D46 background

This text has black color on #4E3D46 background.


White color preview on #4E3D46 background

This text has white color on #4E3D46 background.