COLOR #4E6561

HEX: #4E6561
RGB: (78,101,97)

Color info

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

RGB color model

#4E6561 color RGB value is (78,101,97).

  • red value is 78;
  • green value is 101;
  • blue value is 97.
RGB:
(78,101,97)
(31%,40%,38%)

RGB channels and saturation

R 78 of 255 = 31%
G 101 of 255 = 40%
B 97 of 255 = 38%

78
101
97

R + G + B ~ 36%. #4E6561 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 101 + 97 = 276 (100%)
R 78 of 276 ~ 28.26%
G 101 of 276 ~ 36.59%
B 97 of 276 ~ 35.14%

%28.26
%36.59
%35.14

CMYK color model

#4E6561 color CMYK value is (23,0,4,60).

  • cyan value is 22.77%
  • magenta value is 0.00%
  • yellow value is 3.96%
  • key color value is 60.39%
CMYK:
(23,0,4,60)
C23M0Y4K60 
(23%,0%,4%,60%)
(0.23/0.00/0.04/0.60)	

CMYK percentages

%22.77
%0
%3.96
%60.39

Codes

Color #4E6561 in popluar color models

4E6561
RGB7810197
HSL170°12.85%35.10%
HSB/HSV170°22.77%39.61%
CMYK22.77%0.00%3.96%
60.39%

Color #4E6561 in popluar number systems.

HEX4E6561
Decimal7810197
Binary100111011001011100001
Octal116145141

Shades and tints

Shades of #4E6561

#4E6561
(78,101,97)
#475C59
(71,92,89)
#405351
(64,83,81)
#394A49
(57,74,73)
#324141
(50,65,65)
#2B3839
(43,56,57)
#242F31
(36,47,49)
#1D2629
(29,38,41)
#161D21
(22,29,33)
#0F1419
(15,20,25)
#080B11
(8,11,17)
#000000
(0,0,0)

Tints of #4E6561

#4E6561
(78,101,97)
#5E736F
(94,115,111)
#6E817D
(110,129,125)
#7E8F8B
(126,143,139)
#8E9D99
(142,157,153)
#9EABA7
(158,171,167)
#AEB9B5
(174,185,181)
#BEC7C3
(190,199,195)
#CED5D1
(206,213,209)
#DEE3DF
(222,227,223)
#EEF1ED
(238,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E6561 color. Also use rgb(78,101,97) instead hex code.

Text Font Color

.myTextColor { color: #4E6561; }

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

This text font color is #4E6561.


Background Color

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

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

This div background color is #4E6561.


Border color

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

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

This div border color is #4E6561.


Opacity

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

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

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

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

This text has shadow with #4E6561 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E6561 on black background.


Color preview on white background

This text has color #4E6561 on white background.



Black color preview on #4E6561 background

This text has black color on #4E6561 background.


White color preview on #4E6561 background

This text has white color on #4E6561 background.