COLOR #5E5B4C

HEX: #5E5B4C
RGB: (94,91,76)

Color info

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

RGB color model

#5E5B4C color RGB value is (94,91,76).

  • red value is 94;
  • green value is 91;
  • blue value is 76.
RGB:
(94,91,76)
(37%,36%,30%)

RGB channels and saturation

R 94 of 255 = 37%
G 91 of 255 = 36%
B 76 of 255 = 30%

94
91
76

R + G + B ~ 34%. #5E5B4C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 91 + 76 = 261 (100%)
R 94 of 261 ~ 36.02%
G 91 of 261 ~ 34.87%
B 76 of 261 ~ 29.12%

%36.02
%34.87
%29.12

CMYK color model

#5E5B4C color CMYK value is (0,3,19,63).

  • cyan value is 0.00%
  • magenta value is 3.19%
  • yellow value is 19.15%
  • key color value is 63.14%
CMYK:
(0,3,19,63)
C0M3Y19K63 
(0%,3%,19%,63%)
(0.00/0.03/0.19/0.63)	

CMYK percentages

%0
%3.19
%19.15
%63.14

Codes

Color #5E5B4C in popluar color models

5E5B4C
RGB949176
HSL50°10.59%33.33%
HSB/HSV50°19.15%36.86%
CMYK0.00%3.19%19.15%
63.14%

Color #5E5B4C in popluar number systems.

HEX5E5B4C
Decimal949176
Binary101111010110111001100
Octal136133114

Shades and tints

Shades of #5E5B4C

#5E5B4C
(94,91,76)
#565346
(86,83,70)
#4E4B40
(78,75,64)
#46433A
(70,67,58)
#3E3B34
(62,59,52)
#36332E
(54,51,46)
#2E2B28
(46,43,40)
#262322
(38,35,34)
#1E1B1C
(30,27,28)
#161316
(22,19,22)
#0E0B10
(14,11,16)
#000000
(0,0,0)

Tints of #5E5B4C

#5E5B4C
(94,91,76)
#6C695C
(108,105,92)
#7A776C
(122,119,108)
#88857C
(136,133,124)
#96938C
(150,147,140)
#A4A19C
(164,161,156)
#B2AFAC
(178,175,172)
#C0BDBC
(192,189,188)
#CECBCC
(206,203,204)
#DCD9DC
(220,217,220)
#EAE7EC
(234,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E5B4C color. Also use rgb(94,91,76) instead hex code.

Text Font Color

.myTextColor { color: #5E5B4C; }

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

This text font color is #5E5B4C.


Background Color

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

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

This div background color is #5E5B4C.


Border color

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

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

This div border color is #5E5B4C.


Opacity

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

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

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

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

This text has shadow with #5E5B4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E5B4C on black background.


Color preview on white background

This text has color #5E5B4C on white background.



Black color preview on #5E5B4C background

This text has black color on #5E5B4C background.


White color preview on #5E5B4C background

This text has white color on #5E5B4C background.