COLOR #5B524D

HEX: #5B524D
RGB: (91,82,77)

Color info

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

RGB color model

#5B524D color RGB value is (91,82,77).

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

RGB channels and saturation

R 91 of 255 = 36%
G 82 of 255 = 32%
B 77 of 255 = 30%

91
82
77

R + G + B ~ 33%. #5B524D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 82 + 77 = 250 (100%)
R 91 of 250 ~ 36.4%
G 82 of 250 ~ 32.8%
B 77 of 250 ~ 30.8%

%36.4
%32.8
%30.8

CMYK color model

#5B524D color CMYK value is (0,10,15,64).

  • cyan value is 0.00%
  • magenta value is 9.89%
  • yellow value is 15.38%
  • key color value is 64.31%
CMYK:
(0,10,15,64)
C0M10Y15K64 
(0%,10%,15%,64%)
(0.00/0.10/0.15/0.64)	

CMYK percentages

%0
%9.89
%15.38
%64.31

Codes

Color #5B524D in popluar color models

5B524D
RGB918277
HSL21°8.33%32.94%
HSB/HSV21°15.38%35.69%
CMYK0.00%9.89%15.38%
64.31%

Color #5B524D in popluar number systems.

HEX5B524D
Decimal918277
Binary101101110100101001101
Octal133122115

Shades and tints

Shades of #5B524D

#5B524D
(91,82,77)
#534B46
(83,75,70)
#4B443F
(75,68,63)
#433D38
(67,61,56)
#3B3631
(59,54,49)
#332F2A
(51,47,42)
#2B2823
(43,40,35)
#23211C
(35,33,28)
#1B1A15
(27,26,21)
#13130E
(19,19,14)
#0B0C07
(11,12,7)
#000000
(0,0,0)

Tints of #5B524D

#5B524D
(91,82,77)
#69615D
(105,97,93)
#77706D
(119,112,109)
#857F7D
(133,127,125)
#938E8D
(147,142,141)
#A19D9D
(161,157,157)
#AFACAD
(175,172,173)
#BDBBBD
(189,187,189)
#CBCACD
(203,202,205)
#D9D9DD
(217,217,221)
#E7E8ED
(231,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B524D; }

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

This text font color is #5B524D.


Background Color

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

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

This div background color is #5B524D.


Border color

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

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

This div border color is #5B524D.


Opacity

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

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

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

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

This text has shadow with #5B524D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B524D on black background.


Color preview on white background

This text has color #5B524D on white background.



Black color preview on #5B524D background

This text has black color on #5B524D background.


White color preview on #5B524D background

This text has white color on #5B524D background.