COLOR #5B5850

HEX: #5B5850 RGB: (91,88,80)

Color info

#5B5850 contains red, green and blue colors in about the same proportion. Web safe color of #5B5850 is #666666 (or #666).

RGB color model

#5B5850 color RGB value is (91,88,80).

RGB: (91,88,80) (36%, 35%, 31%)

RGB channels and saturation

R 91 of 255 = 36%
G 88 of 255 = 35%
B 80 of 255 = 31%

91
88
80

R + G + B ~ 34%. #5B5850 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 91 + 88 + 80 = 259 (100%)
R 91 of 259 ~ 35.14%
G 88 of 259 ~ 33.98%
B 80 of 259 ~ 30.89'%

%35.14
%33.98
%30.89

CMYK color model

#5B5850 color CMYK value is (0,3,12,64).

  • cyan value is 0.00%
  • magenta value is 3.30%
  • yellow value is 12.09%
  • key color value is 64.31%
CMYK: (0,3,12,64) C0M3Y12K64 (0%,3%,12%,64%) (0.00/0.03/0.12/0.64) 

CMYK percentages

%0
%3.3
%12.09
%64.31

Codes

Color #5B5850 in popluar color models

5B 58 50
RGB 91 88 80
HSL 44° 6.43% 33.53%
HSB/HSV 44° 12.09% 35.69%
CMYK 0.00% 3.30% 12.09%
64.31%

Color #5B5850 in popluar number systems.

HEX 5B 58 50
Decimal 91 88 80
Binary 1011011 1011000 1010000
Octal 133 130 120

Shades and tints

Shades of #5B5850

#5B5850
(91,88,80)
#535049
(83,80,73)
#4B4842
(75,72,66)
#43403B
(67,64,59)
#3B3834
(59,56,52)
#33302D
(51,48,45)
#2B2826
(43,40,38)
#23201F
(35,32,31)
#1B1818
(27,24,24)
#131011
(19,16,17)
#0B080A
(11,8,10)
#000000
(0,0,0)

Tints of #5B5850

#5B5850
(91,88,80)
#69675F
(105,103,95)
#77766E
(119,118,110)
#85857D
(133,133,125)
#93948C
(147,148,140)
#A1A39B
(161,163,155)
#AFB2AA
(175,178,170)
#BDC1B9
(189,193,185)
#CBD0C8
(203,208,200)
#D9DFD7
(217,223,215)
#E7EEE6
(231,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B5850 color. Also use rgb(91,88,80) instead hex code.

Text Font Color

.myTextColor { color: #5B5850; }

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

This text font color is #5B5850.

Background Color

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

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

This div background color is #5B5850.

Border color

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

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

This div border color is #5B5850.

Opacity

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

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

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

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

This text has shadow with #5B5850 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B5850.

Preview

Color preview on black background

This text has color #5B5850 on black background.


Color preview on white background

This text has color #5B5850 on white background.


Black color preview on #5B5850 background

This text has black color on #5B5850 background.


White color preview on #5B5850 background

This text has white color on #5B5850 background.


Related colors

Complementary color

Complementary color for #hex is #A4A7AF.


I love getcolorcode.com

Triadic colors

1 #505B58 and #58505B with #5B5850 are triadic colors.

2 #50585B and #585B50 with #5B5850 are triadic colors.