COLOR #5B5321

HEX: #5B5321
RGB: (91,83,33)

Color info

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

RGB color model

#5B5321 color RGB value is (91,83,33).

  • red value is 91;
  • green value is 83;
  • blue value is 33.
RGB:
(91,83,33)
(36%,33%,13%)

RGB channels and saturation

R 91 of 255 = 36%
G 83 of 255 = 33%
B 33 of 255 = 13%

91
83
33

R + G + B ~ 27%. #5B5321 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 83 + 33 = 207 (100%)
R 91 of 207 ~ 43.96%
G 83 of 207 ~ 40.1%
B 33 of 207 ~ 15.94%

%43.96
%40.1
%15.94

CMYK color model

#5B5321 color CMYK value is (0,9,64,64).

  • cyan value is 0.00%
  • magenta value is 8.79%
  • yellow value is 63.74%
  • key color value is 64.31%
CMYK:
(0,9,64,64)
C0M9Y64K64 
(0%,9%,64%,64%)
(0.00/0.09/0.64/0.64)	

CMYK percentages

%0
%8.79
%63.74
%64.31

Codes

Color #5B5321 in popluar color models

5B5321
RGB918333
HSL52°46.77%24.31%
HSB/HSV52°63.74%35.69%
CMYK0.00%8.79%63.74%
64.31%

Color #5B5321 in popluar number systems.

HEX5B5321
Decimal918333
Binary10110111010011100001
Octal13312341

Shades and tints

Shades of #5B5321

#5B5321
(91,83,33)
#534C1E
(83,76,30)
#4B451B
(75,69,27)
#433E18
(67,62,24)
#3B3715
(59,55,21)
#333012
(51,48,18)
#2B290F
(43,41,15)
#23220C
(35,34,12)
#1B1B09
(27,27,9)
#131406
(19,20,6)
#0B0D03
(11,13,3)
#000000
(0,0,0)

Tints of #5B5321

#5B5321
(91,83,33)
#696235
(105,98,53)
#777149
(119,113,73)
#85805D
(133,128,93)
#938F71
(147,143,113)
#A19E85
(161,158,133)
#AFAD99
(175,173,153)
#BDBCAD
(189,188,173)
#CBCBC1
(203,203,193)
#D9DAD5
(217,218,213)
#E7E9E9
(231,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B5321 color. Also use rgb(91,83,33) instead hex code.

Text Font Color

.myTextColor { color: #5B5321; }

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

This text font color is #5B5321.


Background Color

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

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

This div background color is #5B5321.


Border color

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

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

This div border color is #5B5321.


Opacity

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

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

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

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

This text has shadow with #5B5321 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B5321 on black background.


Color preview on white background

This text has color #5B5321 on white background.



Black color preview on #5B5321 background

This text has black color on #5B5321 background.


White color preview on #5B5321 background

This text has white color on #5B5321 background.