COLOR #5B756D

HEX: #5B756D
RGB: (91,117,109)

Color info

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

RGB color model

#5B756D color RGB value is (91,117,109).

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

RGB channels and saturation

R 91 of 255 = 36%
G 117 of 255 = 46%
B 109 of 255 = 43%

91
117
109

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

Portions of RGB colors in percentages

R + G + B =
91 + 117 + 109 = 317 (100%)
R 91 of 317 ~ 28.71%
G 117 of 317 ~ 36.91%
B 109 of 317 ~ 34.38%

%28.71
%36.91
%34.38

CMYK color model

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

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 6.84%
  • key color value is 54.12%
CMYK:
(22,0,7,54)
C22M0Y7K54 
(22%,0%,7%,54%)
(0.22/0.00/0.07/0.54)	

CMYK percentages

%22.22
%0
%6.84
%54.12

Codes

Color #5B756D in popluar color models

5B756D
RGB91117109
HSL162°12.50%40.78%
HSB/HSV162°22.22%45.88%
CMYK22.22%0.00%6.84%
54.12%

Color #5B756D in popluar number systems.

HEX5B756D
Decimal91117109
Binary101101111101011101101
Octal133165155

Shades and tints

Shades of #5B756D

#5B756D
(91,117,109)
#536B64
(83,107,100)
#4B615B
(75,97,91)
#435752
(67,87,82)
#3B4D49
(59,77,73)
#334340
(51,67,64)
#2B3937
(43,57,55)
#232F2E
(35,47,46)
#1B2525
(27,37,37)
#131B1C
(19,27,28)
#0B1113
(11,17,19)
#000000
(0,0,0)

Tints of #5B756D

#5B756D
(91,117,109)
#69817A
(105,129,122)
#778D87
(119,141,135)
#859994
(133,153,148)
#93A5A1
(147,165,161)
#A1B1AE
(161,177,174)
#AFBDBB
(175,189,187)
#BDC9C8
(189,201,200)
#CBD5D5
(203,213,213)
#D9E1E2
(217,225,226)
#E7EDEF
(231,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B756D; }

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

This text font color is #5B756D.


Background Color

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

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

This div background color is #5B756D.


Border color

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

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

This div border color is #5B756D.


Opacity

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

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

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

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

This text has shadow with #5B756D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B756D on black background.


Color preview on white background

This text has color #5B756D on white background.



Black color preview on #5B756D background

This text has black color on #5B756D background.


White color preview on #5B756D background

This text has white color on #5B756D background.