COLOR #5B4247

HEX: #5B4247
RGB: (91,66,71)

Color info

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

RGB color model

#5B4247 color RGB value is (91,66,71).

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

RGB channels and saturation

R 91 of 255 = 36%
G 66 of 255 = 26%
B 71 of 255 = 28%

91
66
71

R + G + B ~ 30%. #5B4247 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 66 + 71 = 228 (100%)
R 91 of 228 ~ 39.91%
G 66 of 228 ~ 28.95%
B 71 of 228 ~ 31.14%

%39.91
%28.95
%31.14

CMYK color model

#5B4247 color CMYK value is (0,27,22,64).

  • cyan value is 0.00%
  • magenta value is 27.47%
  • yellow value is 21.98%
  • key color value is 64.31%
CMYK:
(0,27,22,64)
C0M27Y22K64 
(0%,27%,22%,64%)
(0.00/0.27/0.22/0.64)	

CMYK percentages

%0
%27.47
%21.98
%64.31

Codes

Color #5B4247 in popluar color models

5B4247
RGB916671
HSL348°15.92%30.78%
HSB/HSV348°27.47%35.69%
CMYK0.00%27.47%21.98%
64.31%

Color #5B4247 in popluar number systems.

HEX5B4247
Decimal916671
Binary101101110000101000111
Octal133102107

Shades and tints

Shades of #5B4247

#5B4247
(91,66,71)
#533C41
(83,60,65)
#4B363B
(75,54,59)
#433035
(67,48,53)
#3B2A2F
(59,42,47)
#332429
(51,36,41)
#2B1E23
(43,30,35)
#23181D
(35,24,29)
#1B1217
(27,18,23)
#130C11
(19,12,17)
#0B060B
(11,6,11)
#000000
(0,0,0)

Tints of #5B4247

#5B4247
(91,66,71)
#695357
(105,83,87)
#776467
(119,100,103)
#857577
(133,117,119)
#938687
(147,134,135)
#A19797
(161,151,151)
#AFA8A7
(175,168,167)
#BDB9B7
(189,185,183)
#CBCAC7
(203,202,199)
#D9DBD7
(217,219,215)
#E7ECE7
(231,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B4247; }

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

This text font color is #5B4247.


Background Color

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

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

This div background color is #5B4247.


Border color

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

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

This div border color is #5B4247.


Opacity

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

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

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

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

This text has shadow with #5B4247 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B4247 on black background.


Color preview on white background

This text has color #5B4247 on white background.



Black color preview on #5B4247 background

This text has black color on #5B4247 background.


White color preview on #5B4247 background

This text has white color on #5B4247 background.