COLOR #4E3648

HEX: #4E3648 RGB: (78,54,72)

Color info

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

RGB color model

#4E3648 color RGB value is (78,54,72).

RGB: (78,54,72) (31%, 21%, 28%)

RGB channels and saturation

R 78 of 255 = 31%
G 54 of 255 = 21%
B 72 of 255 = 28%

78
54
72

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

Portions of RGB colors in percentages

R + G + B = 78 + 54 + 72 = 204 (100%)
R 78 of 204 ~ 38.24%
G 54 of 204 ~ 26.47%
B 72 of 204 ~ 35.29'%

%38.24
%26.47
%35.29

CMYK color model

#4E3648 color CMYK value is (0,31,8,69).

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 7.69%
  • key color value is 69.41%

CMYK: (0,31,8,69)
C0M31Y8K69 (0%, 31%, 8%, 69%)
(0.00 / 0.31 / 0.08 / 0.69)

CMYK percentages

%0
%30.77
%7.69
%69.41

Codes

Color #4E3648 in popluar color models

4E 36 48
RGB 78 54 72
HSL 315° 18.18% 25.88%
HSB/HSV 315° 30.77% 30.59%
CMYK 0.00% 30.77% 7.69%
69.41%

Color #4E3648 in popluar number systems.

HEX 4E 36 48
Decimal 78 54 72
Binary 1001110 110110 1001000
Octal 116 66 110

Shades and tints

Shades of #4E3648

#4E3648
(78,54,72)
#473242
(71,50,66)
#402E3C
(64,46,60)
#392A36
(57,42,54)
#322630
(50,38,48)
#2B222A
(43,34,42)
#241E24
(36,30,36)
#1D1A1E
(29,26,30)
#161618
(22,22,24)
#0F1212
(15,18,18)
#080E0C
(8,14,12)
#000000
(0,0,0)

Tints of #4E3648

#4E3648
(78,54,72)
#5E4858
(94,72,88)
#6E5A68
(110,90,104)
#7E6C78
(126,108,120)
#8E7E88
(142,126,136)
#9E9098
(158,144,152)
#AEA2A8
(174,162,168)
#BEB4B8
(190,180,184)
#CEC6C8
(206,198,200)
#DED8D8
(222,216,216)
#EEEAE8
(238,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E3648; }

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

This text font color is #4E3648.

Background Color

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

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

This div background color is #4E3648.

Border color

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

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

This div border color is #4E3648.

Opacity

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

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

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

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

This text has shadow with #4E3648 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E3648.

Preview

Color preview on black background

This text has color #4E3648 on black background.


Color preview on white background

This text has color #4E3648 on white background.


Black color preview on #4E3648 background

This text has black color on #4E3648 background.


White color preview on #4E3648 background

This text has white color on #4E3648 background.


Related colors

Complementary color

Complementary color for #hex is #B1C9B7.


I love getcolorcode.com

Triadic colors

1 #484E36 and #36484E with #4E3648 are triadic colors.

2 #48364E and #364E48 with #4E3648 are triadic colors.