COLOR #4E5951

HEX: #4E5951
RGB: (78,89,81)

Color info

#4E5951 contains red, green and blue colors in about the same proportion. Web safe color of #4E5951 is #666666 (or #666).

RGB color model

#4E5951 color RGB value is (78,89,81).

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

RGB channels and saturation

R 78 of 255 = 31%
G 89 of 255 = 35%
B 81 of 255 = 32%

78
89
81

R + G + B ~ 33%. #4E5951 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 89 + 81 = 248 (100%)
R 78 of 248 ~ 31.45%
G 89 of 248 ~ 35.89%
B 81 of 248 ~ 32.66%

%31.45
%35.89
%32.66

CMYK color model

#4E5951 color CMYK value is (12,0,9,65).

  • cyan value is 12.36%
  • magenta value is 0.00%
  • yellow value is 8.99%
  • key color value is 65.10%
CMYK:
(12,0,9,65)
C12M0Y9K65 
(12%,0%,9%,65%)
(0.12/0.00/0.09/0.65)	

CMYK percentages

%12.36
%0
%8.99
%65.1

Codes

Color #4E5951 in popluar color models

4E5951
RGB788981
HSL136°6.59%32.75%
HSB/HSV136°12.36%34.90%
CMYK12.36%0.00%8.99%
65.10%

Color #4E5951 in popluar number systems.

HEX4E5951
Decimal788981
Binary100111010110011010001
Octal116131121

Shades and tints

Shades of #4E5951

#4E5951
(78,89,81)
#47514A
(71,81,74)
#404943
(64,73,67)
#39413C
(57,65,60)
#323935
(50,57,53)
#2B312E
(43,49,46)
#242927
(36,41,39)
#1D2120
(29,33,32)
#161919
(22,25,25)
#0F1112
(15,17,18)
#08090B
(8,9,11)
#000000
(0,0,0)

Tints of #4E5951

#4E5951
(78,89,81)
#5E6860
(94,104,96)
#6E776F
(110,119,111)
#7E867E
(126,134,126)
#8E958D
(142,149,141)
#9EA49C
(158,164,156)
#AEB3AB
(174,179,171)
#BEC2BA
(190,194,186)
#CED1C9
(206,209,201)
#DEE0D8
(222,224,216)
#EEEFE7
(238,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E5951; }

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

This text font color is #4E5951.


Background Color

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

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

This div background color is #4E5951.


Border color

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

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

This div border color is #4E5951.


Opacity

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

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

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

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

This text has shadow with #4E5951 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E5951 on black background.


Color preview on white background

This text has color #4E5951 on white background.



Black color preview on #4E5951 background

This text has black color on #4E5951 background.


White color preview on #4E5951 background

This text has white color on #4E5951 background.