COLOR #5B604D

HEX: #5B604D RGB: (91,96,77)

Color info

#5B604D contains red, green and blue colors in about the same proportion. Web safe color of #5B604D is #666633 (or #663).

RGB color model

#5B604D color RGB value is (91,96,77).

RGB: (91,96,77) (36%, 38%, 30%)

RGB channels and saturation

R 91 of 255 = 36%
G 96 of 255 = 38%
B 77 of 255 = 30%

91
96
77

R + G + B ~ 35%. #5B604D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 91 + 96 + 77 = 264 (100%)
R 91 of 264 ~ 34.47%
G 96 of 264 ~ 36.36%
B 77 of 264 ~ 29.17'%

%34.47
%36.36
%29.17

CMYK color model

#5B604D color CMYK value is (5,0,20,62).

  • cyan value is 5.21%
  • magenta value is 0.00%
  • yellow value is 19.79%
  • key color value is 62.35%

CMYK: (5,0,20,62)
C5M0Y20K62 (5%, 0%, 20%, 62%)
(0.05 / 0.00 / 0.20 / 0.62)

CMYK percentages

%5.21
%0
%19.79
%62.35

Codes

Color #5B604D in popluar color models

5B 60 4D
RGB 91 96 77
HSL 76° 10.98% 33.92%
HSB/HSV 76° 19.79% 37.65%
CMYK 5.21% 0.00% 19.79%
62.35%

Color #5B604D in popluar number systems.

HEX 5B 60 4D
Decimal 91 96 77
Binary 1011011 1100000 1001101
Octal 133 140 115

Shades and tints

Shades of #5B604D

#5B604D
(91,96,77)
#535846
(83,88,70)
#4B503F
(75,80,63)
#434838
(67,72,56)
#3B4031
(59,64,49)
#33382A
(51,56,42)
#2B3023
(43,48,35)
#23281C
(35,40,28)
#1B2015
(27,32,21)
#13180E
(19,24,14)
#0B1007
(11,16,7)
#000000
(0,0,0)

Tints of #5B604D

#5B604D
(91,96,77)
#696E5D
(105,110,93)
#777C6D
(119,124,109)
#858A7D
(133,138,125)
#93988D
(147,152,141)
#A1A69D
(161,166,157)
#AFB4AD
(175,180,173)
#BDC2BD
(189,194,189)
#CBD0CD
(203,208,205)
#D9DEDD
(217,222,221)
#E7ECED
(231,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B604D color. Also use rgb(91,96,77) instead hex code.

Text Font Color

.myTextColor { color: #5B604D; }

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

This text font color is #5B604D.

Background Color

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

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

This div background color is #5B604D.

Border color

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

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

This div border color is #5B604D.

Opacity

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

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

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

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

This text has shadow with #5B604D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B604D.

Preview

Color preview on black background

This text has color #5B604D on black background.


Color preview on white background

This text has color #5B604D on white background.


Black color preview on #5B604D background

This text has black color on #5B604D background.


White color preview on #5B604D background

This text has white color on #5B604D background.


Related colors

Complementary color

Complementary color for #hex is #A49FB2.


I love getcolorcode.com

Triadic colors

1 #4D5B60 and #604D5B with #5B604D are triadic colors.

2 #4D605B and #605B4D with #5B604D are triadic colors.