COLOR #5B584D

HEX: #5B584D
RGB: (91,88,77)

Color info

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

RGB color model

#5B584D color RGB value is (91,88,77).

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

RGB channels and saturation

R 91 of 255 = 36%
G 88 of 255 = 35%
B 77 of 255 = 30%

91
88
77

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

Portions of RGB colors in percentages

R + G + B =
91 + 88 + 77 = 256 (100%)
R 91 of 256 ~ 35.55%
G 88 of 256 ~ 34.38%
B 77 of 256 ~ 30.08%

%35.55
%34.38
%30.08

CMYK color model

#5B584D color CMYK value is (0,3,15,64).

  • cyan value is 0.00%
  • magenta value is 3.30%
  • yellow value is 15.38%
  • key color value is 64.31%
CMYK:
(0,3,15,64)
C0M3Y15K64 
(0%,3%,15%,64%)
(0.00/0.03/0.15/0.64)	

CMYK percentages

%0
%3.3
%15.38
%64.31

Codes

Color #5B584D in popluar color models

5B584D
RGB918877
HSL47°8.33%32.94%
HSB/HSV47°15.38%35.69%
CMYK0.00%3.30%15.38%
64.31%

Color #5B584D in popluar number systems.

HEX5B584D
Decimal918877
Binary101101110110001001101
Octal133130115

Shades and tints

Shades of #5B584D

#5B584D
(91,88,77)
#535046
(83,80,70)
#4B483F
(75,72,63)
#434038
(67,64,56)
#3B3831
(59,56,49)
#33302A
(51,48,42)
#2B2823
(43,40,35)
#23201C
(35,32,28)
#1B1815
(27,24,21)
#13100E
(19,16,14)
#0B0807
(11,8,7)
#000000
(0,0,0)

Tints of #5B584D

#5B584D
(91,88,77)
#69675D
(105,103,93)
#77766D
(119,118,109)
#85857D
(133,133,125)
#93948D
(147,148,141)
#A1A39D
(161,163,157)
#AFB2AD
(175,178,173)
#BDC1BD
(189,193,189)
#CBD0CD
(203,208,205)
#D9DFDD
(217,223,221)
#E7EEED
(231,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B584D; }

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

This text font color is #5B584D.


Background Color

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

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

This div background color is #5B584D.


Border color

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

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

This div border color is #5B584D.


Opacity

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

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

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

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

This text has shadow with #5B584D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B584D on black background.


Color preview on white background

This text has color #5B584D on white background.



Black color preview on #5B584D background

This text has black color on #5B584D background.


White color preview on #5B584D background

This text has white color on #5B584D background.