COLOR #5B756F

HEX: #5B756F
RGB: (91,117,111)

Color info

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

RGB color model

#5B756F color RGB value is (91,117,111).

  • red value is 91;
  • green value is 117;
  • blue value is 111.
RGB:
(91,117,111)
(36%,46%,44%)

RGB channels and saturation

R 91 of 255 = 36%
G 117 of 255 = 46%
B 111 of 255 = 44%

91
117
111

R + G + B ~ 42%. #5B756F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
91 + 117 + 111 = 319 (100%)
R 91 of 319 ~ 28.53%
G 117 of 319 ~ 36.68%
B 111 of 319 ~ 34.8%

%28.53
%36.68
%34.8

CMYK color model

#5B756F color CMYK value is (22,0,5,54).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 5.13%
  • key color value is 54.12%
CMYK:
(22,0,5,54)
C22M0Y5K54 
(22%,0%,5%,54%)
(0.22/0.00/0.05/0.54)	

CMYK percentages

%22.22
%0
%5.13
%54.12

Codes

Color #5B756F in popluar color models

5B756F
RGB91117111
HSL166°12.50%40.78%
HSB/HSV166°22.22%45.88%
CMYK22.22%0.00%5.13%
54.12%

Color #5B756F in popluar number systems.

HEX5B756F
Decimal91117111
Binary101101111101011101111
Octal133165157

Shades and tints

Shades of #5B756F

#5B756F
(91,117,111)
#536B65
(83,107,101)
#4B615B
(75,97,91)
#435751
(67,87,81)
#3B4D47
(59,77,71)
#33433D
(51,67,61)
#2B3933
(43,57,51)
#232F29
(35,47,41)
#1B251F
(27,37,31)
#131B15
(19,27,21)
#0B110B
(11,17,11)
#000000
(0,0,0)

Tints of #5B756F

#5B756F
(91,117,111)
#69817C
(105,129,124)
#778D89
(119,141,137)
#859996
(133,153,150)
#93A5A3
(147,165,163)
#A1B1B0
(161,177,176)
#AFBDBD
(175,189,189)
#BDC9CA
(189,201,202)
#CBD5D7
(203,213,215)
#D9E1E4
(217,225,228)
#E7EDF1
(231,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B756F; }

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

This text font color is #5B756F.


Background Color

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

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

This div background color is #5B756F.


Border color

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

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

This div border color is #5B756F.


Opacity

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

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

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

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

This text has shadow with #5B756F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B756F on black background.


Color preview on white background

This text has color #5B756F on white background.



Black color preview on #5B756F background

This text has black color on #5B756F background.


White color preview on #5B756F background

This text has white color on #5B756F background.