COLOR #4E514A

HEX: #4E514A
RGB: (78,81,74)

Color info

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

RGB color model

#4E514A color RGB value is (78,81,74).

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

RGB channels and saturation

R 78 of 255 = 31%
G 81 of 255 = 32%
B 74 of 255 = 29%

78
81
74

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

Portions of RGB colors in percentages

R + G + B =
78 + 81 + 74 = 233 (100%)
R 78 of 233 ~ 33.48%
G 81 of 233 ~ 34.76%
B 74 of 233 ~ 31.76%

%33.48
%34.76
%31.76

CMYK color model

#4E514A color CMYK value is (4,0,9,68).

  • cyan value is 3.70%
  • magenta value is 0.00%
  • yellow value is 8.64%
  • key color value is 68.24%
CMYK:
(4,0,9,68)
C4M0Y9K68 
(4%,0%,9%,68%)
(0.04/0.00/0.09/0.68)	

CMYK percentages

%3.7
%0
%8.64
%68.24

Codes

Color #4E514A in popluar color models

4E514A
RGB788174
HSL86°4.52%30.39%
HSB/HSV86°8.64%31.76%
CMYK3.70%0.00%8.64%
68.24%

Color #4E514A in popluar number systems.

HEX4E514A
Decimal788174
Binary100111010100011001010
Octal116121112

Shades and tints

Shades of #4E514A

#4E514A
(78,81,74)
#474A44
(71,74,68)
#40433E
(64,67,62)
#393C38
(57,60,56)
#323532
(50,53,50)
#2B2E2C
(43,46,44)
#242726
(36,39,38)
#1D2020
(29,32,32)
#16191A
(22,25,26)
#0F1214
(15,18,20)
#080B0E
(8,11,14)
#000000
(0,0,0)

Tints of #4E514A

#4E514A
(78,81,74)
#5E605A
(94,96,90)
#6E6F6A
(110,111,106)
#7E7E7A
(126,126,122)
#8E8D8A
(142,141,138)
#9E9C9A
(158,156,154)
#AEABAA
(174,171,170)
#BEBABA
(190,186,186)
#CEC9CA
(206,201,202)
#DED8DA
(222,216,218)
#EEE7EA
(238,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E514A; }

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

This text font color is #4E514A.


Background Color

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

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

This div background color is #4E514A.


Border color

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

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

This div border color is #4E514A.


Opacity

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

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

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

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

This text has shadow with #4E514A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E514A on black background.


Color preview on white background

This text has color #4E514A on white background.



Black color preview on #4E514A background

This text has black color on #4E514A background.


White color preview on #4E514A background

This text has white color on #4E514A background.