COLOR #5E374E

HEX: #5E374E RGB: (94,55,78)

Color info

#5E374E contains red, green and blue colors in about the same proportion. Web safe color of #5E374E is #663366 (or #636).

RGB color model

#5E374E color RGB value is (94,55,78).

RGB: (94,55,78) (37%, 22%, 31%)

RGB channels and saturation

R 94 of 255 = 37%
G 55 of 255 = 22%
B 78 of 255 = 31%

94
55
78

R + G + B ~ 30%. #5E374E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 94 + 55 + 78 = 227 (100%)
R 94 of 227 ~ 41.41%
G 55 of 227 ~ 24.23%
B 78 of 227 ~ 34.36'%

%41.41
%24.23
%34.36

CMYK color model

#5E374E color CMYK value is (0,41,17,63).

  • cyan value is 0.00%
  • magenta value is 41.49%
  • yellow value is 17.02%
  • key color value is 63.14%

CMYK: (0,41,17,63)
C0M41Y17K63 (0%, 41%, 17%, 63%)
(0.00 / 0.41 / 0.17 / 0.63)

CMYK percentages

%0
%41.49
%17.02
%63.14

Codes

Color #5E374E in popluar color models

5E 37 4E
RGB 94 55 78
HSL 325° 26.17% 29.22%
HSB/HSV 325° 41.49% 36.86%
CMYK 0.00% 41.49% 17.02%
63.14%

Color #5E374E in popluar number systems.

HEX 5E 37 4E
Decimal 94 55 78
Binary 1011110 110111 1001110
Octal 136 67 116

Shades and tints

Shades of #5E374E

#5E374E
(94,55,78)
#563247
(86,50,71)
#4E2D40
(78,45,64)
#462839
(70,40,57)
#3E2332
(62,35,50)
#361E2B
(54,30,43)
#2E1924
(46,25,36)
#26141D
(38,20,29)
#1E0F16
(30,15,22)
#160A0F
(22,10,15)
#0E0508
(14,5,8)
#000000
(0,0,0)

Tints of #5E374E

#5E374E
(94,55,78)
#6C495E
(108,73,94)
#7A5B6E
(122,91,110)
#886D7E
(136,109,126)
#967F8E
(150,127,142)
#A4919E
(164,145,158)
#B2A3AE
(178,163,174)
#C0B5BE
(192,181,190)
#CEC7CE
(206,199,206)
#DCD9DE
(220,217,222)
#EAEBEE
(234,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E374E color. Also use rgb(94,55,78) instead hex code.

Text Font Color

.myTextColor { color: #5E374E; }

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

This text font color is #5E374E.

Background Color

.myBgColor { background-color: #5E374E; }

<div style="background-color:#5E374E">Inner text</div>

This div background color is #5E374E.

Border color

.myBorderColor { border: 1px solid #5E374E; }

<div style="border:3px solid #5E374E">Div</div>

This div border color is #5E374E.

Opacity

.myOpacity80 { color: #5E374E; opacity: 0.8; }

<p style="color:#5E374E;opacity:0.8;">80%</p>

Text with #5E374E 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 #5E374E;}

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

This text has shadow with #5E374E color.


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

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

This text has shadow with #5E374E primary color and red secondary color.


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

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

This text has shadow with #5E374E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5E374E.

Preview

Color preview on black background

This text has color #5E374E on black background.


Color preview on white background

This text has color #5E374E on white background.


Black color preview on #5E374E background

This text has black color on #5E374E background.


White color preview on #5E374E background

This text has white color on #5E374E background.


Related colors

Complementary color

Complementary color for #hex is #A1C8B1.


I love getcolorcode.com

Triadic colors

1 #4E5E37 and #374E5E with #5E374E are triadic colors.

2 #4E375E and #375E4E with #5E374E are triadic colors.