COLOR #4E594B

HEX: #4E594B RGB: (78,89,75)

Color info

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

RGB color model

#4E594B color RGB value is (78,89,75).

RGB: (78,89,75) (31%, 35%, 29%)

RGB channels and saturation

R 78 of 255 = 31%
G 89 of 255 = 35%
B 75 of 255 = 29%

78
89
75

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

Portions of RGB colors in percentages

R + G + B = 78 + 89 + 75 = 242 (100%)
R 78 of 242 ~ 32.23%
G 89 of 242 ~ 36.78%
B 75 of 242 ~ 30.99'%

%32.23
%36.78
%30.99

CMYK color model

#4E594B color CMYK value is (12,0,16,65).

  • cyan value is 12.36%
  • magenta value is 0.00%
  • yellow value is 15.73%
  • key color value is 65.10%
CMYK: (12,0,16,65) C12M0Y16K65 (12%,0%,16%,65%) (0.12/0.00/0.16/0.65) 

CMYK percentages

%12.36
%0
%15.73
%65.1

Codes

Color #4E594B in popluar color models

4E 59 4B
RGB 78 89 75
HSL 107° 8.54% 32.16%
HSB/HSV 107° 15.73% 34.90%
CMYK 12.36% 0.00% 15.73%
65.10%

Color #4E594B in popluar number systems.

HEX 4E 59 4B
Decimal 78 89 75
Binary 1001110 1011001 1001011
Octal 116 131 113

Shades and tints

Shades of #4E594B

#4E594B
(78,89,75)
#475145
(71,81,69)
#40493F
(64,73,63)
#394139
(57,65,57)
#323933
(50,57,51)
#2B312D
(43,49,45)
#242927
(36,41,39)
#1D2121
(29,33,33)
#16191B
(22,25,27)
#0F1115
(15,17,21)
#08090F
(8,9,15)
#000000
(0,0,0)

Tints of #4E594B

#4E594B
(78,89,75)
#5E685B
(94,104,91)
#6E776B
(110,119,107)
#7E867B
(126,134,123)
#8E958B
(142,149,139)
#9EA49B
(158,164,155)
#AEB3AB
(174,179,171)
#BEC2BB
(190,194,187)
#CED1CB
(206,209,203)
#DEE0DB
(222,224,219)
#EEEFEB
(238,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E594B; }

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

This text font color is #4E594B.

Background Color

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

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

This div background color is #4E594B.

Border color

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

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

This div border color is #4E594B.

Opacity

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

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

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

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

This text has shadow with #4E594B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E594B.

Preview

Color preview on black background

This text has color #4E594B on black background.


Color preview on white background

This text has color #4E594B on white background.


Black color preview on #4E594B background

This text has black color on #4E594B background.


White color preview on #4E594B background

This text has white color on #4E594B background.


Related colors

Complementary color

Complementary color for #hex is #B1A6B4.


I love getcolorcode.com

Triadic colors

1 #4B4E59 and #594B4E with #4E594B are triadic colors.

2 #4B594E and #594E4B with #4E594B are triadic colors.