COLOR #5B5151

HEX: #5B5151 RGB: (91,81,81)

Color info

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

RGB color model

#5B5151 color RGB value is (91,81,81).

RGB: (91,81,81) (36%, 32%, 32%)

RGB channels and saturation

R 91 of 255 = 36%
G 81 of 255 = 32%
B 81 of 255 = 32%

91
81
81

R + G + B ~ 33%. #5B5151 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 91 + 81 + 81 = 253 (100%)
R 91 of 253 ~ 35.97%
G 81 of 253 ~ 32.02%
B 81 of 253 ~ 32.02'%

%35.97
%32.02
%32.02

CMYK color model

#5B5151 color CMYK value is (0,11,11,64).

  • cyan value is 0.00%
  • magenta value is 10.99%
  • yellow value is 10.99%
  • key color value is 64.31%

CMYK: (0,11,11,64)
C0M11Y11K64 (0%, 11%, 11%, 64%)
(0.00 / 0.11 / 0.11 / 0.64)

CMYK percentages

%0
%10.99
%10.99
%64.31

Codes

Color #5B5151 in popluar color models

5B 51 51
RGB 91 81 81
HSL 5.81% 33.73%
HSB/HSV 10.99% 35.69%
CMYK 0.00% 10.99% 10.99%
64.31%

Color #5B5151 in popluar number systems.

HEX 5B 51 51
Decimal 91 81 81
Binary 1011011 1010001 1010001
Octal 133 121 121

Shades and tints

Shades of #5B5151

#5B5151
(91,81,81)
#534A4A
(83,74,74)
#4B4343
(75,67,67)
#433C3C
(67,60,60)
#3B3535
(59,53,53)
#332E2E
(51,46,46)
#2B2727
(43,39,39)
#232020
(35,32,32)
#1B1919
(27,25,25)
#131212
(19,18,18)
#0B0B0B
(11,11,11)
#000000
(0,0,0)

Tints of #5B5151

#5B5151
(91,81,81)
#696060
(105,96,96)
#776F6F
(119,111,111)
#857E7E
(133,126,126)
#938D8D
(147,141,141)
#A19C9C
(161,156,156)
#AFABAB
(175,171,171)
#BDBABA
(189,186,186)
#CBC9C9
(203,201,201)
#D9D8D8
(217,216,216)
#E7E7E7
(231,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B5151; }

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

This text font color is #5B5151.

Background Color

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

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

This div background color is #5B5151.

Border color

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

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

This div border color is #5B5151.

Opacity

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

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

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

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

This text has shadow with #5B5151 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B5151.

Preview

Color preview on black background

This text has color #5B5151 on black background.


Color preview on white background

This text has color #5B5151 on white background.


Black color preview on #5B5151 background

This text has black color on #5B5151 background.


White color preview on #5B5151 background

This text has white color on #5B5151 background.


Related colors

Complementary color

Complementary color for #hex is #A4AEAE.


I love getcolorcode.com