COLOR #4E364B

HEX: #4E364B RGB: (78,54,75)

Color info

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

RGB color model

#4E364B color RGB value is (78,54,75).

RGB: (78,54,75) (31%, 21%, 29%)

RGB channels and saturation

R 78 of 255 = 31%
G 54 of 255 = 21%
B 75 of 255 = 29%

78
54
75

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

Portions of RGB colors in percentages

R + G + B = 78 + 54 + 75 = 207 (100%)
R 78 of 207 ~ 37.68%
G 54 of 207 ~ 26.09%
B 75 of 207 ~ 36.23'%

%37.68
%26.09
%36.23

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 3.85%
  • key color value is 69.41%
CMYK: (0,31,4,69) C0M31Y4K69 (0%,31%,4%,69%) (0.00/0.31/0.04/0.69) 

CMYK percentages

%0
%30.77
%3.85
%69.41

Codes

Color #4E364B in popluar color models

4E 36 4B
RGB 78 54 75
HSL 308° 18.18% 25.88%
HSB/HSV 308° 30.77% 30.59%
CMYK 0.00% 30.77% 3.85%
69.41%

Color #4E364B in popluar number systems.

HEX 4E 36 4B
Decimal 78 54 75
Binary 1001110 110110 1001011
Octal 116 66 113

Shades and tints

Shades of #4E364B

#4E364B
(78,54,75)
#473245
(71,50,69)
#402E3F
(64,46,63)
#392A39
(57,42,57)
#322633
(50,38,51)
#2B222D
(43,34,45)
#241E27
(36,30,39)
#1D1A21
(29,26,33)
#16161B
(22,22,27)
#0F1215
(15,18,21)
#080E0F
(8,14,15)
#000000
(0,0,0)

Tints of #4E364B

#4E364B
(78,54,75)
#5E485B
(94,72,91)
#6E5A6B
(110,90,107)
#7E6C7B
(126,108,123)
#8E7E8B
(142,126,139)
#9E909B
(158,144,155)
#AEA2AB
(174,162,171)
#BEB4BB
(190,180,187)
#CEC6CB
(206,198,203)
#DED8DB
(222,216,219)
#EEEAEB
(238,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E364B; }

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

This text font color is #4E364B.

Background Color

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

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

This div background color is #4E364B.

Border color

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

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

This div border color is #4E364B.

Opacity

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

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

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

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

This text has shadow with #4E364B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E364B.

Preview

Color preview on black background

This text has color #4E364B on black background.


Color preview on white background

This text has color #4E364B on white background.


Black color preview on #4E364B background

This text has black color on #4E364B background.


White color preview on #4E364B background

This text has white color on #4E364B background.


Related colors

Complementary color

Complementary color for #hex is #B1C9B4.


I love getcolorcode.com

Triadic colors

1 #4B4E36 and #364B4E with #4E364B are triadic colors.

2 #4B364E and #364E4B with #4E364B are triadic colors.