COLOR #5B716B

HEX: #5B716B
RGB: (91,113,107)

Color info

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

RGB color model

#5B716B color RGB value is (91,113,107).

  • red value is 91;
  • green value is 113;
  • blue value is 107.
RGB:
(91,113,107)
(36%,44%,42%)

RGB channels and saturation

R 91 of 255 = 36%
G 113 of 255 = 44%
B 107 of 255 = 42%

91
113
107

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

Portions of RGB colors in percentages

R + G + B =
91 + 113 + 107 = 311 (100%)
R 91 of 311 ~ 29.26%
G 113 of 311 ~ 36.33%
B 107 of 311 ~ 34.41%

%29.26
%36.33
%34.41

CMYK color model

#5B716B color CMYK value is (19,0,5,56).

  • cyan value is 19.47%
  • magenta value is 0.00%
  • yellow value is 5.31%
  • key color value is 55.69%
CMYK:
(19,0,5,56)
C19M0Y5K56 
(19%,0%,5%,56%)
(0.19/0.00/0.05/0.56)	

CMYK percentages

%19.47
%0
%5.31
%55.69

Codes

Color #5B716B in popluar color models

5B716B
RGB91113107
HSL164°10.78%40.00%
HSB/HSV164°19.47%44.31%
CMYK19.47%0.00%5.31%
55.69%

Color #5B716B in popluar number systems.

HEX5B716B
Decimal91113107
Binary101101111100011101011
Octal133161153

Shades and tints

Shades of #5B716B

#5B716B
(91,113,107)
#536762
(83,103,98)
#4B5D59
(75,93,89)
#435350
(67,83,80)
#3B4947
(59,73,71)
#333F3E
(51,63,62)
#2B3535
(43,53,53)
#232B2C
(35,43,44)
#1B2123
(27,33,35)
#13171A
(19,23,26)
#0B0D11
(11,13,17)
#000000
(0,0,0)

Tints of #5B716B

#5B716B
(91,113,107)
#697D78
(105,125,120)
#778985
(119,137,133)
#859592
(133,149,146)
#93A19F
(147,161,159)
#A1ADAC
(161,173,172)
#AFB9B9
(175,185,185)
#BDC5C6
(189,197,198)
#CBD1D3
(203,209,211)
#D9DDE0
(217,221,224)
#E7E9ED
(231,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B716B; }

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

This text font color is #5B716B.


Background Color

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

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

This div background color is #5B716B.


Border color

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

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

This div border color is #5B716B.


Opacity

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

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

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

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

This text has shadow with #5B716B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B716B on black background.


Color preview on white background

This text has color #5B716B on white background.



Black color preview on #5B716B background

This text has black color on #5B716B background.


White color preview on #5B716B background

This text has white color on #5B716B background.