COLOR #4E5848

HEX: #4E5848 RGB: (78,88,72)

Color info

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

RGB color model

#4E5848 color RGB value is (78,88,72).

RGB: (78,88,72) (31%, 35%, 28%)

RGB channels and saturation

R 78 of 255 = 31%
G 88 of 255 = 35%
B 72 of 255 = 28%

78
88
72

R + G + B ~ 31%. #4E5848 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 88 + 72 = 238 (100%)
R 78 of 238 ~ 32.77%
G 88 of 238 ~ 36.97%
B 72 of 238 ~ 30.25'%

%32.77
%36.97
%30.25

CMYK color model

#4E5848 color CMYK value is (11,0,18,65).

  • cyan value is 11.36%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 65.49%

CMYK: (11,0,18,65)
C11M0Y18K65 (11%, 0%, 18%, 65%)
(0.11 / 0.00 / 0.18 / 0.65)

CMYK percentages

%11.36
%0
%18.18
%65.49

Codes

Color #4E5848 in popluar color models

4E 58 48
RGB 78 88 72
HSL 98° 10.00% 31.37%
HSB/HSV 98° 18.18% 34.51%
CMYK 11.36% 0.00% 18.18%
65.49%

Color #4E5848 in popluar number systems.

HEX 4E 58 48
Decimal 78 88 72
Binary 1001110 1011000 1001000
Octal 116 130 110

Shades and tints

Shades of #4E5848

#4E5848
(78,88,72)
#475042
(71,80,66)
#40483C
(64,72,60)
#394036
(57,64,54)
#323830
(50,56,48)
#2B302A
(43,48,42)
#242824
(36,40,36)
#1D201E
(29,32,30)
#161818
(22,24,24)
#0F1012
(15,16,18)
#08080C
(8,8,12)
#000000
(0,0,0)

Tints of #4E5848

#4E5848
(78,88,72)
#5E6758
(94,103,88)
#6E7668
(110,118,104)
#7E8578
(126,133,120)
#8E9488
(142,148,136)
#9EA398
(158,163,152)
#AEB2A8
(174,178,168)
#BEC1B8
(190,193,184)
#CED0C8
(206,208,200)
#DEDFD8
(222,223,216)
#EEEEE8
(238,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E5848 color. Also use rgb(78,88,72) instead hex code.

Text Font Color

.myTextColor { color: #4E5848; }

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

This text font color is #4E5848.

Background Color

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

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

This div background color is #4E5848.

Border color

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

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

This div border color is #4E5848.

Opacity

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

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

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

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

This text has shadow with #4E5848 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E5848.

Preview

Color preview on black background

This text has color #4E5848 on black background.


Color preview on white background

This text has color #4E5848 on white background.


Black color preview on #4E5848 background

This text has black color on #4E5848 background.


White color preview on #4E5848 background

This text has white color on #4E5848 background.


Related colors

Complementary color

Complementary color for #hex is #B1A7B7.


I love getcolorcode.com

Triadic colors

1 #484E58 and #58484E with #4E5848 are triadic colors.

2 #48584E and #584E48 with #4E5848 are triadic colors.