COLOR #5B726B

HEX: #5B726B
RGB: (91,114,107)

Color info

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

RGB color model

#5B726B color RGB value is (91,114,107).

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

RGB channels and saturation

R 91 of 255 = 36%
G 114 of 255 = 45%
B 107 of 255 = 42%

91
114
107

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

Portions of RGB colors in percentages

R + G + B =
91 + 114 + 107 = 312 (100%)
R 91 of 312 ~ 29.17%
G 114 of 312 ~ 36.54%
B 107 of 312 ~ 34.29%

%29.17
%36.54
%34.29

CMYK color model

#5B726B color CMYK value is (20,0,6,55).

  • cyan value is 20.18%
  • magenta value is 0.00%
  • yellow value is 6.14%
  • key color value is 55.29%
CMYK:
(20,0,6,55)
C20M0Y6K55 
(20%,0%,6%,55%)
(0.20/0.00/0.06/0.55)	

CMYK percentages

%20.18
%0
%6.14
%55.29

Codes

Color #5B726B in popluar color models

5B726B
RGB91114107
HSL162°11.22%40.20%
HSB/HSV162°20.18%44.71%
CMYK20.18%0.00%6.14%
55.29%

Color #5B726B in popluar number systems.

HEX5B726B
Decimal91114107
Binary101101111100101101011
Octal133162153

Shades and tints

Shades of #5B726B

#5B726B
(91,114,107)
#536862
(83,104,98)
#4B5E59
(75,94,89)
#435450
(67,84,80)
#3B4A47
(59,74,71)
#33403E
(51,64,62)
#2B3635
(43,54,53)
#232C2C
(35,44,44)
#1B2223
(27,34,35)
#13181A
(19,24,26)
#0B0E11
(11,14,17)
#000000
(0,0,0)

Tints of #5B726B

#5B726B
(91,114,107)
#697E78
(105,126,120)
#778A85
(119,138,133)
#859692
(133,150,146)
#93A29F
(147,162,159)
#A1AEAC
(161,174,172)
#AFBAB9
(175,186,185)
#BDC6C6
(189,198,198)
#CBD2D3
(203,210,211)
#D9DEE0
(217,222,224)
#E7EAED
(231,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B726B; }

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

This text font color is #5B726B.


Background Color

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

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

This div background color is #5B726B.


Border color

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

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

This div border color is #5B726B.


Opacity

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

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

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

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

This text has shadow with #5B726B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B726B on black background.


Color preview on white background

This text has color #5B726B on white background.



Black color preview on #5B726B background

This text has black color on #5B726B background.


White color preview on #5B726B background

This text has white color on #5B726B background.