COLOR #5B473F

HEX: #5B473F
RGB: (91,71,63)

Color info

#5B473F contains red, green and blue colors in about the same proportion. Web safe color of #5B473F is #663333 (or #633).

RGB color model

#5B473F color RGB value is (91,71,63).

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

RGB channels and saturation

R 91 of 255 = 36%
G 71 of 255 = 28%
B 63 of 255 = 25%

91
71
63

R + G + B ~ 30%. #5B473F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 71 + 63 = 225 (100%)
R 91 of 225 ~ 40.44%
G 71 of 225 ~ 31.56%
B 63 of 225 ~ 28%

%40.44
%31.56
%28

CMYK color model

#5B473F color CMYK value is (0,22,31,64).

  • cyan value is 0.00%
  • magenta value is 21.98%
  • yellow value is 30.77%
  • key color value is 64.31%
CMYK:
(0,22,31,64)
C0M22Y31K64 
(0%,22%,31%,64%)
(0.00/0.22/0.31/0.64)	

CMYK percentages

%0
%21.98
%30.77
%64.31

Codes

Color #5B473F in popluar color models

5B473F
RGB917163
HSL17°18.18%30.20%
HSB/HSV17°30.77%35.69%
CMYK0.00%21.98%30.77%
64.31%

Color #5B473F in popluar number systems.

HEX5B473F
Decimal917163
Binary10110111000111111111
Octal13310777

Shades and tints

Shades of #5B473F

#5B473F
(91,71,63)
#53413A
(83,65,58)
#4B3B35
(75,59,53)
#433530
(67,53,48)
#3B2F2B
(59,47,43)
#332926
(51,41,38)
#2B2321
(43,35,33)
#231D1C
(35,29,28)
#1B1717
(27,23,23)
#131112
(19,17,18)
#0B0B0D
(11,11,13)
#000000
(0,0,0)

Tints of #5B473F

#5B473F
(91,71,63)
#695750
(105,87,80)
#776761
(119,103,97)
#857772
(133,119,114)
#938783
(147,135,131)
#A19794
(161,151,148)
#AFA7A5
(175,167,165)
#BDB7B6
(189,183,182)
#CBC7C7
(203,199,199)
#D9D7D8
(217,215,216)
#E7E7E9
(231,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B473F; }

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

This text font color is #5B473F.


Background Color

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

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

This div background color is #5B473F.


Border color

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

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

This div border color is #5B473F.


Opacity

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

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

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

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

This text has shadow with #5B473F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B473F on black background.


Color preview on white background

This text has color #5B473F on white background.



Black color preview on #5B473F background

This text has black color on #5B473F background.


White color preview on #5B473F background

This text has white color on #5B473F background.