COLOR #4E333A

HEX: #4E333A
RGB: (78,51,58)

Color info

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

RGB color model

#4E333A color RGB value is (78,51,58).

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

RGB channels and saturation

R 78 of 255 = 31%
G 51 of 255 = 20%
B 58 of 255 = 23%

78
51
58

R + G + B ~ 25%. #4E333A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 51 + 58 = 187 (100%)
R 78 of 187 ~ 41.71%
G 51 of 187 ~ 27.27%
B 58 of 187 ~ 31.02%

%41.71
%27.27
%31.02

CMYK color model

#4E333A color CMYK value is (0,35,26,69).

  • cyan value is 0.00%
  • magenta value is 34.62%
  • yellow value is 25.64%
  • key color value is 69.41%
CMYK:
(0,35,26,69)
C0M35Y26K69 
(0%,35%,26%,69%)
(0.00/0.35/0.26/0.69)	

CMYK percentages

%0
%34.62
%25.64
%69.41

Codes

Color #4E333A in popluar color models

4E333A
RGB785158
HSL344°20.93%25.29%
HSB/HSV344°34.62%30.59%
CMYK0.00%34.62%25.64%
69.41%

Color #4E333A in popluar number systems.

HEX4E333A
Decimal785158
Binary1001110110011111010
Octal1166372

Shades and tints

Shades of #4E333A

#4E333A
(78,51,58)
#472F35
(71,47,53)
#402B30
(64,43,48)
#39272B
(57,39,43)
#322326
(50,35,38)
#2B1F21
(43,31,33)
#241B1C
(36,27,28)
#1D1717
(29,23,23)
#161312
(22,19,18)
#0F0F0D
(15,15,13)
#080B08
(8,11,8)
#000000
(0,0,0)

Tints of #4E333A

#4E333A
(78,51,58)
#5E454B
(94,69,75)
#6E575C
(110,87,92)
#7E696D
(126,105,109)
#8E7B7E
(142,123,126)
#9E8D8F
(158,141,143)
#AE9FA0
(174,159,160)
#BEB1B1
(190,177,177)
#CEC3C2
(206,195,194)
#DED5D3
(222,213,211)
#EEE7E4
(238,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E333A; }

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

This text font color is #4E333A.


Background Color

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

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

This div background color is #4E333A.


Border color

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

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

This div border color is #4E333A.


Opacity

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

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

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

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

This text has shadow with #4E333A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E333A on black background.


Color preview on white background

This text has color #4E333A on white background.



Black color preview on #4E333A background

This text has black color on #4E333A background.


White color preview on #4E333A background

This text has white color on #4E333A background.