COLOR #5B523E

HEX: #5B523E
RGB: (91,82,62)

Color info

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

RGB color model

#5B523E color RGB value is (91,82,62).

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

RGB channels and saturation

R 91 of 255 = 36%
G 82 of 255 = 32%
B 62 of 255 = 24%

91
82
62

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

Portions of RGB colors in percentages

R + G + B =
91 + 82 + 62 = 235 (100%)
R 91 of 235 ~ 38.72%
G 82 of 235 ~ 34.89%
B 62 of 235 ~ 26.38%

%38.72
%34.89
%26.38

CMYK color model

#5B523E color CMYK value is (0,10,32,64).

  • cyan value is 0.00%
  • magenta value is 9.89%
  • yellow value is 31.87%
  • key color value is 64.31%
CMYK:
(0,10,32,64)
C0M10Y32K64 
(0%,10%,32%,64%)
(0.00/0.10/0.32/0.64)	

CMYK percentages

%0
%9.89
%31.87
%64.31

Codes

Color #5B523E in popluar color models

5B523E
RGB918262
HSL41°18.95%30.00%
HSB/HSV41°31.87%35.69%
CMYK0.00%9.89%31.87%
64.31%

Color #5B523E in popluar number systems.

HEX5B523E
Decimal918262
Binary10110111010010111110
Octal13312276

Shades and tints

Shades of #5B523E

#5B523E
(91,82,62)
#534B39
(83,75,57)
#4B4434
(75,68,52)
#433D2F
(67,61,47)
#3B362A
(59,54,42)
#332F25
(51,47,37)
#2B2820
(43,40,32)
#23211B
(35,33,27)
#1B1A16
(27,26,22)
#131311
(19,19,17)
#0B0C0C
(11,12,12)
#000000
(0,0,0)

Tints of #5B523E

#5B523E
(91,82,62)
#69614F
(105,97,79)
#777060
(119,112,96)
#857F71
(133,127,113)
#938E82
(147,142,130)
#A19D93
(161,157,147)
#AFACA4
(175,172,164)
#BDBBB5
(189,187,181)
#CBCAC6
(203,202,198)
#D9D9D7
(217,217,215)
#E7E8E8
(231,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B523E; }

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

This text font color is #5B523E.


Background Color

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

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

This div background color is #5B523E.


Border color

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

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

This div border color is #5B523E.


Opacity

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

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

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

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

This text has shadow with #5B523E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B523E on black background.


Color preview on white background

This text has color #5B523E on white background.



Black color preview on #5B523E background

This text has black color on #5B523E background.


White color preview on #5B523E background

This text has white color on #5B523E background.