COLOR #5B5532

HEX: #5B5532
RGB: (91,85,50)

Color info

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

RGB color model

#5B5532 color RGB value is (91,85,50).

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

RGB channels and saturation

R 91 of 255 = 36%
G 85 of 255 = 33%
B 50 of 255 = 20%

91
85
50

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

Portions of RGB colors in percentages

R + G + B =
91 + 85 + 50 = 226 (100%)
R 91 of 226 ~ 40.27%
G 85 of 226 ~ 37.61%
B 50 of 226 ~ 22.12%

%40.27
%37.61
%22.12

CMYK color model

#5B5532 color CMYK value is (0,7,45,64).

  • cyan value is 0.00%
  • magenta value is 6.59%
  • yellow value is 45.05%
  • key color value is 64.31%
CMYK:
(0,7,45,64)
C0M7Y45K64 
(0%,7%,45%,64%)
(0.00/0.07/0.45/0.64)	

CMYK percentages

%0
%6.59
%45.05
%64.31

Codes

Color #5B5532 in popluar color models

5B5532
RGB918550
HSL51°29.08%27.65%
HSB/HSV51°45.05%35.69%
CMYK0.00%6.59%45.05%
64.31%

Color #5B5532 in popluar number systems.

HEX5B5532
Decimal918550
Binary10110111010101110010
Octal13312562

Shades and tints

Shades of #5B5532

#5B5532
(91,85,50)
#534E2E
(83,78,46)
#4B472A
(75,71,42)
#434026
(67,64,38)
#3B3922
(59,57,34)
#33321E
(51,50,30)
#2B2B1A
(43,43,26)
#232416
(35,36,22)
#1B1D12
(27,29,18)
#13160E
(19,22,14)
#0B0F0A
(11,15,10)
#000000
(0,0,0)

Tints of #5B5532

#5B5532
(91,85,50)
#696444
(105,100,68)
#777356
(119,115,86)
#858268
(133,130,104)
#93917A
(147,145,122)
#A1A08C
(161,160,140)
#AFAF9E
(175,175,158)
#BDBEB0
(189,190,176)
#CBCDC2
(203,205,194)
#D9DCD4
(217,220,212)
#E7EBE6
(231,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B5532; }

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

This text font color is #5B5532.


Background Color

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

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

This div background color is #5B5532.


Border color

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

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

This div border color is #5B5532.


Opacity

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

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

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

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

This text has shadow with #5B5532 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B5532 on black background.


Color preview on white background

This text has color #5B5532 on white background.



Black color preview on #5B5532 background

This text has black color on #5B5532 background.


White color preview on #5B5532 background

This text has white color on #5B5532 background.