COLOR #4E544A

HEX: #4E544A
RGB: (78,84,74)

Color info

#4E544A contains red, green and blue colors in about the same proportion. Web safe color of #4E544A is #666633 (or #663).

RGB color model

#4E544A color RGB value is (78,84,74).

  • red value is 78;
  • green value is 84;
  • blue value is 74.
RGB:
(78,84,74)
(31%,33%,29%)

RGB channels and saturation

R 78 of 255 = 31%
G 84 of 255 = 33%
B 74 of 255 = 29%

78
84
74

R + G + B ~ 31%. #4E544A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 84 + 74 = 236 (100%)
R 78 of 236 ~ 33.05%
G 84 of 236 ~ 35.59%
B 74 of 236 ~ 31.36%

%33.05
%35.59
%31.36

CMYK color model

#4E544A color CMYK value is (7,0,12,67).

  • cyan value is 7.14%
  • magenta value is 0.00%
  • yellow value is 11.90%
  • key color value is 67.06%
CMYK:
(7,0,12,67)
C7M0Y12K67 
(7%,0%,12%,67%)
(0.07/0.00/0.12/0.67)	

CMYK percentages

%7.14
%0
%11.9
%67.06

Codes

Color #4E544A in popluar color models

4E544A
RGB788474
HSL96°6.33%30.98%
HSB/HSV96°11.90%32.94%
CMYK7.14%0.00%11.90%
67.06%

Color #4E544A in popluar number systems.

HEX4E544A
Decimal788474
Binary100111010101001001010
Octal116124112

Shades and tints

Shades of #4E544A

#4E544A
(78,84,74)
#474D44
(71,77,68)
#40463E
(64,70,62)
#393F38
(57,63,56)
#323832
(50,56,50)
#2B312C
(43,49,44)
#242A26
(36,42,38)
#1D2320
(29,35,32)
#161C1A
(22,28,26)
#0F1514
(15,21,20)
#080E0E
(8,14,14)
#000000
(0,0,0)

Tints of #4E544A

#4E544A
(78,84,74)
#5E635A
(94,99,90)
#6E726A
(110,114,106)
#7E817A
(126,129,122)
#8E908A
(142,144,138)
#9E9F9A
(158,159,154)
#AEAEAA
(174,174,170)
#BEBDBA
(190,189,186)
#CECCCA
(206,204,202)
#DEDBDA
(222,219,218)
#EEEAEA
(238,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E544A color. Also use rgb(78,84,74) instead hex code.

Text Font Color

.myTextColor { color: #4E544A; }

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

This text font color is #4E544A.


Background Color

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

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

This div background color is #4E544A.


Border color

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

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

This div border color is #4E544A.


Opacity

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

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

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

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

This text has shadow with #4E544A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E544A on black background.


Color preview on white background

This text has color #4E544A on white background.



Black color preview on #4E544A background

This text has black color on #4E544A background.


White color preview on #4E544A background

This text has white color on #4E544A background.