COLOR #5B6963

HEX: #5B6963
RGB: (91,105,99)

Color info

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

RGB color model

#5B6963 color RGB value is (91,105,99).

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

RGB channels and saturation

R 91 of 255 = 36%
G 105 of 255 = 41%
B 99 of 255 = 39%

91
105
99

R + G + B ~ 39%. #5B6963 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 105 + 99 = 295 (100%)
R 91 of 295 ~ 30.85%
G 105 of 295 ~ 35.59%
B 99 of 295 ~ 33.56%

%30.85
%35.59
%33.56

CMYK color model

#5B6963 color CMYK value is (13,0,6,59).

  • cyan value is 13.33%
  • magenta value is 0.00%
  • yellow value is 5.71%
  • key color value is 58.82%
CMYK:
(13,0,6,59)
C13M0Y6K59 
(13%,0%,6%,59%)
(0.13/0.00/0.06/0.59)	

CMYK percentages

%13.33
%0
%5.71
%58.82

Codes

Color #5B6963 in popluar color models

5B6963
RGB9110599
HSL154°7.14%38.43%
HSB/HSV154°13.33%41.18%
CMYK13.33%0.00%5.71%
58.82%

Color #5B6963 in popluar number systems.

HEX5B6963
Decimal9110599
Binary101101111010011100011
Octal133151143

Shades and tints

Shades of #5B6963

#5B6963
(91,105,99)
#53605A
(83,96,90)
#4B5751
(75,87,81)
#434E48
(67,78,72)
#3B453F
(59,69,63)
#333C36
(51,60,54)
#2B332D
(43,51,45)
#232A24
(35,42,36)
#1B211B
(27,33,27)
#131812
(19,24,18)
#0B0F09
(11,15,9)
#000000
(0,0,0)

Tints of #5B6963

#5B6963
(91,105,99)
#697671
(105,118,113)
#77837F
(119,131,127)
#85908D
(133,144,141)
#939D9B
(147,157,155)
#A1AAA9
(161,170,169)
#AFB7B7
(175,183,183)
#BDC4C5
(189,196,197)
#CBD1D3
(203,209,211)
#D9DEE1
(217,222,225)
#E7EBEF
(231,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B6963; }

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

This text font color is #5B6963.


Background Color

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

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

This div background color is #5B6963.


Border color

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

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

This div border color is #5B6963.


Opacity

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

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

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

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

This text has shadow with #5B6963 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B6963 on black background.


Color preview on white background

This text has color #5B6963 on white background.



Black color preview on #5B6963 background

This text has black color on #5B6963 background.


White color preview on #5B6963 background

This text has white color on #5B6963 background.