COLOR #5B664E

HEX: #5B664E RGB: (91,102,78)

Color info

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

RGB color model

#5B664E color RGB value is (91,102,78).

RGB: (91,102,78) (36%, 40%, 31%)

RGB channels and saturation

R 91 of 255 = 36%
G 102 of 255 = 40%
B 78 of 255 = 31%

91
102
78

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

Portions of RGB colors in percentages

R + G + B = 91 + 102 + 78 = 271 (100%)
R 91 of 271 ~ 33.58%
G 102 of 271 ~ 37.64%
B 78 of 271 ~ 28.78'%

%33.58
%37.64
%28.78

CMYK color model

#5B664E color CMYK value is (11,0,24,60).

  • cyan value is 10.78%
  • magenta value is 0.00%
  • yellow value is 23.53%
  • key color value is 60.00%

CMYK: (11,0,24,60)
C11M0Y24K60 (11%, 0%, 24%, 60%)
(0.11 / 0.00 / 0.24 / 0.60)

CMYK percentages

%10.78
%0
%23.53
%60

Codes

Color #5B664E in popluar color models

5B 66 4E
RGB 91 102 78
HSL 88° 13.33% 35.29%
HSB/HSV 88° 23.53% 40.00%
CMYK 10.78% 0.00% 23.53%
60.00%

Color #5B664E in popluar number systems.

HEX 5B 66 4E
Decimal 91 102 78
Binary 1011011 1100110 1001110
Octal 133 146 116

Shades and tints

Shades of #5B664E

#5B664E
(91,102,78)
#535D47
(83,93,71)
#4B5440
(75,84,64)
#434B39
(67,75,57)
#3B4232
(59,66,50)
#33392B
(51,57,43)
#2B3024
(43,48,36)
#23271D
(35,39,29)
#1B1E16
(27,30,22)
#13150F
(19,21,15)
#0B0C08
(11,12,8)
#000000
(0,0,0)

Tints of #5B664E

#5B664E
(91,102,78)
#69735E
(105,115,94)
#77806E
(119,128,110)
#858D7E
(133,141,126)
#939A8E
(147,154,142)
#A1A79E
(161,167,158)
#AFB4AE
(175,180,174)
#BDC1BE
(189,193,190)
#CBCECE
(203,206,206)
#D9DBDE
(217,219,222)
#E7E8EE
(231,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B664E; }

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

This text font color is #5B664E.

Background Color

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

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

This div background color is #5B664E.

Border color

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

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

This div border color is #5B664E.

Opacity

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

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

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

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

This text has shadow with #5B664E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B664E.

Preview

Color preview on black background

This text has color #5B664E on black background.


Color preview on white background

This text has color #5B664E on white background.


Black color preview on #5B664E background

This text has black color on #5B664E background.


White color preview on #5B664E background

This text has white color on #5B664E background.


Related colors

Complementary color

Complementary color for #hex is #A499B1.


I love getcolorcode.com

Triadic colors

1 #4E5B66 and #664E5B with #5B664E are triadic colors.

2 #4E665B and #665B4E with #5B664E are triadic colors.