COLOR #5B523B

HEX: #5B523B
RGB: (91,82,59)

Color info

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

RGB color model

#5B523B color RGB value is (91,82,59).

  • red value is 91;
  • green value is 82;
  • blue value is 59.
RGB:
(91,82,59)
(36%,32%,23%)

RGB channels and saturation

R 91 of 255 = 36%
G 82 of 255 = 32%
B 59 of 255 = 23%

91
82
59

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

Portions of RGB colors in percentages

R + G + B =
91 + 82 + 59 = 232 (100%)
R 91 of 232 ~ 39.22%
G 82 of 232 ~ 35.34%
B 59 of 232 ~ 25.43%

%39.22
%35.34
%25.43

CMYK color model

#5B523B color CMYK value is (0,10,35,64).

  • cyan value is 0.00%
  • magenta value is 9.89%
  • yellow value is 35.16%
  • key color value is 64.31%
CMYK:
(0,10,35,64)
C0M10Y35K64 
(0%,10%,35%,64%)
(0.00/0.10/0.35/0.64)	

CMYK percentages

%0
%9.89
%35.16
%64.31

Codes

Color #5B523B in popluar color models

5B523B
RGB918259
HSL43°21.33%29.41%
HSB/HSV43°35.16%35.69%
CMYK0.00%9.89%35.16%
64.31%

Color #5B523B in popluar number systems.

HEX5B523B
Decimal918259
Binary10110111010010111011
Octal13312273

Shades and tints

Shades of #5B523B

#5B523B
(91,82,59)
#534B36
(83,75,54)
#4B4431
(75,68,49)
#433D2C
(67,61,44)
#3B3627
(59,54,39)
#332F22
(51,47,34)
#2B281D
(43,40,29)
#232118
(35,33,24)
#1B1A13
(27,26,19)
#13130E
(19,19,14)
#0B0C09
(11,12,9)
#000000
(0,0,0)

Tints of #5B523B

#5B523B
(91,82,59)
#69614C
(105,97,76)
#77705D
(119,112,93)
#857F6E
(133,127,110)
#938E7F
(147,142,127)
#A19D90
(161,157,144)
#AFACA1
(175,172,161)
#BDBBB2
(189,187,178)
#CBCAC3
(203,202,195)
#D9D9D4
(217,217,212)
#E7E8E5
(231,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B523B color. Also use rgb(91,82,59) instead hex code.

Text Font Color

.myTextColor { color: #5B523B; }

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

This text font color is #5B523B.


Background Color

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

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

This div background color is #5B523B.


Border color

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

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

This div border color is #5B523B.


Opacity

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

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

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

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

This text has shadow with #5B523B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B523B on black background.


Color preview on white background

This text has color #5B523B on white background.



Black color preview on #5B523B background

This text has black color on #5B523B background.


White color preview on #5B523B background

This text has white color on #5B523B background.