COLOR #5B6557

HEX: #5B6557
RGB: (91,101,87)

Color info

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

RGB color model

#5B6557 color RGB value is (91,101,87).

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

RGB channels and saturation

R 91 of 255 = 36%
G 101 of 255 = 40%
B 87 of 255 = 34%

91
101
87

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

Portions of RGB colors in percentages

R + G + B =
91 + 101 + 87 = 279 (100%)
R 91 of 279 ~ 32.62%
G 101 of 279 ~ 36.2%
B 87 of 279 ~ 31.18%

%32.62
%36.2
%31.18

CMYK color model

#5B6557 color CMYK value is (10,0,14,60).

  • cyan value is 9.90%
  • magenta value is 0.00%
  • yellow value is 13.86%
  • key color value is 60.39%
CMYK:
(10,0,14,60)
C10M0Y14K60 
(10%,0%,14%,60%)
(0.10/0.00/0.14/0.60)	

CMYK percentages

%9.9
%0
%13.86
%60.39

Codes

Color #5B6557 in popluar color models

5B6557
RGB9110187
HSL103°7.45%36.86%
HSB/HSV103°13.86%39.61%
CMYK9.90%0.00%13.86%
60.39%

Color #5B6557 in popluar number systems.

HEX5B6557
Decimal9110187
Binary101101111001011010111
Octal133145127

Shades and tints

Shades of #5B6557

#5B6557
(91,101,87)
#535C50
(83,92,80)
#4B5349
(75,83,73)
#434A42
(67,74,66)
#3B413B
(59,65,59)
#333834
(51,56,52)
#2B2F2D
(43,47,45)
#232626
(35,38,38)
#1B1D1F
(27,29,31)
#131418
(19,20,24)
#0B0B11
(11,11,17)
#000000
(0,0,0)

Tints of #5B6557

#5B6557
(91,101,87)
#697366
(105,115,102)
#778175
(119,129,117)
#858F84
(133,143,132)
#939D93
(147,157,147)
#A1ABA2
(161,171,162)
#AFB9B1
(175,185,177)
#BDC7C0
(189,199,192)
#CBD5CF
(203,213,207)
#D9E3DE
(217,227,222)
#E7F1ED
(231,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B6557; }

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

This text font color is #5B6557.


Background Color

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

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

This div background color is #5B6557.


Border color

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

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

This div border color is #5B6557.


Opacity

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

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

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

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

This text has shadow with #5B6557 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B6557 on black background.


Color preview on white background

This text has color #5B6557 on white background.



Black color preview on #5B6557 background

This text has black color on #5B6557 background.


White color preview on #5B6557 background

This text has white color on #5B6557 background.