COLOR #5B6651

HEX: #5B6651
RGB: (91,102,81)

Color info

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

RGB color model

#5B6651 color RGB value is (91,102,81).

  • red value is 91;
  • green value is 102;
  • blue value is 81.
RGB:
(91,102,81)
(36%,40%,32%)

RGB channels and saturation

R 91 of 255 = 36%
G 102 of 255 = 40%
B 81 of 255 = 32%

91
102
81

R + G + B ~ 36%. #5B6651 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 102 + 81 = 274 (100%)
R 91 of 274 ~ 33.21%
G 102 of 274 ~ 37.23%
B 81 of 274 ~ 29.56%

%33.21
%37.23
%29.56

CMYK color model

#5B6651 color CMYK value is (11,0,21,60).

  • cyan value is 10.78%
  • magenta value is 0.00%
  • yellow value is 20.59%
  • key color value is 60.00%
CMYK:
(11,0,21,60)
C11M0Y21K60 
(11%,0%,21%,60%)
(0.11/0.00/0.21/0.60)	

CMYK percentages

%10.78
%0
%20.59
%60

Codes

Color #5B6651 in popluar color models

5B6651
RGB9110281
HSL91°11.48%35.88%
HSB/HSV91°20.59%40.00%
CMYK10.78%0.00%20.59%
60.00%

Color #5B6651 in popluar number systems.

HEX5B6651
Decimal9110281
Binary101101111001101010001
Octal133146121

Shades and tints

Shades of #5B6651

#5B6651
(91,102,81)
#535D4A
(83,93,74)
#4B5443
(75,84,67)
#434B3C
(67,75,60)
#3B4235
(59,66,53)
#33392E
(51,57,46)
#2B3027
(43,48,39)
#232720
(35,39,32)
#1B1E19
(27,30,25)
#131512
(19,21,18)
#0B0C0B
(11,12,11)
#000000
(0,0,0)

Tints of #5B6651

#5B6651
(91,102,81)
#697360
(105,115,96)
#77806F
(119,128,111)
#858D7E
(133,141,126)
#939A8D
(147,154,141)
#A1A79C
(161,167,156)
#AFB4AB
(175,180,171)
#BDC1BA
(189,193,186)
#CBCEC9
(203,206,201)
#D9DBD8
(217,219,216)
#E7E8E7
(231,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B6651 color. Also use rgb(91,102,81) instead hex code.

Text Font Color

.myTextColor { color: #5B6651; }

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

This text font color is #5B6651.


Background Color

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

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

This div background color is #5B6651.


Border color

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

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

This div border color is #5B6651.


Opacity

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

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

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

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

This text has shadow with #5B6651 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B6651 on black background.


Color preview on white background

This text has color #5B6651 on white background.



Black color preview on #5B6651 background

This text has black color on #5B6651 background.


White color preview on #5B6651 background

This text has white color on #5B6651 background.