COLOR #5B5021

HEX: #5B5021 RGB: (91,80,33)

Color info

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

RGB color model

#5B5021 color RGB value is (91,80,33).

RGB: (91,80,33) (36%, 31%, 13%)

RGB channels and saturation

R 91 of 255 = 36%
G 80 of 255 = 31%
B 33 of 255 = 13%

91
80
33

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

Portions of RGB colors in percentages

R + G + B = 91 + 80 + 33 = 204 (100%)
R 91 of 204 ~ 44.61%
G 80 of 204 ~ 39.22%
B 33 of 204 ~ 16.18'%

%44.61
%39.22
%16.18

CMYK color model

#5B5021 color CMYK value is (0,12,64,64).

  • cyan value is 0.00%
  • magenta value is 12.09%
  • yellow value is 63.74%
  • key color value is 64.31%

CMYK: (0,12,64,64)
C0M12Y64K64 (0%, 12%, 64%, 64%)
(0.00 / 0.12 / 0.64 / 0.64)

CMYK percentages

%0
%12.09
%63.74
%64.31

Codes

Color #5B5021 in popluar color models

5B 50 21
RGB 91 80 33
HSL 49° 46.77% 24.31%
HSB/HSV 49° 63.74% 35.69%
CMYK 0.00% 12.09% 63.74%
64.31%

Color #5B5021 in popluar number systems.

HEX 5B 50 21
Decimal 91 80 33
Binary 1011011 1010000 100001
Octal 133 120 41

Shades and tints

Shades of #5B5021

#5B5021
(91,80,33)
#53491E
(83,73,30)
#4B421B
(75,66,27)
#433B18
(67,59,24)
#3B3415
(59,52,21)
#332D12
(51,45,18)
#2B260F
(43,38,15)
#231F0C
(35,31,12)
#1B1809
(27,24,9)
#131106
(19,17,6)
#0B0A03
(11,10,3)
#000000
(0,0,0)

Tints of #5B5021

#5B5021
(91,80,33)
#695F35
(105,95,53)
#776E49
(119,110,73)
#857D5D
(133,125,93)
#938C71
(147,140,113)
#A19B85
(161,155,133)
#AFAA99
(175,170,153)
#BDB9AD
(189,185,173)
#CBC8C1
(203,200,193)
#D9D7D5
(217,215,213)
#E7E6E9
(231,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B5021; }

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

This text font color is #5B5021.

Background Color

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

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

This div background color is #5B5021.

Border color

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

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

This div border color is #5B5021.

Opacity

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

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

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

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

This text has shadow with #5B5021 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B5021.

Preview

Color preview on black background

This text has color #5B5021 on black background.


Color preview on white background

This text has color #5B5021 on white background.


Black color preview on #5B5021 background

This text has black color on #5B5021 background.


White color preview on #5B5021 background

This text has white color on #5B5021 background.


Related colors

Complementary color

Complementary color for #hex is #A4AFDE.


I love getcolorcode.com

Triadic colors

1 #215B50 and #50215B with #5B5021 are triadic colors.

2 #21505B and #505B21 with #5B5021 are triadic colors.