COLOR #5E4956

HEX: #5E4956 RGB: (94,73,86)

Color info

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

RGB color model

#5E4956 color RGB value is (94,73,86).

RGB: (94,73,86) (37%, 29%, 34%)

RGB channels and saturation

R 94 of 255 = 37%
G 73 of 255 = 29%
B 86 of 255 = 34%

94
73
86

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

Portions of RGB colors in percentages

R + G + B = 94 + 73 + 86 = 253 (100%)
R 94 of 253 ~ 37.15%
G 73 of 253 ~ 28.85%
B 86 of 253 ~ 33.99'%

%37.15
%28.85
%33.99

CMYK color model

#5E4956 color CMYK value is (0,22,9,63).

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

CMYK: (0,22,9,63)
C0M22Y9K63 (0%, 22%, 9%, 63%)
(0.00 / 0.22 / 0.09 / 0.63)

CMYK percentages

%0
%22.34
%8.51
%63.14

Codes

Color #5E4956 in popluar color models

5E 49 56
RGB 94 73 86
HSL 323° 12.57% 32.75%
HSB/HSV 323° 22.34% 36.86%
CMYK 0.00% 22.34% 8.51%
63.14%

Color #5E4956 in popluar number systems.

HEX 5E 49 56
Decimal 94 73 86
Binary 1011110 1001001 1010110
Octal 136 111 126

Shades and tints

Shades of #5E4956

#5E4956
(94,73,86)
#56434F
(86,67,79)
#4E3D48
(78,61,72)
#463741
(70,55,65)
#3E313A
(62,49,58)
#362B33
(54,43,51)
#2E252C
(46,37,44)
#261F25
(38,31,37)
#1E191E
(30,25,30)
#161317
(22,19,23)
#0E0D10
(14,13,16)
#000000
(0,0,0)

Tints of #5E4956

#5E4956
(94,73,86)
#6C5965
(108,89,101)
#7A6974
(122,105,116)
#887983
(136,121,131)
#968992
(150,137,146)
#A499A1
(164,153,161)
#B2A9B0
(178,169,176)
#C0B9BF
(192,185,191)
#CEC9CE
(206,201,206)
#DCD9DD
(220,217,221)
#EAE9EC
(234,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E4956; }

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

This text font color is #5E4956.

Background Color

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

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

This div background color is #5E4956.

Border color

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

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

This div border color is #5E4956.

Opacity

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

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

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

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

This text has shadow with #5E4956 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E4956.

Preview

Color preview on black background

This text has color #5E4956 on black background.


Color preview on white background

This text has color #5E4956 on white background.


Black color preview on #5E4956 background

This text has black color on #5E4956 background.


White color preview on #5E4956 background

This text has white color on #5E4956 background.


Related colors

Complementary color

Complementary color for #hex is #A1B6A9.


I love getcolorcode.com

Triadic colors

1 #565E49 and #49565E with #5E4956 are triadic colors.

2 #56495E and #495E56 with #5E4956 are triadic colors.