COLOR #5B4F42

HEX: #5B4F42
RGB: (91,79,66)

Color info

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

RGB color model

#5B4F42 color RGB value is (91,79,66).

  • red value is 91;
  • green value is 79;
  • blue value is 66.
RGB:
(91,79,66)
(36%,31%,26%)

RGB channels and saturation

R 91 of 255 = 36%
G 79 of 255 = 31%
B 66 of 255 = 26%

91
79
66

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

Portions of RGB colors in percentages

R + G + B =
91 + 79 + 66 = 236 (100%)
R 91 of 236 ~ 38.56%
G 79 of 236 ~ 33.47%
B 66 of 236 ~ 27.97%

%38.56
%33.47
%27.97

CMYK color model

#5B4F42 color CMYK value is (0,13,27,64).

  • cyan value is 0.00%
  • magenta value is 13.19%
  • yellow value is 27.47%
  • key color value is 64.31%
CMYK:
(0,13,27,64)
C0M13Y27K64 
(0%,13%,27%,64%)
(0.00/0.13/0.27/0.64)	

CMYK percentages

%0
%13.19
%27.47
%64.31

Codes

Color #5B4F42 in popluar color models

5B4F42
RGB917966
HSL31°15.92%30.78%
HSB/HSV31°27.47%35.69%
CMYK0.00%13.19%27.47%
64.31%

Color #5B4F42 in popluar number systems.

HEX5B4F42
Decimal917966
Binary101101110011111000010
Octal133117102

Shades and tints

Shades of #5B4F42

#5B4F42
(91,79,66)
#53483C
(83,72,60)
#4B4136
(75,65,54)
#433A30
(67,58,48)
#3B332A
(59,51,42)
#332C24
(51,44,36)
#2B251E
(43,37,30)
#231E18
(35,30,24)
#1B1712
(27,23,18)
#13100C
(19,16,12)
#0B0906
(11,9,6)
#000000
(0,0,0)

Tints of #5B4F42

#5B4F42
(91,79,66)
#695F53
(105,95,83)
#776F64
(119,111,100)
#857F75
(133,127,117)
#938F86
(147,143,134)
#A19F97
(161,159,151)
#AFAFA8
(175,175,168)
#BDBFB9
(189,191,185)
#CBCFCA
(203,207,202)
#D9DFDB
(217,223,219)
#E7EFEC
(231,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B4F42 color. Also use rgb(91,79,66) instead hex code.

Text Font Color

.myTextColor { color: #5B4F42; }

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

This text font color is #5B4F42.


Background Color

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

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

This div background color is #5B4F42.


Border color

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

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

This div border color is #5B4F42.


Opacity

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

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

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

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

This text has shadow with #5B4F42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B4F42 on black background.


Color preview on white background

This text has color #5B4F42 on white background.



Black color preview on #5B4F42 background

This text has black color on #5B4F42 background.


White color preview on #5B4F42 background

This text has white color on #5B4F42 background.