COLOR #5B6F6E

HEX: #5B6F6E
RGB: (91,111,110)

Color info

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

RGB color model

#5B6F6E color RGB value is (91,111,110).

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

RGB channels and saturation

R 91 of 255 = 36%
G 111 of 255 = 44%
B 110 of 255 = 43%

91
111
110

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

Portions of RGB colors in percentages

R + G + B =
91 + 111 + 110 = 312 (100%)
R 91 of 312 ~ 29.17%
G 111 of 312 ~ 35.58%
B 110 of 312 ~ 35.26%

%29.17
%35.58
%35.26

CMYK color model

#5B6F6E color CMYK value is (18,0,1,56).

  • cyan value is 18.02%
  • magenta value is 0.00%
  • yellow value is 0.90%
  • key color value is 56.47%
CMYK:
(18,0,1,56)
C18M0Y1K56 
(18%,0%,1%,56%)
(0.18/0.00/0.01/0.56)	

CMYK percentages

%18.02
%0
%0.9
%56.47

Codes

Color #5B6F6E in popluar color models

5B6F6E
RGB91111110
HSL177°9.90%39.61%
HSB/HSV177°18.02%43.53%
CMYK18.02%0.00%0.90%
56.47%

Color #5B6F6E in popluar number systems.

HEX5B6F6E
Decimal91111110
Binary101101111011111101110
Octal133157156

Shades and tints

Shades of #5B6F6E

#5B6F6E
(91,111,110)
#536564
(83,101,100)
#4B5B5A
(75,91,90)
#435150
(67,81,80)
#3B4746
(59,71,70)
#333D3C
(51,61,60)
#2B3332
(43,51,50)
#232928
(35,41,40)
#1B1F1E
(27,31,30)
#131514
(19,21,20)
#0B0B0A
(11,11,10)
#000000
(0,0,0)

Tints of #5B6F6E

#5B6F6E
(91,111,110)
#697C7B
(105,124,123)
#778988
(119,137,136)
#859695
(133,150,149)
#93A3A2
(147,163,162)
#A1B0AF
(161,176,175)
#AFBDBC
(175,189,188)
#BDCAC9
(189,202,201)
#CBD7D6
(203,215,214)
#D9E4E3
(217,228,227)
#E7F1F0
(231,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B6F6E; }

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

This text font color is #5B6F6E.


Background Color

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

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

This div background color is #5B6F6E.


Border color

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

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

This div border color is #5B6F6E.


Opacity

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

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

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

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

This text has shadow with #5B6F6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B6F6E on black background.


Color preview on white background

This text has color #5B6F6E on white background.



Black color preview on #5B6F6E background

This text has black color on #5B6F6E background.


White color preview on #5B6F6E background

This text has white color on #5B6F6E background.