COLOR #5B6761

HEX: #5B6761
RGB: (91,103,97)

Color info

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

RGB color model

#5B6761 color RGB value is (91,103,97).

  • red value is 91;
  • green value is 103;
  • blue value is 97.
RGB:
(91,103,97)
(36%,40%,38%)

RGB channels and saturation

R 91 of 255 = 36%
G 103 of 255 = 40%
B 97 of 255 = 38%

91
103
97

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

Portions of RGB colors in percentages

R + G + B =
91 + 103 + 97 = 291 (100%)
R 91 of 291 ~ 31.27%
G 103 of 291 ~ 35.4%
B 97 of 291 ~ 33.33%

%31.27
%35.4
%33.33

CMYK color model

#5B6761 color CMYK value is (12,0,6,60).

  • cyan value is 11.65%
  • magenta value is 0.00%
  • yellow value is 5.83%
  • key color value is 59.61%
CMYK:
(12,0,6,60)
C12M0Y6K60 
(12%,0%,6%,60%)
(0.12/0.00/0.06/0.60)	

CMYK percentages

%11.65
%0
%5.83
%59.61

Codes

Color #5B6761 in popluar color models

5B6761
RGB9110397
HSL150°6.19%38.04%
HSB/HSV150°11.65%40.39%
CMYK11.65%0.00%5.83%
59.61%

Color #5B6761 in popluar number systems.

HEX5B6761
Decimal9110397
Binary101101111001111100001
Octal133147141

Shades and tints

Shades of #5B6761

#5B6761
(91,103,97)
#535E59
(83,94,89)
#4B5551
(75,85,81)
#434C49
(67,76,73)
#3B4341
(59,67,65)
#333A39
(51,58,57)
#2B3131
(43,49,49)
#232829
(35,40,41)
#1B1F21
(27,31,33)
#131619
(19,22,25)
#0B0D11
(11,13,17)
#000000
(0,0,0)

Tints of #5B6761

#5B6761
(91,103,97)
#69746F
(105,116,111)
#77817D
(119,129,125)
#858E8B
(133,142,139)
#939B99
(147,155,153)
#A1A8A7
(161,168,167)
#AFB5B5
(175,181,181)
#BDC2C3
(189,194,195)
#CBCFD1
(203,207,209)
#D9DCDF
(217,220,223)
#E7E9ED
(231,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B6761 color. Also use rgb(91,103,97) instead hex code.

Text Font Color

.myTextColor { color: #5B6761; }

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

This text font color is #5B6761.


Background Color

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

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

This div background color is #5B6761.


Border color

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

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

This div border color is #5B6761.


Opacity

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

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

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

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

This text has shadow with #5B6761 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B6761 on black background.


Color preview on white background

This text has color #5B6761 on white background.



Black color preview on #5B6761 background

This text has black color on #5B6761 background.


White color preview on #5B6761 background

This text has white color on #5B6761 background.