COLOR #5B5529

HEX: #5B5529
RGB: (91,85,41)

Color info

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

RGB color model

#5B5529 color RGB value is (91,85,41).

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

RGB channels and saturation

R 91 of 255 = 36%
G 85 of 255 = 33%
B 41 of 255 = 16%

91
85
41

R + G + B ~ 28%. #5B5529 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 85 + 41 = 217 (100%)
R 91 of 217 ~ 41.94%
G 85 of 217 ~ 39.17%
B 41 of 217 ~ 18.89%

%41.94
%39.17
%18.89

CMYK color model

#5B5529 color CMYK value is (0,7,55,64).

  • cyan value is 0.00%
  • magenta value is 6.59%
  • yellow value is 54.95%
  • key color value is 64.31%
CMYK:
(0,7,55,64)
C0M7Y55K64 
(0%,7%,55%,64%)
(0.00/0.07/0.55/0.64)	

CMYK percentages

%0
%6.59
%54.95
%64.31

Codes

Color #5B5529 in popluar color models

5B5529
RGB918541
HSL53°37.88%25.88%
HSB/HSV53°54.95%35.69%
CMYK0.00%6.59%54.95%
64.31%

Color #5B5529 in popluar number systems.

HEX5B5529
Decimal918541
Binary10110111010101101001
Octal13312551

Shades and tints

Shades of #5B5529

#5B5529
(91,85,41)
#534E26
(83,78,38)
#4B4723
(75,71,35)
#434020
(67,64,32)
#3B391D
(59,57,29)
#33321A
(51,50,26)
#2B2B17
(43,43,23)
#232414
(35,36,20)
#1B1D11
(27,29,17)
#13160E
(19,22,14)
#0B0F0B
(11,15,11)
#000000
(0,0,0)

Tints of #5B5529

#5B5529
(91,85,41)
#69643C
(105,100,60)
#77734F
(119,115,79)
#858262
(133,130,98)
#939175
(147,145,117)
#A1A088
(161,160,136)
#AFAF9B
(175,175,155)
#BDBEAE
(189,190,174)
#CBCDC1
(203,205,193)
#D9DCD4
(217,220,212)
#E7EBE7
(231,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B5529; }

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

This text font color is #5B5529.


Background Color

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

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

This div background color is #5B5529.


Border color

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

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

This div border color is #5B5529.


Opacity

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

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

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

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

This text has shadow with #5B5529 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B5529 on black background.


Color preview on white background

This text has color #5B5529 on white background.



Black color preview on #5B5529 background

This text has black color on #5B5529 background.


White color preview on #5B5529 background

This text has white color on #5B5529 background.