COLOR #5B5854

HEX: #5B5854
RGB: (91,88,84)

Color info

#5B5854 contains red, green and blue colors in about the same proportion. Web safe color of #5B5854 is #666666 (or #666).

RGB color model

#5B5854 color RGB value is (91,88,84).

  • red value is 91;
  • green value is 88;
  • blue value is 84.
RGB:
(91,88,84)
(36%,35%,33%)

RGB channels and saturation

R 91 of 255 = 36%
G 88 of 255 = 35%
B 84 of 255 = 33%

91
88
84

R + G + B ~ 35%. #5B5854 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 88 + 84 = 263 (100%)
R 91 of 263 ~ 34.6%
G 88 of 263 ~ 33.46%
B 84 of 263 ~ 31.94%

%34.6
%33.46
%31.94

CMYK color model

#5B5854 color CMYK value is (0,3,8,64).

  • cyan value is 0.00%
  • magenta value is 3.30%
  • yellow value is 7.69%
  • key color value is 64.31%
CMYK:
(0,3,8,64)
C0M3Y8K64 
(0%,3%,8%,64%)
(0.00/0.03/0.08/0.64)	

CMYK percentages

%0
%3.3
%7.69
%64.31

Codes

Color #5B5854 in popluar color models

5B5854
RGB918884
HSL34°4.00%34.31%
HSB/HSV34°7.69%35.69%
CMYK0.00%3.30%7.69%
64.31%

Color #5B5854 in popluar number systems.

HEX5B5854
Decimal918884
Binary101101110110001010100
Octal133130124

Shades and tints

Shades of #5B5854

#5B5854
(91,88,84)
#53504D
(83,80,77)
#4B4846
(75,72,70)
#43403F
(67,64,63)
#3B3838
(59,56,56)
#333031
(51,48,49)
#2B282A
(43,40,42)
#232023
(35,32,35)
#1B181C
(27,24,28)
#131015
(19,16,21)
#0B080E
(11,8,14)
#000000
(0,0,0)

Tints of #5B5854

#5B5854
(91,88,84)
#696763
(105,103,99)
#777672
(119,118,114)
#858581
(133,133,129)
#939490
(147,148,144)
#A1A39F
(161,163,159)
#AFB2AE
(175,178,174)
#BDC1BD
(189,193,189)
#CBD0CC
(203,208,204)
#D9DFDB
(217,223,219)
#E7EEEA
(231,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B5854 color. Also use rgb(91,88,84) instead hex code.

Text Font Color

.myTextColor { color: #5B5854; }

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

This text font color is #5B5854.


Background Color

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

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

This div background color is #5B5854.


Border color

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

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

This div border color is #5B5854.


Opacity

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

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

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

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

This text has shadow with #5B5854 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B5854 on black background.


Color preview on white background

This text has color #5B5854 on white background.



Black color preview on #5B5854 background

This text has black color on #5B5854 background.


White color preview on #5B5854 background

This text has white color on #5B5854 background.