COLOR #5B6F79

HEX: #5B6F79
RGB: (91,111,121)

Color info

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

RGB color model

#5B6F79 color RGB value is (91,111,121).

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

RGB channels and saturation

R 91 of 255 = 36%
G 111 of 255 = 44%
B 121 of 255 = 47%

91
111
121

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

Portions of RGB colors in percentages

R + G + B =
91 + 111 + 121 = 323 (100%)
R 91 of 323 ~ 28.17%
G 111 of 323 ~ 34.37%
B 121 of 323 ~ 37.46%

%28.17
%34.37
%37.46

CMYK color model

#5B6F79 color CMYK value is (25,8,0,53).

  • cyan value is 24.79%
  • magenta value is 8.26%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(25,8,0,53)
C25M8Y0K53 
(25%,8%,0%,53%)
(0.25/0.08/0.00/0.53)	

CMYK percentages

%24.79
%8.26
%0
%52.55

Codes

Color #5B6F79 in popluar color models

5B6F79
RGB91111121
HSL200°14.15%41.57%
HSB/HSV200°24.79%47.45%
CMYK24.79%8.26%0.00%
52.55%

Color #5B6F79 in popluar number systems.

HEX5B6F79
Decimal91111121
Binary101101111011111111001
Octal133157171

Shades and tints

Shades of #5B6F79

#5B6F79
(91,111,121)
#53656E
(83,101,110)
#4B5B63
(75,91,99)
#435158
(67,81,88)
#3B474D
(59,71,77)
#333D42
(51,61,66)
#2B3337
(43,51,55)
#23292C
(35,41,44)
#1B1F21
(27,31,33)
#131516
(19,21,22)
#0B0B0B
(11,11,11)
#000000
(0,0,0)

Tints of #5B6F79

#5B6F79
(91,111,121)
#697C85
(105,124,133)
#778991
(119,137,145)
#85969D
(133,150,157)
#93A3A9
(147,163,169)
#A1B0B5
(161,176,181)
#AFBDC1
(175,189,193)
#BDCACD
(189,202,205)
#CBD7D9
(203,215,217)
#D9E4E5
(217,228,229)
#E7F1F1
(231,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B6F79; }

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

This text font color is #5B6F79.


Background Color

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

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

This div background color is #5B6F79.


Border color

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

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

This div border color is #5B6F79.


Opacity

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

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

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

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

This text has shadow with #5B6F79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B6F79 on black background.


Color preview on white background

This text has color #5B6F79 on white background.



Black color preview on #5B6F79 background

This text has black color on #5B6F79 background.


White color preview on #5B6F79 background

This text has white color on #5B6F79 background.