COLOR #5E5149

HEX: #5E5149 RGB: (94,81,73)

Color info

#5E5149 contains red, green and blue colors in about the same proportion. Web safe color of #5E5149 is #666633 (or #663).

RGB color model

#5E5149 color RGB value is (94,81,73).

RGB: (94,81,73) (37%, 32%, 29%)

RGB channels and saturation

R 94 of 255 = 37%
G 81 of 255 = 32%
B 73 of 255 = 29%

94
81
73

R + G + B ~ 33%. #5E5149 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 94 + 81 + 73 = 248 (100%)
R 94 of 248 ~ 37.9%
G 81 of 248 ~ 32.66%
B 73 of 248 ~ 29.44'%

%37.9
%32.66
%29.44

CMYK color model

#5E5149 color CMYK value is (0,14,22,63).

  • cyan value is 0.00%
  • magenta value is 13.83%
  • yellow value is 22.34%
  • key color value is 63.14%

CMYK: (0,14,22,63)
C0M14Y22K63 (0%, 14%, 22%, 63%)
(0.00 / 0.14 / 0.22 / 0.63)

CMYK percentages

%0
%13.83
%22.34
%63.14

Codes

Color #5E5149 in popluar color models

5E 51 49
RGB 94 81 73
HSL 23° 12.57% 32.75%
HSB/HSV 23° 22.34% 36.86%
CMYK 0.00% 13.83% 22.34%
63.14%

Color #5E5149 in popluar number systems.

HEX 5E 51 49
Decimal 94 81 73
Binary 1011110 1010001 1001001
Octal 136 121 111

Shades and tints

Shades of #5E5149

#5E5149
(94,81,73)
#564A43
(86,74,67)
#4E433D
(78,67,61)
#463C37
(70,60,55)
#3E3531
(62,53,49)
#362E2B
(54,46,43)
#2E2725
(46,39,37)
#26201F
(38,32,31)
#1E1919
(30,25,25)
#161213
(22,18,19)
#0E0B0D
(14,11,13)
#000000
(0,0,0)

Tints of #5E5149

#5E5149
(94,81,73)
#6C6059
(108,96,89)
#7A6F69
(122,111,105)
#887E79
(136,126,121)
#968D89
(150,141,137)
#A49C99
(164,156,153)
#B2ABA9
(178,171,169)
#C0BAB9
(192,186,185)
#CEC9C9
(206,201,201)
#DCD8D9
(220,216,217)
#EAE7E9
(234,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E5149 color. Also use rgb(94,81,73) instead hex code.

Text Font Color

.myTextColor { color: #5E5149; }

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

This text font color is #5E5149.

Background Color

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

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

This div background color is #5E5149.

Border color

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

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

This div border color is #5E5149.

Opacity

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

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

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

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

This text has shadow with #5E5149 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E5149.

Preview

Color preview on black background

This text has color #5E5149 on black background.


Color preview on white background

This text has color #5E5149 on white background.


Black color preview on #5E5149 background

This text has black color on #5E5149 background.


White color preview on #5E5149 background

This text has white color on #5E5149 background.


Related colors

Complementary color

Complementary color for #hex is #A1AEB6.


I love getcolorcode.com

Triadic colors

1 #495E51 and #51495E with #5E5149 are triadic colors.

2 #49515E and #515E49 with #5E5149 are triadic colors.