COLOR #5B533F

HEX: #5B533F
RGB: (91,83,63)

Color info

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

RGB color model

#5B533F color RGB value is (91,83,63).

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

RGB channels and saturation

R 91 of 255 = 36%
G 83 of 255 = 33%
B 63 of 255 = 25%

91
83
63

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

Portions of RGB colors in percentages

R + G + B =
91 + 83 + 63 = 237 (100%)
R 91 of 237 ~ 38.4%
G 83 of 237 ~ 35.02%
B 63 of 237 ~ 26.58%

%38.4
%35.02
%26.58

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.79%
  • yellow value is 30.77%
  • key color value is 64.31%
CMYK:
(0,9,31,64)
C0M9Y31K64 
(0%,9%,31%,64%)
(0.00/0.09/0.31/0.64)	

CMYK percentages

%0
%8.79
%30.77
%64.31

Codes

Color #5B533F in popluar color models

5B533F
RGB918363
HSL43°18.18%30.20%
HSB/HSV43°30.77%35.69%
CMYK0.00%8.79%30.77%
64.31%

Color #5B533F in popluar number systems.

HEX5B533F
Decimal918363
Binary10110111010011111111
Octal13312377

Shades and tints

Shades of #5B533F

#5B533F
(91,83,63)
#534C3A
(83,76,58)
#4B4535
(75,69,53)
#433E30
(67,62,48)
#3B372B
(59,55,43)
#333026
(51,48,38)
#2B2921
(43,41,33)
#23221C
(35,34,28)
#1B1B17
(27,27,23)
#131412
(19,20,18)
#0B0D0D
(11,13,13)
#000000
(0,0,0)

Tints of #5B533F

#5B533F
(91,83,63)
#696250
(105,98,80)
#777161
(119,113,97)
#858072
(133,128,114)
#938F83
(147,143,131)
#A19E94
(161,158,148)
#AFADA5
(175,173,165)
#BDBCB6
(189,188,182)
#CBCBC7
(203,203,199)
#D9DAD8
(217,218,216)
#E7E9E9
(231,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B533F; }

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

This text font color is #5B533F.


Background Color

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

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

This div background color is #5B533F.


Border color

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

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

This div border color is #5B533F.


Opacity

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

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

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

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

This text has shadow with #5B533F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B533F on black background.


Color preview on white background

This text has color #5B533F on white background.



Black color preview on #5B533F background

This text has black color on #5B533F background.


White color preview on #5B533F background

This text has white color on #5B533F background.