COLOR #5B6960

HEX: #5B6960
RGB: (91,105,96)

Color info

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

RGB color model

#5B6960 color RGB value is (91,105,96).

  • red value is 91;
  • green value is 105;
  • blue value is 96.
RGB:
(91,105,96)
(36%,41%,38%)

RGB channels and saturation

R 91 of 255 = 36%
G 105 of 255 = 41%
B 96 of 255 = 38%

91
105
96

R + G + B ~ 38%. #5B6960 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 105 + 96 = 292 (100%)
R 91 of 292 ~ 31.16%
G 105 of 292 ~ 35.96%
B 96 of 292 ~ 32.88%

%31.16
%35.96
%32.88

CMYK color model

#5B6960 color CMYK value is (13,0,9,59).

  • cyan value is 13.33%
  • magenta value is 0.00%
  • yellow value is 8.57%
  • key color value is 58.82%
CMYK:
(13,0,9,59)
C13M0Y9K59 
(13%,0%,9%,59%)
(0.13/0.00/0.09/0.59)	

CMYK percentages

%13.33
%0
%8.57
%58.82

Codes

Color #5B6960 in popluar color models

5B6960
RGB9110596
HSL141°7.14%38.43%
HSB/HSV141°13.33%41.18%
CMYK13.33%0.00%8.57%
58.82%

Color #5B6960 in popluar number systems.

HEX5B6960
Decimal9110596
Binary101101111010011100000
Octal133151140

Shades and tints

Shades of #5B6960

#5B6960
(91,105,96)
#536058
(83,96,88)
#4B5750
(75,87,80)
#434E48
(67,78,72)
#3B4540
(59,69,64)
#333C38
(51,60,56)
#2B3330
(43,51,48)
#232A28
(35,42,40)
#1B2120
(27,33,32)
#131818
(19,24,24)
#0B0F10
(11,15,16)
#000000
(0,0,0)

Tints of #5B6960

#5B6960
(91,105,96)
#69766E
(105,118,110)
#77837C
(119,131,124)
#85908A
(133,144,138)
#939D98
(147,157,152)
#A1AAA6
(161,170,166)
#AFB7B4
(175,183,180)
#BDC4C2
(189,196,194)
#CBD1D0
(203,209,208)
#D9DEDE
(217,222,222)
#E7EBEC
(231,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B6960 color. Also use rgb(91,105,96) instead hex code.

Text Font Color

.myTextColor { color: #5B6960; }

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

This text font color is #5B6960.


Background Color

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

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

This div background color is #5B6960.


Border color

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

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

This div border color is #5B6960.


Opacity

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

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

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

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

This text has shadow with #5B6960 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B6960 on black background.


Color preview on white background

This text has color #5B6960 on white background.



Black color preview on #5B6960 background

This text has black color on #5B6960 background.


White color preview on #5B6960 background

This text has white color on #5B6960 background.