COLOR #5B5548

HEX: #5B5548
RGB: (91,85,72)

Color info

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

RGB color model

#5B5548 color RGB value is (91,85,72).

  • red value is 91;
  • green value is 85;
  • blue value is 72.
RGB:
(91,85,72)
(36%,33%,28%)

RGB channels and saturation

R 91 of 255 = 36%
G 85 of 255 = 33%
B 72 of 255 = 28%

91
85
72

R + G + B ~ 32%. #5B5548 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 85 + 72 = 248 (100%)
R 91 of 248 ~ 36.69%
G 85 of 248 ~ 34.27%
B 72 of 248 ~ 29.03%

%36.69
%34.27
%29.03

CMYK color model

#5B5548 color CMYK value is (0,7,21,64).

  • cyan value is 0.00%
  • magenta value is 6.59%
  • yellow value is 20.88%
  • key color value is 64.31%
CMYK:
(0,7,21,64)
C0M7Y21K64 
(0%,7%,21%,64%)
(0.00/0.07/0.21/0.64)	

CMYK percentages

%0
%6.59
%20.88
%64.31

Codes

Color #5B5548 in popluar color models

5B5548
RGB918572
HSL41°11.66%31.96%
HSB/HSV41°20.88%35.69%
CMYK0.00%6.59%20.88%
64.31%

Color #5B5548 in popluar number systems.

HEX5B5548
Decimal918572
Binary101101110101011001000
Octal133125110

Shades and tints

Shades of #5B5548

#5B5548
(91,85,72)
#534E42
(83,78,66)
#4B473C
(75,71,60)
#434036
(67,64,54)
#3B3930
(59,57,48)
#33322A
(51,50,42)
#2B2B24
(43,43,36)
#23241E
(35,36,30)
#1B1D18
(27,29,24)
#131612
(19,22,18)
#0B0F0C
(11,15,12)
#000000
(0,0,0)

Tints of #5B5548

#5B5548
(91,85,72)
#696458
(105,100,88)
#777368
(119,115,104)
#858278
(133,130,120)
#939188
(147,145,136)
#A1A098
(161,160,152)
#AFAFA8
(175,175,168)
#BDBEB8
(189,190,184)
#CBCDC8
(203,205,200)
#D9DCD8
(217,220,216)
#E7EBE8
(231,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B5548 color. Also use rgb(91,85,72) instead hex code.

Text Font Color

.myTextColor { color: #5B5548; }

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

This text font color is #5B5548.


Background Color

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

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

This div background color is #5B5548.


Border color

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

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

This div border color is #5B5548.


Opacity

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

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

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

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

This text has shadow with #5B5548 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B5548 on black background.


Color preview on white background

This text has color #5B5548 on white background.



Black color preview on #5B5548 background

This text has black color on #5B5548 background.


White color preview on #5B5548 background

This text has white color on #5B5548 background.