COLOR #4E313D

HEX: #4E313D RGB: (78,49,61)

Color info

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

RGB color model

#4E313D color RGB value is (78,49,61).

RGB: (78,49,61) (31%, 19%, 24%)

RGB channels and saturation

R 78 of 255 = 31%
G 49 of 255 = 19%
B 61 of 255 = 24%

78
49
61

R + G + B ~ 25%. #4E313D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 49 + 61 = 188 (100%)
R 78 of 188 ~ 41.49%
G 49 of 188 ~ 26.06%
B 61 of 188 ~ 32.45'%

%41.49
%26.06
%32.45

CMYK color model

#4E313D color CMYK value is (0,37,22,69).

  • cyan value is 0.00%
  • magenta value is 37.18%
  • yellow value is 21.79%
  • key color value is 69.41%

CMYK: (0,37,22,69)
C0M37Y22K69 (0%, 37%, 22%, 69%)
(0.00 / 0.37 / 0.22 / 0.69)

CMYK percentages

%0
%37.18
%21.79
%69.41

Codes

Color #4E313D in popluar color models

4E 31 3D
RGB 78 49 61
HSL 335° 22.83% 24.90%
HSB/HSV 335° 37.18% 30.59%
CMYK 0.00% 37.18% 21.79%
69.41%

Color #4E313D in popluar number systems.

HEX 4E 31 3D
Decimal 78 49 61
Binary 1001110 110001 111101
Octal 116 61 75

Shades and tints

Shades of #4E313D

#4E313D
(78,49,61)
#472D38
(71,45,56)
#402933
(64,41,51)
#39252E
(57,37,46)
#322129
(50,33,41)
#2B1D24
(43,29,36)
#24191F
(36,25,31)
#1D151A
(29,21,26)
#161115
(22,17,21)
#0F0D10
(15,13,16)
#08090B
(8,9,11)
#000000
(0,0,0)

Tints of #4E313D

#4E313D
(78,49,61)
#5E434E
(94,67,78)
#6E555F
(110,85,95)
#7E6770
(126,103,112)
#8E7981
(142,121,129)
#9E8B92
(158,139,146)
#AE9DA3
(174,157,163)
#BEAFB4
(190,175,180)
#CEC1C5
(206,193,197)
#DED3D6
(222,211,214)
#EEE5E7
(238,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E313D color. Also use rgb(78,49,61) instead hex code.

Text Font Color

.myTextColor { color: #4E313D; }

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

This text font color is #4E313D.

Background Color

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

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

This div background color is #4E313D.

Border color

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

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

This div border color is #4E313D.

Opacity

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

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

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

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

This text has shadow with #4E313D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E313D.

Preview

Color preview on black background

This text has color #4E313D on black background.


Color preview on white background

This text has color #4E313D on white background.


Black color preview on #4E313D background

This text has black color on #4E313D background.


White color preview on #4E313D background

This text has white color on #4E313D background.


Related colors

Complementary color

Complementary color for #hex is #B1CEC2.


I love getcolorcode.com

Triadic colors

1 #3D4E31 and #313D4E with #4E313D are triadic colors.

2 #3D314E and #314E3D with #4E313D are triadic colors.