COLOR #5B5845

HEX: #5B5845
RGB: (91,88,69)

Color info

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

RGB color model

#5B5845 color RGB value is (91,88,69).

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

RGB channels and saturation

R 91 of 255 = 36%
G 88 of 255 = 35%
B 69 of 255 = 27%

91
88
69

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

Portions of RGB colors in percentages

R + G + B =
91 + 88 + 69 = 248 (100%)
R 91 of 248 ~ 36.69%
G 88 of 248 ~ 35.48%
B 69 of 248 ~ 27.82%

%36.69
%35.48
%27.82

CMYK color model

#5B5845 color CMYK value is (0,3,24,64).

  • cyan value is 0.00%
  • magenta value is 3.30%
  • yellow value is 24.18%
  • key color value is 64.31%
CMYK: (0,3,24,64) C0M3Y24K64 (0%,3%,24%,64%) (0.00/0.03/0.24/0.64)

CMYK percentages

%0
%3.3
%24.18
%64.31

Codes

Color #5B5845 in popluar color models

5B5845
RGB918869
HSL52°13.75%31.37%
HSB/HSV52°24.18%35.69%
CMYK0.00%3.30%24.18%
64.31%

Color #5B5845 in popluar number systems.

HEX5B5845
Decimal918869
Binary101101110110001000101
Octal133130105

Shades and tints

Shades of #5B5845

#5B5845
(91,88,69)
#53503F
(83,80,63)
#4B4839
(75,72,57)
#434033
(67,64,51)
#3B382D
(59,56,45)
#333027
(51,48,39)
#2B2821
(43,40,33)
#23201B
(35,32,27)
#1B1815
(27,24,21)
#13100F
(19,16,15)
#0B0809
(11,8,9)
#000000
(0,0,0)

Tints of #5B5845

#5B5845
(91,88,69)
#696755
(105,103,85)
#777665
(119,118,101)
#858575
(133,133,117)
#939485
(147,148,133)
#A1A395
(161,163,149)
#AFB2A5
(175,178,165)
#BDC1B5
(189,193,181)
#CBD0C5
(203,208,197)
#D9DFD5
(217,223,213)
#E7EEE5
(231,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B5845; }

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

This text font color is #5B5845.


Background Color

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

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

This div background color is #5B5845.


Border color

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

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

This div border color is #5B5845.


Opacity

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

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

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

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

This text has shadow with #5B5845 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #5B5845 on black background.


Color preview on white background

This text has color #5B5845 on white background.



Black color preview on #5B5845 background

This text has black color on #5B5845 background.


White color preview on #5B5845 background

This text has white color on #5B5845 background.