COLOR #5B563A

HEX: #5B563A
RGB: (91,86,58)

Color info

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

RGB color model

#5B563A color RGB value is (91,86,58).

  • red value is 91;
  • green value is 86;
  • blue value is 58.
RGB:
(91,86,58)
(36%,34%,23%)

RGB channels and saturation

R 91 of 255 = 36%
G 86 of 255 = 34%
B 58 of 255 = 23%

91
86
58

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

Portions of RGB colors in percentages

R + G + B =
91 + 86 + 58 = 235 (100%)
R 91 of 235 ~ 38.72%
G 86 of 235 ~ 36.6%
B 58 of 235 ~ 24.68%

%38.72
%36.6
%24.68

CMYK color model

#5B563A color CMYK value is (0,5,36,64).

  • cyan value is 0.00%
  • magenta value is 5.49%
  • yellow value is 36.26%
  • key color value is 64.31%
CMYK:
(0,5,36,64)
C0M5Y36K64 
(0%,5%,36%,64%)
(0.00/0.05/0.36/0.64)	

CMYK percentages

%0
%5.49
%36.26
%64.31

Codes

Color #5B563A in popluar color models

5B563A
RGB918658
HSL51°22.15%29.22%
HSB/HSV51°36.26%35.69%
CMYK0.00%5.49%36.26%
64.31%

Color #5B563A in popluar number systems.

HEX5B563A
Decimal918658
Binary10110111010110111010
Octal13312672

Shades and tints

Shades of #5B563A

#5B563A
(91,86,58)
#534F35
(83,79,53)
#4B4830
(75,72,48)
#43412B
(67,65,43)
#3B3A26
(59,58,38)
#333321
(51,51,33)
#2B2C1C
(43,44,28)
#232517
(35,37,23)
#1B1E12
(27,30,18)
#13170D
(19,23,13)
#0B1008
(11,16,8)
#000000
(0,0,0)

Tints of #5B563A

#5B563A
(91,86,58)
#69654B
(105,101,75)
#77745C
(119,116,92)
#85836D
(133,131,109)
#93927E
(147,146,126)
#A1A18F
(161,161,143)
#AFB0A0
(175,176,160)
#BDBFB1
(189,191,177)
#CBCEC2
(203,206,194)
#D9DDD3
(217,221,211)
#E7ECE4
(231,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B563A color. Also use rgb(91,86,58) instead hex code.

Text Font Color

.myTextColor { color: #5B563A; }

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

This text font color is #5B563A.


Background Color

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

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

This div background color is #5B563A.


Border color

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

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

This div border color is #5B563A.


Opacity

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

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

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

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

This text has shadow with #5B563A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B563A on black background.


Color preview on white background

This text has color #5B563A on white background.



Black color preview on #5B563A background

This text has black color on #5B563A background.


White color preview on #5B563A background

This text has white color on #5B563A background.