COLOR #5B533E

HEX: #5B533E
RGB: (91,83,62)

Color info

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

RGB color model

#5B533E color RGB value is (91,83,62).

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

RGB channels and saturation

R 91 of 255 = 36%
G 83 of 255 = 33%
B 62 of 255 = 24%

91
83
62

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

Portions of RGB colors in percentages

R + G + B =
91 + 83 + 62 = 236 (100%)
R 91 of 236 ~ 38.56%
G 83 of 236 ~ 35.17%
B 62 of 236 ~ 26.27%

%38.56
%35.17
%26.27

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.79%
  • yellow value is 31.87%
  • key color value is 64.31%
CMYK:
(0,9,32,64)
C0M9Y32K64 
(0%,9%,32%,64%)
(0.00/0.09/0.32/0.64)	

CMYK percentages

%0
%8.79
%31.87
%64.31

Codes

Color #5B533E in popluar color models

5B533E
RGB918362
HSL43°18.95%30.00%
HSB/HSV43°31.87%35.69%
CMYK0.00%8.79%31.87%
64.31%

Color #5B533E in popluar number systems.

HEX5B533E
Decimal918362
Binary10110111010011111110
Octal13312376

Shades and tints

Shades of #5B533E

#5B533E
(91,83,62)
#534C39
(83,76,57)
#4B4534
(75,69,52)
#433E2F
(67,62,47)
#3B372A
(59,55,42)
#333025
(51,48,37)
#2B2920
(43,41,32)
#23221B
(35,34,27)
#1B1B16
(27,27,22)
#131411
(19,20,17)
#0B0D0C
(11,13,12)
#000000
(0,0,0)

Tints of #5B533E

#5B533E
(91,83,62)
#69624F
(105,98,79)
#777160
(119,113,96)
#858071
(133,128,113)
#938F82
(147,143,130)
#A19E93
(161,158,147)
#AFADA4
(175,173,164)
#BDBCB5
(189,188,181)
#CBCBC6
(203,203,198)
#D9DAD7
(217,218,215)
#E7E9E8
(231,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B533E; }

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

This text font color is #5B533E.


Background Color

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

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

This div background color is #5B533E.


Border color

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

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

This div border color is #5B533E.


Opacity

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

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

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

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

This text has shadow with #5B533E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B533E on black background.


Color preview on white background

This text has color #5B533E on white background.



Black color preview on #5B533E background

This text has black color on #5B533E background.


White color preview on #5B533E background

This text has white color on #5B533E background.