COLOR #5B434C

HEX: #5B434C RGB: (91,67,76)

Color info

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

RGB color model

#5B434C color RGB value is (91,67,76).

RGB: (91,67,76) (36%, 26%, 30%)

RGB channels and saturation

R 91 of 255 = 36%
G 67 of 255 = 26%
B 76 of 255 = 30%

91
67
76

R + G + B ~ 31%. #5B434C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 91 + 67 + 76 = 234 (100%)
R 91 of 234 ~ 38.89%
G 67 of 234 ~ 28.63%
B 76 of 234 ~ 32.48'%

%38.89
%28.63
%32.48

CMYK color model

#5B434C color CMYK value is (0,26,16,64).

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

CMYK: (0,26,16,64)
C0M26Y16K64 (0%, 26%, 16%, 64%)
(0.00 / 0.26 / 0.16 / 0.64)

CMYK percentages

%0
%26.37
%16.48
%64.31

Codes

Color #5B434C in popluar color models

5B 43 4C
RGB 91 67 76
HSL 338° 15.19% 30.98%
HSB/HSV 338° 26.37% 35.69%
CMYK 0.00% 26.37% 16.48%
64.31%

Color #5B434C in popluar number systems.

HEX 5B 43 4C
Decimal 91 67 76
Binary 1011011 1000011 1001100
Octal 133 103 114

Shades and tints

Shades of #5B434C

#5B434C
(91,67,76)
#533D46
(83,61,70)
#4B3740
(75,55,64)
#43313A
(67,49,58)
#3B2B34
(59,43,52)
#33252E
(51,37,46)
#2B1F28
(43,31,40)
#231922
(35,25,34)
#1B131C
(27,19,28)
#130D16
(19,13,22)
#0B0710
(11,7,16)
#000000
(0,0,0)

Tints of #5B434C

#5B434C
(91,67,76)
#69545C
(105,84,92)
#77656C
(119,101,108)
#85767C
(133,118,124)
#93878C
(147,135,140)
#A1989C
(161,152,156)
#AFA9AC
(175,169,172)
#BDBABC
(189,186,188)
#CBCBCC
(203,203,204)
#D9DCDC
(217,220,220)
#E7EDEC
(231,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B434C; }

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

This text font color is #5B434C.

Background Color

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

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

This div background color is #5B434C.

Border color

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

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

This div border color is #5B434C.

Opacity

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

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

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

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

This text has shadow with #5B434C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B434C.

Preview

Color preview on black background

This text has color #5B434C on black background.


Color preview on white background

This text has color #5B434C on white background.


Black color preview on #5B434C background

This text has black color on #5B434C background.


White color preview on #5B434C background

This text has white color on #5B434C background.


Related colors

Complementary color

Complementary color for #hex is #A4BCB3.


I love getcolorcode.com

Triadic colors

1 #4C5B43 and #434C5B with #5B434C are triadic colors.

2 #4C435B and #435B4C with #5B434C are triadic colors.