COLOR #5B4C45

HEX: #5B4C45
RGB: (91,76,69)

Color info

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

RGB color model

#5B4C45 color RGB value is (91,76,69).

  • red value is 91;
  • green value is 76;
  • blue value is 69.
RGB:
(91,76,69)
(36%,30%,27%)

RGB channels and saturation

R 91 of 255 = 36%
G 76 of 255 = 30%
B 69 of 255 = 27%

91
76
69

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

Portions of RGB colors in percentages

R + G + B =
91 + 76 + 69 = 236 (100%)
R 91 of 236 ~ 38.56%
G 76 of 236 ~ 32.2%
B 69 of 236 ~ 29.24%

%38.56
%32.2
%29.24

CMYK color model

#5B4C45 color CMYK value is (0,16,24,64).

  • cyan value is 0.00%
  • magenta value is 16.48%
  • yellow value is 24.18%
  • key color value is 64.31%
CMYK:
(0,16,24,64)
C0M16Y24K64 
(0%,16%,24%,64%)
(0.00/0.16/0.24/0.64)	

CMYK percentages

%0
%16.48
%24.18
%64.31

Codes

Color #5B4C45 in popluar color models

5B4C45
RGB917669
HSL19°13.75%31.37%
HSB/HSV19°24.18%35.69%
CMYK0.00%16.48%24.18%
64.31%

Color #5B4C45 in popluar number systems.

HEX5B4C45
Decimal917669
Binary101101110011001000101
Octal133114105

Shades and tints

Shades of #5B4C45

#5B4C45
(91,76,69)
#53463F
(83,70,63)
#4B4039
(75,64,57)
#433A33
(67,58,51)
#3B342D
(59,52,45)
#332E27
(51,46,39)
#2B2821
(43,40,33)
#23221B
(35,34,27)
#1B1C15
(27,28,21)
#13160F
(19,22,15)
#0B1009
(11,16,9)
#000000
(0,0,0)

Tints of #5B4C45

#5B4C45
(91,76,69)
#695C55
(105,92,85)
#776C65
(119,108,101)
#857C75
(133,124,117)
#938C85
(147,140,133)
#A19C95
(161,156,149)
#AFACA5
(175,172,165)
#BDBCB5
(189,188,181)
#CBCCC5
(203,204,197)
#D9DCD5
(217,220,213)
#E7ECE5
(231,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B4C45 color. Also use rgb(91,76,69) instead hex code.

Text Font Color

.myTextColor { color: #5B4C45; }

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

This text font color is #5B4C45.


Background Color

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

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

This div background color is #5B4C45.


Border color

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

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

This div border color is #5B4C45.


Opacity

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

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

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

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

This text has shadow with #5B4C45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B4C45 on black background.


Color preview on white background

This text has color #5B4C45 on white background.



Black color preview on #5B4C45 background

This text has black color on #5B4C45 background.


White color preview on #5B4C45 background

This text has white color on #5B4C45 background.