COLOR #5B4142

HEX: #5B4142
RGB: (91,65,66)

Color info

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

RGB color model

#5B4142 color RGB value is (91,65,66).

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

RGB channels and saturation

R 91 of 255 = 36%
G 65 of 255 = 25%
B 66 of 255 = 26%

91
65
66

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

Portions of RGB colors in percentages

R + G + B =
91 + 65 + 66 = 222 (100%)
R 91 of 222 ~ 40.99%
G 65 of 222 ~ 29.28%
B 66 of 222 ~ 29.73%

%40.99
%29.28
%29.73

CMYK color model

#5B4142 color CMYK value is (0,29,27,64).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 27.47%
  • key color value is 64.31%
CMYK:
(0,29,27,64)
C0M29Y27K64 
(0%,29%,27%,64%)
(0.00/0.29/0.27/0.64)	

CMYK percentages

%0
%28.57
%27.47
%64.31

Codes

Color #5B4142 in popluar color models

5B4142
RGB916566
HSL358°16.67%30.59%
HSB/HSV358°28.57%35.69%
CMYK0.00%28.57%27.47%
64.31%

Color #5B4142 in popluar number systems.

HEX5B4142
Decimal916566
Binary101101110000011000010
Octal133101102

Shades and tints

Shades of #5B4142

#5B4142
(91,65,66)
#533C3C
(83,60,60)
#4B3736
(75,55,54)
#433230
(67,50,48)
#3B2D2A
(59,45,42)
#332824
(51,40,36)
#2B231E
(43,35,30)
#231E18
(35,30,24)
#1B1912
(27,25,18)
#13140C
(19,20,12)
#0B0F06
(11,15,6)
#000000
(0,0,0)

Tints of #5B4142

#5B4142
(91,65,66)
#695253
(105,82,83)
#776364
(119,99,100)
#857475
(133,116,117)
#938586
(147,133,134)
#A19697
(161,150,151)
#AFA7A8
(175,167,168)
#BDB8B9
(189,184,185)
#CBC9CA
(203,201,202)
#D9DADB
(217,218,219)
#E7EBEC
(231,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B4142; }

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

This text font color is #5B4142.


Background Color

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

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

This div background color is #5B4142.


Border color

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

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

This div border color is #5B4142.


Opacity

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

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

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

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

This text has shadow with #5B4142 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B4142 on black background.


Color preview on white background

This text has color #5B4142 on white background.



Black color preview on #5B4142 background

This text has black color on #5B4142 background.


White color preview on #5B4142 background

This text has white color on #5B4142 background.