COLOR #5B594D

HEX: #5B594D
RGB: (91,89,77)

Color info

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

RGB color model

#5B594D color RGB value is (91,89,77).

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

RGB channels and saturation

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

91
89
77

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

Portions of RGB colors in percentages

R + G + B =
91 + 89 + 77 = 257 (100%)
R 91 of 257 ~ 35.41%
G 89 of 257 ~ 34.63%
B 77 of 257 ~ 29.96%

%35.41
%34.63
%29.96

CMYK color model

#5B594D color CMYK value is (0,2,15,64).

  • cyan value is 0.00%
  • magenta value is 2.20%
  • yellow value is 15.38%
  • key color value is 64.31%
CMYK:
(0,2,15,64)
C0M2Y15K64 
(0%,2%,15%,64%)
(0.00/0.02/0.15/0.64)	

CMYK percentages

%0
%2.2
%15.38
%64.31

Codes

Color #5B594D in popluar color models

5B594D
RGB918977
HSL51°8.33%32.94%
HSB/HSV51°15.38%35.69%
CMYK0.00%2.20%15.38%
64.31%

Color #5B594D in popluar number systems.

HEX5B594D
Decimal918977
Binary101101110110011001101
Octal133131115

Shades and tints

Shades of #5B594D

#5B594D
(91,89,77)
#535146
(83,81,70)
#4B493F
(75,73,63)
#434138
(67,65,56)
#3B3931
(59,57,49)
#33312A
(51,49,42)
#2B2923
(43,41,35)
#23211C
(35,33,28)
#1B1915
(27,25,21)
#13110E
(19,17,14)
#0B0907
(11,9,7)
#000000
(0,0,0)

Tints of #5B594D

#5B594D
(91,89,77)
#69685D
(105,104,93)
#77776D
(119,119,109)
#85867D
(133,134,125)
#93958D
(147,149,141)
#A1A49D
(161,164,157)
#AFB3AD
(175,179,173)
#BDC2BD
(189,194,189)
#CBD1CD
(203,209,205)
#D9E0DD
(217,224,221)
#E7EFED
(231,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B594D; }

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

This text font color is #5B594D.


Background Color

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

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

This div background color is #5B594D.


Border color

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

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

This div border color is #5B594D.


Opacity

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

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

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

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

This text has shadow with #5B594D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B594D on black background.


Color preview on white background

This text has color #5B594D on white background.



Black color preview on #5B594D background

This text has black color on #5B594D background.


White color preview on #5B594D background

This text has white color on #5B594D background.