COLOR #5B6B57

HEX: #5B6B57
RGB: (91,107,87)

Color info

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

RGB color model

#5B6B57 color RGB value is (91,107,87).

  • red value is 91;
  • green value is 107;
  • blue value is 87.
RGB:
(91,107,87)
(36%,42%,34%)

RGB channels and saturation

R 91 of 255 = 36%
G 107 of 255 = 42%
B 87 of 255 = 34%

91
107
87

R + G + B ~ 37%. #5B6B57 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 107 + 87 = 285 (100%)
R 91 of 285 ~ 31.93%
G 107 of 285 ~ 37.54%
B 87 of 285 ~ 30.53%

%31.93
%37.54
%30.53

CMYK color model

#5B6B57 color CMYK value is (15,0,19,58).

  • cyan value is 14.95%
  • magenta value is 0.00%
  • yellow value is 18.69%
  • key color value is 58.04%
CMYK:
(15,0,19,58)
C15M0Y19K58 
(15%,0%,19%,58%)
(0.15/0.00/0.19/0.58)	

CMYK percentages

%14.95
%0
%18.69
%58.04

Codes

Color #5B6B57 in popluar color models

5B6B57
RGB9110787
HSL108°10.31%38.04%
HSB/HSV108°18.69%41.96%
CMYK14.95%0.00%18.69%
58.04%

Color #5B6B57 in popluar number systems.

HEX5B6B57
Decimal9110787
Binary101101111010111010111
Octal133153127

Shades and tints

Shades of #5B6B57

#5B6B57
(91,107,87)
#536250
(83,98,80)
#4B5949
(75,89,73)
#435042
(67,80,66)
#3B473B
(59,71,59)
#333E34
(51,62,52)
#2B352D
(43,53,45)
#232C26
(35,44,38)
#1B231F
(27,35,31)
#131A18
(19,26,24)
#0B1111
(11,17,17)
#000000
(0,0,0)

Tints of #5B6B57

#5B6B57
(91,107,87)
#697866
(105,120,102)
#778575
(119,133,117)
#859284
(133,146,132)
#939F93
(147,159,147)
#A1ACA2
(161,172,162)
#AFB9B1
(175,185,177)
#BDC6C0
(189,198,192)
#CBD3CF
(203,211,207)
#D9E0DE
(217,224,222)
#E7EDED
(231,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B6B57 color. Also use rgb(91,107,87) instead hex code.

Text Font Color

.myTextColor { color: #5B6B57; }

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

This text font color is #5B6B57.


Background Color

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

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

This div background color is #5B6B57.


Border color

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

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

This div border color is #5B6B57.


Opacity

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

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

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

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

This text has shadow with #5B6B57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B6B57 on black background.


Color preview on white background

This text has color #5B6B57 on white background.



Black color preview on #5B6B57 background

This text has black color on #5B6B57 background.


White color preview on #5B6B57 background

This text has white color on #5B6B57 background.