COLOR #4E373A

HEX: #4E373A RGB: (78,55,58)

Color info

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

RGB color model

#4E373A color RGB value is (78,55,58).

RGB: (78,55,58) (31%, 22%, 23%)

RGB channels and saturation

R 78 of 255 = 31%
G 55 of 255 = 22%
B 58 of 255 = 23%

78
55
58

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

Portions of RGB colors in percentages

R + G + B = 78 + 55 + 58 = 191 (100%)
R 78 of 191 ~ 40.84%
G 55 of 191 ~ 28.8%
B 58 of 191 ~ 30.37'%

%40.84
%28.8
%30.37

CMYK color model

#4E373A color CMYK value is (0,29,26,69).

  • cyan value is 0.00%
  • magenta value is 29.49%
  • yellow value is 25.64%
  • key color value is 69.41%

CMYK: (0,29,26,69)
C0M29Y26K69 (0%, 29%, 26%, 69%)
(0.00 / 0.29 / 0.26 / 0.69)

CMYK percentages

%0
%29.49
%25.64
%69.41

Codes

Color #4E373A in popluar color models

4E 37 3A
RGB 78 55 58
HSL 352° 17.29% 26.08%
HSB/HSV 352° 29.49% 30.59%
CMYK 0.00% 29.49% 25.64%
69.41%

Color #4E373A in popluar number systems.

HEX 4E 37 3A
Decimal 78 55 58
Binary 1001110 110111 111010
Octal 116 67 72

Shades and tints

Shades of #4E373A

#4E373A
(78,55,58)
#473235
(71,50,53)
#402D30
(64,45,48)
#39282B
(57,40,43)
#322326
(50,35,38)
#2B1E21
(43,30,33)
#24191C
(36,25,28)
#1D1417
(29,20,23)
#160F12
(22,15,18)
#0F0A0D
(15,10,13)
#080508
(8,5,8)
#000000
(0,0,0)

Tints of #4E373A

#4E373A
(78,55,58)
#5E494B
(94,73,75)
#6E5B5C
(110,91,92)
#7E6D6D
(126,109,109)
#8E7F7E
(142,127,126)
#9E918F
(158,145,143)
#AEA3A0
(174,163,160)
#BEB5B1
(190,181,177)
#CEC7C2
(206,199,194)
#DED9D3
(222,217,211)
#EEEBE4
(238,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E373A color. Also use rgb(78,55,58) instead hex code.

Text Font Color

.myTextColor { color: #4E373A; }

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

This text font color is #4E373A.

Background Color

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

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

This div background color is #4E373A.

Border color

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

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

This div border color is #4E373A.

Opacity

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

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

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

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

This text has shadow with #4E373A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E373A.

Preview

Color preview on black background

This text has color #4E373A on black background.


Color preview on white background

This text has color #4E373A on white background.


Black color preview on #4E373A background

This text has black color on #4E373A background.


White color preview on #4E373A background

This text has white color on #4E373A background.


Related colors

Complementary color

Complementary color for #hex is #B1C8C5.


I love getcolorcode.com

Triadic colors

1 #3A4E37 and #373A4E with #4E373A are triadic colors.

2 #3A374E and #374E3A with #4E373A are triadic colors.