COLOR #5B767F

HEX: #5B767F
RGB: (91,118,127)

Color info

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

RGB color model

#5B767F color RGB value is (91,118,127).

  • red value is 91;
  • green value is 118;
  • blue value is 127.
RGB:
(91,118,127)
(36%,46%,50%)

RGB channels and saturation

R 91 of 255 = 36%
G 118 of 255 = 46%
B 127 of 255 = 50%

91
118
127

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

Portions of RGB colors in percentages

R + G + B =
91 + 118 + 127 = 336 (100%)
R 91 of 336 ~ 27.08%
G 118 of 336 ~ 35.12%
B 127 of 336 ~ 37.8%

%27.08
%35.12
%37.8

CMYK color model

#5B767F color CMYK value is (28,7,0,50).

  • cyan value is 28.35%
  • magenta value is 7.09%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(28,7,0,50)
C28M7Y0K50 
(28%,7%,0%,50%)
(0.28/0.07/0.00/0.50)	

CMYK percentages

%28.35
%7.09
%0
%50.2

Codes

Color #5B767F in popluar color models

5B767F
RGB91118127
HSL195°16.51%42.75%
HSB/HSV195°28.35%49.80%
CMYK28.35%7.09%0.00%
50.20%

Color #5B767F in popluar number systems.

HEX5B767F
Decimal91118127
Binary101101111101101111111
Octal133166177

Shades and tints

Shades of #5B767F

#5B767F
(91,118,127)
#536C74
(83,108,116)
#4B6269
(75,98,105)
#43585E
(67,88,94)
#3B4E53
(59,78,83)
#334448
(51,68,72)
#2B3A3D
(43,58,61)
#233032
(35,48,50)
#1B2627
(27,38,39)
#131C1C
(19,28,28)
#0B1211
(11,18,17)
#000000
(0,0,0)

Tints of #5B767F

#5B767F
(91,118,127)
#69828A
(105,130,138)
#778E95
(119,142,149)
#859AA0
(133,154,160)
#93A6AB
(147,166,171)
#A1B2B6
(161,178,182)
#AFBEC1
(175,190,193)
#BDCACC
(189,202,204)
#CBD6D7
(203,214,215)
#D9E2E2
(217,226,226)
#E7EEED
(231,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B767F; }

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

This text font color is #5B767F.


Background Color

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

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

This div background color is #5B767F.


Border color

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

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

This div border color is #5B767F.


Opacity

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

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

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

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

This text has shadow with #5B767F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B767F on black background.


Color preview on white background

This text has color #5B767F on white background.



Black color preview on #5B767F background

This text has black color on #5B767F background.


White color preview on #5B767F background

This text has white color on #5B767F background.