COLOR #5B4B4C

HEX: #5B4B4C RGB: (91,75,76)

Color info

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

RGB color model

#5B4B4C color RGB value is (91,75,76).

RGB: (91,75,76) (36%, 29%, 30%)

RGB channels and saturation

R 91 of 255 = 36%
G 75 of 255 = 29%
B 76 of 255 = 30%

91
75
76

R + G + B ~ 32%. #5B4B4C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 91 + 75 + 76 = 242 (100%)
R 91 of 242 ~ 37.6%
G 75 of 242 ~ 30.99%
B 76 of 242 ~ 31.4'%

%37.6
%30.99
%31.4

CMYK color model

#5B4B4C color CMYK value is (0,18,16,64).

  • cyan value is 0.00%
  • magenta value is 17.58%
  • yellow value is 16.48%
  • key color value is 64.31%

CMYK: (0,18,16,64)
C0M18Y16K64 (0%, 18%, 16%, 64%)
(0.00 / 0.18 / 0.16 / 0.64)

CMYK percentages

%0
%17.58
%16.48
%64.31

Codes

Color #5B4B4C in popluar color models

5B 4B 4C
RGB 91 75 76
HSL 356° 9.64% 32.55%
HSB/HSV 356° 17.58% 35.69%
CMYK 0.00% 17.58% 16.48%
64.31%

Color #5B4B4C in popluar number systems.

HEX 5B 4B 4C
Decimal 91 75 76
Binary 1011011 1001011 1001100
Octal 133 113 114

Shades and tints

Shades of #5B4B4C

#5B4B4C
(91,75,76)
#534546
(83,69,70)
#4B3F40
(75,63,64)
#43393A
(67,57,58)
#3B3334
(59,51,52)
#332D2E
(51,45,46)
#2B2728
(43,39,40)
#232122
(35,33,34)
#1B1B1C
(27,27,28)
#131516
(19,21,22)
#0B0F10
(11,15,16)
#000000
(0,0,0)

Tints of #5B4B4C

#5B4B4C
(91,75,76)
#695B5C
(105,91,92)
#776B6C
(119,107,108)
#857B7C
(133,123,124)
#938B8C
(147,139,140)
#A19B9C
(161,155,156)
#AFABAC
(175,171,172)
#BDBBBC
(189,187,188)
#CBCBCC
(203,203,204)
#D9DBDC
(217,219,220)
#E7EBEC
(231,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B4B4C color. Also use rgb(91,75,76) instead hex code.

Text Font Color

.myTextColor { color: #5B4B4C; }

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

This text font color is #5B4B4C.

Background Color

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

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

This div background color is #5B4B4C.

Border color

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

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

This div border color is #5B4B4C.

Opacity

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

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

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

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

This text has shadow with #5B4B4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B4B4C.

Preview

Color preview on black background

This text has color #5B4B4C on black background.


Color preview on white background

This text has color #5B4B4C on white background.


Black color preview on #5B4B4C background

This text has black color on #5B4B4C background.


White color preview on #5B4B4C background

This text has white color on #5B4B4C background.


Related colors

Complementary color

Complementary color for #hex is #A4B4B3.


I love getcolorcode.com

Triadic colors

1 #4C5B4B and #4B4C5B with #5B4B4C are triadic colors.

2 #4C4B5B and #4B5B4C with #5B4B4C are triadic colors.