COLOR #4E5F4B

HEX: #4E5F4B RGB: (78,95,75)

Color info

#4E5F4B contains red, green and blue colors in about the same proportion. Web safe color of #4E5F4B is #666633 (or #663).

RGB color model

#4E5F4B color RGB value is (78,95,75).

RGB: (78,95,75) (31%, 37%, 29%)

RGB channels and saturation

R 78 of 255 = 31%
G 95 of 255 = 37%
B 75 of 255 = 29%

78
95
75

R + G + B ~ 32%. #4E5F4B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 95 + 75 = 248 (100%)
R 78 of 248 ~ 31.45%
G 95 of 248 ~ 38.31%
B 75 of 248 ~ 30.24'%

%31.45
%38.31
%30.24

CMYK color model

#4E5F4B color CMYK value is (18,0,21,63).

  • cyan value is 17.89%
  • magenta value is 0.00%
  • yellow value is 21.05%
  • key color value is 62.75%

CMYK: (18,0,21,63)
C18M0Y21K63 (18%, 0%, 21%, 63%)
(0.18 / 0.00 / 0.21 / 0.63)

CMYK percentages

%17.89
%0
%21.05
%62.75

Codes

Color #4E5F4B in popluar color models

4E 5F 4B
RGB 78 95 75
HSL 111° 11.76% 33.33%
HSB/HSV 111° 21.05% 37.25%
CMYK 17.89% 0.00% 21.05%
62.75%

Color #4E5F4B in popluar number systems.

HEX 4E 5F 4B
Decimal 78 95 75
Binary 1001110 1011111 1001011
Octal 116 137 113

Shades and tints

Shades of #4E5F4B

#4E5F4B
(78,95,75)
#475745
(71,87,69)
#404F3F
(64,79,63)
#394739
(57,71,57)
#323F33
(50,63,51)
#2B372D
(43,55,45)
#242F27
(36,47,39)
#1D2721
(29,39,33)
#161F1B
(22,31,27)
#0F1715
(15,23,21)
#080F0F
(8,15,15)
#000000
(0,0,0)

Tints of #4E5F4B

#4E5F4B
(78,95,75)
#5E6D5B
(94,109,91)
#6E7B6B
(110,123,107)
#7E897B
(126,137,123)
#8E978B
(142,151,139)
#9EA59B
(158,165,155)
#AEB3AB
(174,179,171)
#BEC1BB
(190,193,187)
#CECFCB
(206,207,203)
#DEDDDB
(222,221,219)
#EEEBEB
(238,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E5F4B; }

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

This text font color is #4E5F4B.

Background Color

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

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

This div background color is #4E5F4B.

Border color

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

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

This div border color is #4E5F4B.

Opacity

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

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

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

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

This text has shadow with #4E5F4B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E5F4B.

Preview

Color preview on black background

This text has color #4E5F4B on black background.


Color preview on white background

This text has color #4E5F4B on white background.


Black color preview on #4E5F4B background

This text has black color on #4E5F4B background.


White color preview on #4E5F4B background

This text has white color on #4E5F4B background.


Related colors

Complementary color

Complementary color for #hex is #B1A0B4.


I love getcolorcode.com

Triadic colors

1 #4B4E5F and #5F4B4E with #4E5F4B are triadic colors.

2 #4B5F4E and #5F4E4B with #4E5F4B are triadic colors.