COLOR #5B5536

HEX: #5B5536
RGB: (91,85,54)

Color info

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

RGB color model

#5B5536 color RGB value is (91,85,54).

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

RGB channels and saturation

R 91 of 255 = 36%
G 85 of 255 = 33%
B 54 of 255 = 21%

91
85
54

R + G + B ~ 30%. #5B5536 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 85 + 54 = 230 (100%)
R 91 of 230 ~ 39.57%
G 85 of 230 ~ 36.96%
B 54 of 230 ~ 23.48%

%39.57
%36.96
%23.48

CMYK color model

#5B5536 color CMYK value is (0,7,41,64).

  • cyan value is 0.00%
  • magenta value is 6.59%
  • yellow value is 40.66%
  • key color value is 64.31%
CMYK:
(0,7,41,64)
C0M7Y41K64 
(0%,7%,41%,64%)
(0.00/0.07/0.41/0.64)	

CMYK percentages

%0
%6.59
%40.66
%64.31

Codes

Color #5B5536 in popluar color models

5B5536
RGB918554
HSL50°25.52%28.43%
HSB/HSV50°40.66%35.69%
CMYK0.00%6.59%40.66%
64.31%

Color #5B5536 in popluar number systems.

HEX5B5536
Decimal918554
Binary10110111010101110110
Octal13312566

Shades and tints

Shades of #5B5536

#5B5536
(91,85,54)
#534E32
(83,78,50)
#4B472E
(75,71,46)
#43402A
(67,64,42)
#3B3926
(59,57,38)
#333222
(51,50,34)
#2B2B1E
(43,43,30)
#23241A
(35,36,26)
#1B1D16
(27,29,22)
#131612
(19,22,18)
#0B0F0E
(11,15,14)
#000000
(0,0,0)

Tints of #5B5536

#5B5536
(91,85,54)
#696448
(105,100,72)
#77735A
(119,115,90)
#85826C
(133,130,108)
#93917E
(147,145,126)
#A1A090
(161,160,144)
#AFAFA2
(175,175,162)
#BDBEB4
(189,190,180)
#CBCDC6
(203,205,198)
#D9DCD8
(217,220,216)
#E7EBEA
(231,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B5536; }

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

This text font color is #5B5536.


Background Color

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

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

This div background color is #5B5536.


Border color

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

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

This div border color is #5B5536.


Opacity

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

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

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

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

This text has shadow with #5B5536 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B5536 on black background.


Color preview on white background

This text has color #5B5536 on white background.



Black color preview on #5B5536 background

This text has black color on #5B5536 background.


White color preview on #5B5536 background

This text has white color on #5B5536 background.