COLOR #5B4043

HEX: #5B4043
RGB: (91,64,67)

Color info

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

RGB color model

#5B4043 color RGB value is (91,64,67).

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

RGB channels and saturation

R 91 of 255 = 36%
G 64 of 255 = 25%
B 67 of 255 = 26%

91
64
67

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

Portions of RGB colors in percentages

R + G + B =
91 + 64 + 67 = 222 (100%)
R 91 of 222 ~ 40.99%
G 64 of 222 ~ 28.83%
B 67 of 222 ~ 30.18%

%40.99
%28.83
%30.18

CMYK color model

#5B4043 color CMYK value is (0,30,26,64).

  • cyan value is 0.00%
  • magenta value is 29.67%
  • yellow value is 26.37%
  • key color value is 64.31%
CMYK:
(0,30,26,64)
C0M30Y26K64 
(0%,30%,26%,64%)
(0.00/0.30/0.26/0.64)	

CMYK percentages

%0
%29.67
%26.37
%64.31

Codes

Color #5B4043 in popluar color models

5B4043
RGB916467
HSL353°17.42%30.39%
HSB/HSV353°29.67%35.69%
CMYK0.00%29.67%26.37%
64.31%

Color #5B4043 in popluar number systems.

HEX5B4043
Decimal916467
Binary101101110000001000011
Octal133100103

Shades and tints

Shades of #5B4043

#5B4043
(91,64,67)
#533B3D
(83,59,61)
#4B3637
(75,54,55)
#433131
(67,49,49)
#3B2C2B
(59,44,43)
#332725
(51,39,37)
#2B221F
(43,34,31)
#231D19
(35,29,25)
#1B1813
(27,24,19)
#13130D
(19,19,13)
#0B0E07
(11,14,7)
#000000
(0,0,0)

Tints of #5B4043

#5B4043
(91,64,67)
#695154
(105,81,84)
#776265
(119,98,101)
#857376
(133,115,118)
#938487
(147,132,135)
#A19598
(161,149,152)
#AFA6A9
(175,166,169)
#BDB7BA
(189,183,186)
#CBC8CB
(203,200,203)
#D9D9DC
(217,217,220)
#E7EAED
(231,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B4043; }

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

This text font color is #5B4043.


Background Color

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

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

This div background color is #5B4043.


Border color

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

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

This div border color is #5B4043.


Opacity

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

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

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

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

This text has shadow with #5B4043 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B4043 on black background.


Color preview on white background

This text has color #5B4043 on white background.



Black color preview on #5B4043 background

This text has black color on #5B4043 background.


White color preview on #5B4043 background

This text has white color on #5B4043 background.