COLOR #4E695B

HEX: #4E695B
RGB: (78,105,91)

Color info

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

RGB color model

#4E695B color RGB value is (78,105,91).

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

RGB channels and saturation

R 78 of 255 = 31%
G 105 of 255 = 41%
B 91 of 255 = 36%

78
105
91

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

Portions of RGB colors in percentages

R + G + B =
78 + 105 + 91 = 274 (100%)
R 78 of 274 ~ 28.47%
G 105 of 274 ~ 38.32%
B 91 of 274 ~ 33.21%

%28.47
%38.32
%33.21

CMYK color model

#4E695B color CMYK value is (26,0,13,59).

  • cyan value is 25.71%
  • magenta value is 0.00%
  • yellow value is 13.33%
  • key color value is 58.82%
CMYK:
(26,0,13,59)
C26M0Y13K59 
(26%,0%,13%,59%)
(0.26/0.00/0.13/0.59)	

CMYK percentages

%25.71
%0
%13.33
%58.82

Codes

Color #4E695B in popluar color models

4E695B
RGB7810591
HSL149°14.75%35.88%
HSB/HSV149°25.71%41.18%
CMYK25.71%0.00%13.33%
58.82%

Color #4E695B in popluar number systems.

HEX4E695B
Decimal7810591
Binary100111011010011011011
Octal116151133

Shades and tints

Shades of #4E695B

#4E695B
(78,105,91)
#476053
(71,96,83)
#40574B
(64,87,75)
#394E43
(57,78,67)
#32453B
(50,69,59)
#2B3C33
(43,60,51)
#24332B
(36,51,43)
#1D2A23
(29,42,35)
#16211B
(22,33,27)
#0F1813
(15,24,19)
#080F0B
(8,15,11)
#000000
(0,0,0)

Tints of #4E695B

#4E695B
(78,105,91)
#5E7669
(94,118,105)
#6E8377
(110,131,119)
#7E9085
(126,144,133)
#8E9D93
(142,157,147)
#9EAAA1
(158,170,161)
#AEB7AF
(174,183,175)
#BEC4BD
(190,196,189)
#CED1CB
(206,209,203)
#DEDED9
(222,222,217)
#EEEBE7
(238,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E695B; }

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

This text font color is #4E695B.


Background Color

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

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

This div background color is #4E695B.


Border color

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

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

This div border color is #4E695B.


Opacity

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

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

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

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

This text has shadow with #4E695B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E695B on black background.


Color preview on white background

This text has color #4E695B on white background.



Black color preview on #4E695B background

This text has black color on #4E695B background.


White color preview on #4E695B background

This text has white color on #4E695B background.