COLOR #4E3848

HEX: #4E3848 RGB: (78,56,72)

Color info

#4E3848 contains red, green and blue colors in about the same proportion. Web safe color of #4E3848 is #663333 (or #633).

RGB color model

#4E3848 color RGB value is (78,56,72).

RGB: (78,56,72) (31%, 22%, 28%)

RGB channels and saturation

R 78 of 255 = 31%
G 56 of 255 = 22%
B 72 of 255 = 28%

78
56
72

R + G + B ~ 27%. #4E3848 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 56 + 72 = 206 (100%)
R 78 of 206 ~ 37.86%
G 56 of 206 ~ 27.18%
B 72 of 206 ~ 34.95'%

%37.86
%27.18
%34.95

CMYK color model

#4E3848 color CMYK value is (0,28,8,69).

  • cyan value is 0.00%
  • magenta value is 28.21%
  • yellow value is 7.69%
  • key color value is 69.41%
CMYK: (0,28,8,69) C0M28Y8K69 (0%,28%,8%,69%) (0.00/0.28/0.08/0.69) 

CMYK percentages

%0
%28.21
%7.69
%69.41

Codes

Color #4E3848 in popluar color models

4E 38 48
RGB 78 56 72
HSL 316° 16.42% 26.27%
HSB/HSV 316° 28.21% 30.59%
CMYK 0.00% 28.21% 7.69%
69.41%

Color #4E3848 in popluar number systems.

HEX 4E 38 48
Decimal 78 56 72
Binary 1001110 111000 1001000
Octal 116 70 110

Shades and tints

Shades of #4E3848

#4E3848
(78,56,72)
#473342
(71,51,66)
#402E3C
(64,46,60)
#392936
(57,41,54)
#322430
(50,36,48)
#2B1F2A
(43,31,42)
#241A24
(36,26,36)
#1D151E
(29,21,30)
#161018
(22,16,24)
#0F0B12
(15,11,18)
#08060C
(8,6,12)
#000000
(0,0,0)

Tints of #4E3848

#4E3848
(78,56,72)
#5E4A58
(94,74,88)
#6E5C68
(110,92,104)
#7E6E78
(126,110,120)
#8E8088
(142,128,136)
#9E9298
(158,146,152)
#AEA4A8
(174,164,168)
#BEB6B8
(190,182,184)
#CEC8C8
(206,200,200)
#DEDAD8
(222,218,216)
#EEECE8
(238,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E3848; }

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

This text font color is #4E3848.

Background Color

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

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

This div background color is #4E3848.

Border color

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

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

This div border color is #4E3848.

Opacity

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

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

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

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

This text has shadow with #4E3848 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E3848.

Preview

Color preview on black background

This text has color #4E3848 on black background.


Color preview on white background

This text has color #4E3848 on white background.


Black color preview on #4E3848 background

This text has black color on #4E3848 background.


White color preview on #4E3848 background

This text has white color on #4E3848 background.


Related colors

Complementary color

Complementary color for #hex is #B1C7B7.


I love getcolorcode.com

Triadic colors

1 #484E38 and #38484E with #4E3848 are triadic colors.

2 #48384E and #384E48 with #4E3848 are triadic colors.