COLOR #4E423A

HEX: #4E423A
RGB: (78,66,58)

Color info

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

RGB color model

#4E423A color RGB value is (78,66,58).

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

RGB channels and saturation

R 78 of 255 = 31%
G 66 of 255 = 26%
B 58 of 255 = 23%

78
66
58

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

Portions of RGB colors in percentages

R + G + B =
78 + 66 + 58 = 202 (100%)
R 78 of 202 ~ 38.61%
G 66 of 202 ~ 32.67%
B 58 of 202 ~ 28.71%

%38.61
%32.67
%28.71

CMYK color model

#4E423A color CMYK value is (0,15,26,69).

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 25.64%
  • key color value is 69.41%
CMYK:
(0,15,26,69)
C0M15Y26K69 
(0%,15%,26%,69%)
(0.00/0.15/0.26/0.69)	

CMYK percentages

%0
%15.38
%25.64
%69.41

Codes

Color #4E423A in popluar color models

4E423A
RGB786658
HSL24°14.71%26.67%
HSB/HSV24°25.64%30.59%
CMYK0.00%15.38%25.64%
69.41%

Color #4E423A in popluar number systems.

HEX4E423A
Decimal786658
Binary10011101000010111010
Octal11610272

Shades and tints

Shades of #4E423A

#4E423A
(78,66,58)
#473C35
(71,60,53)
#403630
(64,54,48)
#39302B
(57,48,43)
#322A26
(50,42,38)
#2B2421
(43,36,33)
#241E1C
(36,30,28)
#1D1817
(29,24,23)
#161212
(22,18,18)
#0F0C0D
(15,12,13)
#080608
(8,6,8)
#000000
(0,0,0)

Tints of #4E423A

#4E423A
(78,66,58)
#5E534B
(94,83,75)
#6E645C
(110,100,92)
#7E756D
(126,117,109)
#8E867E
(142,134,126)
#9E978F
(158,151,143)
#AEA8A0
(174,168,160)
#BEB9B1
(190,185,177)
#CECAC2
(206,202,194)
#DEDBD3
(222,219,211)
#EEECE4
(238,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E423A; }

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

This text font color is #4E423A.


Background Color

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

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

This div background color is #4E423A.


Border color

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

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

This div border color is #4E423A.


Opacity

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

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

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

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

This text has shadow with #4E423A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E423A on black background.


Color preview on white background

This text has color #4E423A on white background.



Black color preview on #4E423A background

This text has black color on #4E423A background.


White color preview on #4E423A background

This text has white color on #4E423A background.