COLOR #4E695F

HEX: #4E695F RGB: (78,105,95)

Color info

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

RGB color model

#4E695F color RGB value is (78,105,95).

RGB: (78,105,95) (31%, 41%, 37%)

RGB channels and saturation

R 78 of 255 = 31%
G 105 of 255 = 41%
B 95 of 255 = 37%

78
105
95

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

Portions of RGB colors in percentages

R + G + B = 78 + 105 + 95 = 278 (100%)
R 78 of 278 ~ 28.06%
G 105 of 278 ~ 37.77%
B 95 of 278 ~ 34.17'%

%28.06
%37.77
%34.17

CMYK color model

#4E695F color CMYK value is (26,0,10,59).

  • cyan value is 25.71%
  • magenta value is 0.00%
  • yellow value is 9.52%
  • key color value is 58.82%

CMYK: (26,0,10,59)
C26M0Y10K59 (26%, 0%, 10%, 59%)
(0.26 / 0.00 / 0.10 / 0.59)

CMYK percentages

%25.71
%0
%9.52
%58.82

Codes

Color #4E695F in popluar color models

4E 69 5F
RGB 78 105 95
HSL 158° 14.75% 35.88%
HSB/HSV 158° 25.71% 41.18%
CMYK 25.71% 0.00% 9.52%
58.82%

Color #4E695F in popluar number systems.

HEX 4E 69 5F
Decimal 78 105 95
Binary 1001110 1101001 1011111
Octal 116 151 137

Shades and tints

Shades of #4E695F

#4E695F
(78,105,95)
#476057
(71,96,87)
#40574F
(64,87,79)
#394E47
(57,78,71)
#32453F
(50,69,63)
#2B3C37
(43,60,55)
#24332F
(36,51,47)
#1D2A27
(29,42,39)
#16211F
(22,33,31)
#0F1817
(15,24,23)
#080F0F
(8,15,15)
#000000
(0,0,0)

Tints of #4E695F

#4E695F
(78,105,95)
#5E766D
(94,118,109)
#6E837B
(110,131,123)
#7E9089
(126,144,137)
#8E9D97
(142,157,151)
#9EAAA5
(158,170,165)
#AEB7B3
(174,183,179)
#BEC4C1
(190,196,193)
#CED1CF
(206,209,207)
#DEDEDD
(222,222,221)
#EEEBEB
(238,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E695F; }

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

This text font color is #4E695F.

Background Color

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

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

This div background color is #4E695F.

Border color

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

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

This div border color is #4E695F.

Opacity

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

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

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

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

This text has shadow with #4E695F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E695F.

Preview

Color preview on black background

This text has color #4E695F on black background.


Color preview on white background

This text has color #4E695F on white background.


Black color preview on #4E695F background

This text has black color on #4E695F background.


White color preview on #4E695F background

This text has white color on #4E695F background.


Related colors

Complementary color

Complementary color for #hex is #B196A0.


I love getcolorcode.com

Triadic colors

1 #5F4E69 and #695F4E with #4E695F are triadic colors.

2 #5F694E and #694E5F with #4E695F are triadic colors.