COLOR #5B5254

HEX: #5B5254
RGB: (91,82,84)

Color info

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

RGB color model

#5B5254 color RGB value is (91,82,84).

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

RGB channels and saturation

R 91 of 255 = 36%
G 82 of 255 = 32%
B 84 of 255 = 33%

91
82
84

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

Portions of RGB colors in percentages

R + G + B =
91 + 82 + 84 = 257 (100%)
R 91 of 257 ~ 35.41%
G 82 of 257 ~ 31.91%
B 84 of 257 ~ 32.68%

%35.41
%31.91
%32.68

CMYK color model

#5B5254 color CMYK value is (0,10,8,64).

  • cyan value is 0.00%
  • magenta value is 9.89%
  • yellow value is 7.69%
  • key color value is 64.31%
CMYK:
(0,10,8,64)
C0M10Y8K64 
(0%,10%,8%,64%)
(0.00/0.10/0.08/0.64)	

CMYK percentages

%0
%9.89
%7.69
%64.31

Codes

Color #5B5254 in popluar color models

5B5254
RGB918284
HSL347°5.20%33.92%
HSB/HSV347°9.89%35.69%
CMYK0.00%9.89%7.69%
64.31%

Color #5B5254 in popluar number systems.

HEX5B5254
Decimal918284
Binary101101110100101010100
Octal133122124

Shades and tints

Shades of #5B5254

#5B5254
(91,82,84)
#534B4D
(83,75,77)
#4B4446
(75,68,70)
#433D3F
(67,61,63)
#3B3638
(59,54,56)
#332F31
(51,47,49)
#2B282A
(43,40,42)
#232123
(35,33,35)
#1B1A1C
(27,26,28)
#131315
(19,19,21)
#0B0C0E
(11,12,14)
#000000
(0,0,0)

Tints of #5B5254

#5B5254
(91,82,84)
#696163
(105,97,99)
#777072
(119,112,114)
#857F81
(133,127,129)
#938E90
(147,142,144)
#A19D9F
(161,157,159)
#AFACAE
(175,172,174)
#BDBBBD
(189,187,189)
#CBCACC
(203,202,204)
#D9D9DB
(217,217,219)
#E7E8EA
(231,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B5254; }

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

This text font color is #5B5254.


Background Color

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

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

This div background color is #5B5254.


Border color

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

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

This div border color is #5B5254.


Opacity

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

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

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

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

This text has shadow with #5B5254 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B5254 on black background.


Color preview on white background

This text has color #5B5254 on white background.



Black color preview on #5B5254 background

This text has black color on #5B5254 background.


White color preview on #5B5254 background

This text has white color on #5B5254 background.