COLOR #5B5541

HEX: #5B5541
RGB: (91,85,65)

Color info

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

RGB color model

#5B5541 color RGB value is (91,85,65).

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

RGB channels and saturation

R 91 of 255 = 36%
G 85 of 255 = 33%
B 65 of 255 = 25%

91
85
65

R + G + B ~ 31%. #5B5541 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 85 + 65 = 241 (100%)
R 91 of 241 ~ 37.76%
G 85 of 241 ~ 35.27%
B 65 of 241 ~ 26.97%

%37.76
%35.27
%26.97

CMYK color model

#5B5541 color CMYK value is (0,7,29,64).

  • cyan value is 0.00%
  • magenta value is 6.59%
  • yellow value is 28.57%
  • key color value is 64.31%
CMYK:
(0,7,29,64)
C0M7Y29K64 
(0%,7%,29%,64%)
(0.00/0.07/0.29/0.64)	

CMYK percentages

%0
%6.59
%28.57
%64.31

Codes

Color #5B5541 in popluar color models

5B5541
RGB918565
HSL46°16.67%30.59%
HSB/HSV46°28.57%35.69%
CMYK0.00%6.59%28.57%
64.31%

Color #5B5541 in popluar number systems.

HEX5B5541
Decimal918565
Binary101101110101011000001
Octal133125101

Shades and tints

Shades of #5B5541

#5B5541
(91,85,65)
#534E3C
(83,78,60)
#4B4737
(75,71,55)
#434032
(67,64,50)
#3B392D
(59,57,45)
#333228
(51,50,40)
#2B2B23
(43,43,35)
#23241E
(35,36,30)
#1B1D19
(27,29,25)
#131614
(19,22,20)
#0B0F0F
(11,15,15)
#000000
(0,0,0)

Tints of #5B5541

#5B5541
(91,85,65)
#696452
(105,100,82)
#777363
(119,115,99)
#858274
(133,130,116)
#939185
(147,145,133)
#A1A096
(161,160,150)
#AFAFA7
(175,175,167)
#BDBEB8
(189,190,184)
#CBCDC9
(203,205,201)
#D9DCDA
(217,220,218)
#E7EBEB
(231,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B5541; }

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

This text font color is #5B5541.


Background Color

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

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

This div background color is #5B5541.


Border color

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

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

This div border color is #5B5541.


Opacity

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

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

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

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

This text has shadow with #5B5541 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B5541 on black background.


Color preview on white background

This text has color #5B5541 on white background.



Black color preview on #5B5541 background

This text has black color on #5B5541 background.


White color preview on #5B5541 background

This text has white color on #5B5541 background.