COLOR #4E615B

HEX: #4E615B
RGB: (78,97,91)

Color info

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

RGB color model

#4E615B color RGB value is (78,97,91).

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

RGB channels and saturation

R 78 of 255 = 31%
G 97 of 255 = 38%
B 91 of 255 = 36%

78
97
91

R + G + B ~ 35%. #4E615B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 97 + 91 = 266 (100%)
R 78 of 266 ~ 29.32%
G 97 of 266 ~ 36.47%
B 91 of 266 ~ 34.21%

%29.32
%36.47
%34.21

CMYK color model

#4E615B color CMYK value is (20,0,6,62).

  • cyan value is 19.59%
  • magenta value is 0.00%
  • yellow value is 6.19%
  • key color value is 61.96%
CMYK:
(20,0,6,62)
C20M0Y6K62 
(20%,0%,6%,62%)
(0.20/0.00/0.06/0.62)	

CMYK percentages

%19.59
%0
%6.19
%61.96

Codes

Color #4E615B in popluar color models

4E615B
RGB789791
HSL161°10.86%34.31%
HSB/HSV161°19.59%38.04%
CMYK19.59%0.00%6.19%
61.96%

Color #4E615B in popluar number systems.

HEX4E615B
Decimal789791
Binary100111011000011011011
Octal116141133

Shades and tints

Shades of #4E615B

#4E615B
(78,97,91)
#475953
(71,89,83)
#40514B
(64,81,75)
#394943
(57,73,67)
#32413B
(50,65,59)
#2B3933
(43,57,51)
#24312B
(36,49,43)
#1D2923
(29,41,35)
#16211B
(22,33,27)
#0F1913
(15,25,19)
#08110B
(8,17,11)
#000000
(0,0,0)

Tints of #4E615B

#4E615B
(78,97,91)
#5E6F69
(94,111,105)
#6E7D77
(110,125,119)
#7E8B85
(126,139,133)
#8E9993
(142,153,147)
#9EA7A1
(158,167,161)
#AEB5AF
(174,181,175)
#BEC3BD
(190,195,189)
#CED1CB
(206,209,203)
#DEDFD9
(222,223,217)
#EEEDE7
(238,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E615B; }

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

This text font color is #4E615B.


Background Color

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

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

This div background color is #4E615B.


Border color

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

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

This div border color is #4E615B.


Opacity

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

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

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

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

This text has shadow with #4E615B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E615B on black background.


Color preview on white background

This text has color #4E615B on white background.



Black color preview on #4E615B background

This text has black color on #4E615B background.


White color preview on #4E615B background

This text has white color on #4E615B background.