COLOR #4E534C

HEX: #4E534C
RGB: (78,83,76)

Color info

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

RGB color model

#4E534C color RGB value is (78,83,76).

  • red value is 78;
  • green value is 83;
  • blue value is 76.
RGB:
(78,83,76)
(31%,33%,30%)

RGB channels and saturation

R 78 of 255 = 31%
G 83 of 255 = 33%
B 76 of 255 = 30%

78
83
76

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

Portions of RGB colors in percentages

R + G + B =
78 + 83 + 76 = 237 (100%)
R 78 of 237 ~ 32.91%
G 83 of 237 ~ 35.02%
B 76 of 237 ~ 32.07%

%32.91
%35.02
%32.07

CMYK color model

#4E534C color CMYK value is (6,0,8,67).

  • cyan value is 6.02%
  • magenta value is 0.00%
  • yellow value is 8.43%
  • key color value is 67.45%
CMYK:
(6,0,8,67)
C6M0Y8K67 
(6%,0%,8%,67%)
(0.06/0.00/0.08/0.67)	

CMYK percentages

%6.02
%0
%8.43
%67.45

Codes

Color #4E534C in popluar color models

4E534C
RGB788376
HSL103°4.40%31.18%
HSB/HSV103°8.43%32.55%
CMYK6.02%0.00%8.43%
67.45%

Color #4E534C in popluar number systems.

HEX4E534C
Decimal788376
Binary100111010100111001100
Octal116123114

Shades and tints

Shades of #4E534C

#4E534C
(78,83,76)
#474C46
(71,76,70)
#404540
(64,69,64)
#393E3A
(57,62,58)
#323734
(50,55,52)
#2B302E
(43,48,46)
#242928
(36,41,40)
#1D2222
(29,34,34)
#161B1C
(22,27,28)
#0F1416
(15,20,22)
#080D10
(8,13,16)
#000000
(0,0,0)

Tints of #4E534C

#4E534C
(78,83,76)
#5E625C
(94,98,92)
#6E716C
(110,113,108)
#7E807C
(126,128,124)
#8E8F8C
(142,143,140)
#9E9E9C
(158,158,156)
#AEADAC
(174,173,172)
#BEBCBC
(190,188,188)
#CECBCC
(206,203,204)
#DEDADC
(222,218,220)
#EEE9EC
(238,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E534C color. Also use rgb(78,83,76) instead hex code.

Text Font Color

.myTextColor { color: #4E534C; }

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

This text font color is #4E534C.


Background Color

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

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

This div background color is #4E534C.


Border color

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

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

This div border color is #4E534C.


Opacity

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

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

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

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

This text has shadow with #4E534C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E534C on black background.


Color preview on white background

This text has color #4E534C on white background.



Black color preview on #4E534C background

This text has black color on #4E534C background.


White color preview on #4E534C background

This text has white color on #4E534C background.