COLOR #4E514B

HEX: #4E514B
RGB: (78,81,75)

Color info

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

RGB color model

#4E514B color RGB value is (78,81,75).

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

RGB channels and saturation

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

78
81
75

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

Portions of RGB colors in percentages

R + G + B =
78 + 81 + 75 = 234 (100%)
R 78 of 234 ~ 33.33%
G 81 of 234 ~ 34.62%
B 75 of 234 ~ 32.05%

%33.33
%34.62
%32.05

CMYK color model

#4E514B color CMYK value is (4,0,7,68).

  • cyan value is 3.70%
  • magenta value is 0.00%
  • yellow value is 7.41%
  • key color value is 68.24%
CMYK:
(4,0,7,68)
C4M0Y7K68 
(4%,0%,7%,68%)
(0.04/0.00/0.07/0.68)	

CMYK percentages

%3.7
%0
%7.41
%68.24

Codes

Color #4E514B in popluar color models

4E514B
RGB788175
HSL90°3.85%30.59%
HSB/HSV90°7.41%31.76%
CMYK3.70%0.00%7.41%
68.24%

Color #4E514B in popluar number systems.

HEX4E514B
Decimal788175
Binary100111010100011001011
Octal116121113

Shades and tints

Shades of #4E514B

#4E514B
(78,81,75)
#474A45
(71,74,69)
#40433F
(64,67,63)
#393C39
(57,60,57)
#323533
(50,53,51)
#2B2E2D
(43,46,45)
#242727
(36,39,39)
#1D2021
(29,32,33)
#16191B
(22,25,27)
#0F1215
(15,18,21)
#080B0F
(8,11,15)
#000000
(0,0,0)

Tints of #4E514B

#4E514B
(78,81,75)
#5E605B
(94,96,91)
#6E6F6B
(110,111,107)
#7E7E7B
(126,126,123)
#8E8D8B
(142,141,139)
#9E9C9B
(158,156,155)
#AEABAB
(174,171,171)
#BEBABB
(190,186,187)
#CEC9CB
(206,201,203)
#DED8DB
(222,216,219)
#EEE7EB
(238,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E514B; }

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

This text font color is #4E514B.


Background Color

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

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

This div background color is #4E514B.


Border color

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

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

This div border color is #4E514B.


Opacity

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

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

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

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

This text has shadow with #4E514B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E514B on black background.


Color preview on white background

This text has color #4E514B on white background.



Black color preview on #4E514B background

This text has black color on #4E514B background.


White color preview on #4E514B background

This text has white color on #4E514B background.