COLOR #4E443A

HEX: #4E443A
RGB: (78,68,58)

Color info

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

RGB color model

#4E443A color RGB value is (78,68,58).

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

RGB channels and saturation

R 78 of 255 = 31%
G 68 of 255 = 27%
B 58 of 255 = 23%

78
68
58

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

Portions of RGB colors in percentages

R + G + B =
78 + 68 + 58 = 204 (100%)
R 78 of 204 ~ 38.24%
G 68 of 204 ~ 33.33%
B 58 of 204 ~ 28.43%

%38.24
%33.33
%28.43

CMYK color model

#4E443A color CMYK value is (0,13,26,69).

  • cyan value is 0.00%
  • magenta value is 12.82%
  • yellow value is 25.64%
  • key color value is 69.41%
CMYK:
(0,13,26,69)
C0M13Y26K69 
(0%,13%,26%,69%)
(0.00/0.13/0.26/0.69)	

CMYK percentages

%0
%12.82
%25.64
%69.41

Codes

Color #4E443A in popluar color models

4E443A
RGB786858
HSL30°14.71%26.67%
HSB/HSV30°25.64%30.59%
CMYK0.00%12.82%25.64%
69.41%

Color #4E443A in popluar number systems.

HEX4E443A
Decimal786858
Binary10011101000100111010
Octal11610472

Shades and tints

Shades of #4E443A

#4E443A
(78,68,58)
#473E35
(71,62,53)
#403830
(64,56,48)
#39322B
(57,50,43)
#322C26
(50,44,38)
#2B2621
(43,38,33)
#24201C
(36,32,28)
#1D1A17
(29,26,23)
#161412
(22,20,18)
#0F0E0D
(15,14,13)
#080808
(8,8,8)
#000000
(0,0,0)

Tints of #4E443A

#4E443A
(78,68,58)
#5E554B
(94,85,75)
#6E665C
(110,102,92)
#7E776D
(126,119,109)
#8E887E
(142,136,126)
#9E998F
(158,153,143)
#AEAAA0
(174,170,160)
#BEBBB1
(190,187,177)
#CECCC2
(206,204,194)
#DEDDD3
(222,221,211)
#EEEEE4
(238,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E443A; }

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

This text font color is #4E443A.


Background Color

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

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

This div background color is #4E443A.


Border color

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

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

This div border color is #4E443A.


Opacity

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

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

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

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

This text has shadow with #4E443A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E443A on black background.


Color preview on white background

This text has color #4E443A on white background.



Black color preview on #4E443A background

This text has black color on #4E443A background.


White color preview on #4E443A background

This text has white color on #4E443A background.