COLOR #5B4342

HEX: #5B4342
RGB: (91,67,66)

Color info

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

RGB color model

#5B4342 color RGB value is (91,67,66).

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

RGB channels and saturation

R 91 of 255 = 36%
G 67 of 255 = 26%
B 66 of 255 = 26%

91
67
66

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

Portions of RGB colors in percentages

R + G + B =
91 + 67 + 66 = 224 (100%)
R 91 of 224 ~ 40.63%
G 67 of 224 ~ 29.91%
B 66 of 224 ~ 29.46%

%40.63
%29.91
%29.46

CMYK color model

#5B4342 color CMYK value is (0,26,27,64).

  • cyan value is 0.00%
  • magenta value is 26.37%
  • yellow value is 27.47%
  • key color value is 64.31%
CMYK:
(0,26,27,64)
C0M26Y27K64 
(0%,26%,27%,64%)
(0.00/0.26/0.27/0.64)	

CMYK percentages

%0
%26.37
%27.47
%64.31

Codes

Color #5B4342 in popluar color models

5B4342
RGB916766
HSL15.92%30.78%
HSB/HSV27.47%35.69%
CMYK0.00%26.37%27.47%
64.31%

Color #5B4342 in popluar number systems.

HEX5B4342
Decimal916766
Binary101101110000111000010
Octal133103102

Shades and tints

Shades of #5B4342

#5B4342
(91,67,66)
#533D3C
(83,61,60)
#4B3736
(75,55,54)
#433130
(67,49,48)
#3B2B2A
(59,43,42)
#332524
(51,37,36)
#2B1F1E
(43,31,30)
#231918
(35,25,24)
#1B1312
(27,19,18)
#130D0C
(19,13,12)
#0B0706
(11,7,6)
#000000
(0,0,0)

Tints of #5B4342

#5B4342
(91,67,66)
#695453
(105,84,83)
#776564
(119,101,100)
#857675
(133,118,117)
#938786
(147,135,134)
#A19897
(161,152,151)
#AFA9A8
(175,169,168)
#BDBAB9
(189,186,185)
#CBCBCA
(203,203,202)
#D9DCDB
(217,220,219)
#E7EDEC
(231,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B4342; }

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

This text font color is #5B4342.


Background Color

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

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

This div background color is #5B4342.


Border color

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

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

This div border color is #5B4342.


Opacity

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

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

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

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

This text has shadow with #5B4342 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B4342 on black background.


Color preview on white background

This text has color #5B4342 on white background.



Black color preview on #5B4342 background

This text has black color on #5B4342 background.


White color preview on #5B4342 background

This text has white color on #5B4342 background.