COLOR #4E473A

HEX: #4E473A
RGB: (78,71,58)

Color info

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

RGB color model

#4E473A color RGB value is (78,71,58).

  • red value is 78;
  • green value is 71;
  • blue value is 58.
RGB:
(78,71,58)
(31%,28%,23%)

RGB channels and saturation

R 78 of 255 = 31%
G 71 of 255 = 28%
B 58 of 255 = 23%

78
71
58

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

Portions of RGB colors in percentages

R + G + B =
78 + 71 + 58 = 207 (100%)
R 78 of 207 ~ 37.68%
G 71 of 207 ~ 34.3%
B 58 of 207 ~ 28.02%

%37.68
%34.3
%28.02

CMYK color model

#4E473A color CMYK value is (0,9,26,69).

  • cyan value is 0.00%
  • magenta value is 8.97%
  • yellow value is 25.64%
  • key color value is 69.41%
CMYK:
(0,9,26,69)
C0M9Y26K69 
(0%,9%,26%,69%)
(0.00/0.09/0.26/0.69)	

CMYK percentages

%0
%8.97
%25.64
%69.41

Codes

Color #4E473A in popluar color models

4E473A
RGB787158
HSL39°14.71%26.67%
HSB/HSV39°25.64%30.59%
CMYK0.00%8.97%25.64%
69.41%

Color #4E473A in popluar number systems.

HEX4E473A
Decimal787158
Binary10011101000111111010
Octal11610772

Shades and tints

Shades of #4E473A

#4E473A
(78,71,58)
#474135
(71,65,53)
#403B30
(64,59,48)
#39352B
(57,53,43)
#322F26
(50,47,38)
#2B2921
(43,41,33)
#24231C
(36,35,28)
#1D1D17
(29,29,23)
#161712
(22,23,18)
#0F110D
(15,17,13)
#080B08
(8,11,8)
#000000
(0,0,0)

Tints of #4E473A

#4E473A
(78,71,58)
#5E574B
(94,87,75)
#6E675C
(110,103,92)
#7E776D
(126,119,109)
#8E877E
(142,135,126)
#9E978F
(158,151,143)
#AEA7A0
(174,167,160)
#BEB7B1
(190,183,177)
#CEC7C2
(206,199,194)
#DED7D3
(222,215,211)
#EEE7E4
(238,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E473A color. Also use rgb(78,71,58) instead hex code.

Text Font Color

.myTextColor { color: #4E473A; }

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

This text font color is #4E473A.


Background Color

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

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

This div background color is #4E473A.


Border color

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

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

This div border color is #4E473A.


Opacity

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

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

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

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

This text has shadow with #4E473A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E473A on black background.


Color preview on white background

This text has color #4E473A on white background.



Black color preview on #4E473A background

This text has black color on #4E473A background.


White color preview on #4E473A background

This text has white color on #4E473A background.