COLOR #5B473C

HEX: #5B473C RGB: (91,71,60)

Color info

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

RGB color model

#5B473C color RGB value is (91,71,60).

RGB: (91,71,60) (36%, 28%, 24%)

RGB channels and saturation

R 91 of 255 = 36%
G 71 of 255 = 28%
B 60 of 255 = 24%

91
71
60

R + G + B ~ 29%. #5B473C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 91 + 71 + 60 = 222 (100%)
R 91 of 222 ~ 40.99%
G 71 of 222 ~ 31.98%
B 60 of 222 ~ 27.03'%

%40.99
%31.98
%27.03

CMYK color model

#5B473C color CMYK value is (0,22,34,64).

  • cyan value is 0.00%
  • magenta value is 21.98%
  • yellow value is 34.07%
  • key color value is 64.31%

CMYK: (0,22,34,64)
C0M22Y34K64 (0%, 22%, 34%, 64%)
(0.00 / 0.22 / 0.34 / 0.64)

CMYK percentages

%0
%21.98
%34.07
%64.31

Codes

Color #5B473C in popluar color models

5B 47 3C
RGB 91 71 60
HSL 21° 20.53% 29.61%
HSB/HSV 21° 34.07% 35.69%
CMYK 0.00% 21.98% 34.07%
64.31%

Color #5B473C in popluar number systems.

HEX 5B 47 3C
Decimal 91 71 60
Binary 1011011 1000111 111100
Octal 133 107 74

Shades and tints

Shades of #5B473C

#5B473C
(91,71,60)
#534137
(83,65,55)
#4B3B32
(75,59,50)
#43352D
(67,53,45)
#3B2F28
(59,47,40)
#332923
(51,41,35)
#2B231E
(43,35,30)
#231D19
(35,29,25)
#1B1714
(27,23,20)
#13110F
(19,17,15)
#0B0B0A
(11,11,10)
#000000
(0,0,0)

Tints of #5B473C

#5B473C
(91,71,60)
#69574D
(105,87,77)
#77675E
(119,103,94)
#85776F
(133,119,111)
#938780
(147,135,128)
#A19791
(161,151,145)
#AFA7A2
(175,167,162)
#BDB7B3
(189,183,179)
#CBC7C4
(203,199,196)
#D9D7D5
(217,215,213)
#E7E7E6
(231,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B473C; }

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

This text font color is #5B473C.

Background Color

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

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

This div background color is #5B473C.

Border color

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

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

This div border color is #5B473C.

Opacity

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

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

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

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

This text has shadow with #5B473C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B473C.

Preview

Color preview on black background

This text has color #5B473C on black background.


Color preview on white background

This text has color #5B473C on white background.


Black color preview on #5B473C background

This text has black color on #5B473C background.


White color preview on #5B473C background

This text has white color on #5B473C background.


Related colors

Complementary color

Complementary color for #hex is #A4B8C3.


I love getcolorcode.com

Triadic colors

1 #3C5B47 and #473C5B with #5B473C are triadic colors.

2 #3C475B and #475B3C with #5B473C are triadic colors.