COLOR #5B644D

HEX: #5B644D RGB: (91,100,77)

Color info

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

RGB color model

#5B644D color RGB value is (91,100,77).

RGB: (91,100,77) (36%, 39%, 30%)

RGB channels and saturation

R 91 of 255 = 36%
G 100 of 255 = 39%
B 77 of 255 = 30%

91
100
77

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

Portions of RGB colors in percentages

R + G + B = 91 + 100 + 77 = 268 (100%)
R 91 of 268 ~ 33.96%
G 100 of 268 ~ 37.31%
B 77 of 268 ~ 28.73'%

%33.96
%37.31
%28.73

CMYK color model

#5B644D color CMYK value is (9,0,23,61).

  • cyan value is 9.00%
  • magenta value is 0.00%
  • yellow value is 23.00%
  • key color value is 60.78%

CMYK: (9,0,23,61)
C9M0Y23K61 (9%, 0%, 23%, 61%)
(0.09 / 0.00 / 0.23 / 0.61)

CMYK percentages

%9
%0
%23
%60.78

Codes

Color #5B644D in popluar color models

5B 64 4D
RGB 91 100 77
HSL 83° 12.99% 34.71%
HSB/HSV 83° 23.00% 39.22%
CMYK 9.00% 0.00% 23.00%
60.78%

Color #5B644D in popluar number systems.

HEX 5B 64 4D
Decimal 91 100 77
Binary 1011011 1100100 1001101
Octal 133 144 115

Shades and tints

Shades of #5B644D

#5B644D
(91,100,77)
#535B46
(83,91,70)
#4B523F
(75,82,63)
#434938
(67,73,56)
#3B4031
(59,64,49)
#33372A
(51,55,42)
#2B2E23
(43,46,35)
#23251C
(35,37,28)
#1B1C15
(27,28,21)
#13130E
(19,19,14)
#0B0A07
(11,10,7)
#000000
(0,0,0)

Tints of #5B644D

#5B644D
(91,100,77)
#69725D
(105,114,93)
#77806D
(119,128,109)
#858E7D
(133,142,125)
#939C8D
(147,156,141)
#A1AA9D
(161,170,157)
#AFB8AD
(175,184,173)
#BDC6BD
(189,198,189)
#CBD4CD
(203,212,205)
#D9E2DD
(217,226,221)
#E7F0ED
(231,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B644D; }

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

This text font color is #5B644D.

Background Color

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

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

This div background color is #5B644D.

Border color

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

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

This div border color is #5B644D.

Opacity

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

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

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

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

This text has shadow with #5B644D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B644D.

Preview

Color preview on black background

This text has color #5B644D on black background.


Color preview on white background

This text has color #5B644D on white background.


Black color preview on #5B644D background

This text has black color on #5B644D background.


White color preview on #5B644D background

This text has white color on #5B644D background.


Related colors

Complementary color

Complementary color for #hex is #A49BB2.


I love getcolorcode.com

Triadic colors

1 #4D5B64 and #644D5B with #5B644D are triadic colors.

2 #4D645B and #645B4D with #5B644D are triadic colors.