COLOR #5B644C

HEX: #5B644C
RGB: (91,100,76)

Color info

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

RGB color model

#5B644C color RGB value is (91,100,76).

  • red value is 91;
  • green value is 100;
  • blue value is 76.
RGB:
(91,100,76)
(36%,39%,30%)

RGB channels and saturation

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

91
100
76

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

Portions of RGB colors in percentages

R + G + B =
91 + 100 + 76 = 267 (100%)
R 91 of 267 ~ 34.08%
G 100 of 267 ~ 37.45%
B 76 of 267 ~ 28.46%

%34.08
%37.45
%28.46

CMYK color model

#5B644C color CMYK value is (9,0,24,61).

  • cyan value is 9.00%
  • magenta value is 0.00%
  • yellow value is 24.00%
  • key color value is 60.78%
CMYK:
(9,0,24,61)
C9M0Y24K61 
(9%,0%,24%,61%)
(0.09/0.00/0.24/0.61)	

CMYK percentages

%9
%0
%24
%60.78

Codes

Color #5B644C in popluar color models

5B644C
RGB9110076
HSL83°13.64%34.51%
HSB/HSV83°24.00%39.22%
CMYK9.00%0.00%24.00%
60.78%

Color #5B644C in popluar number systems.

HEX5B644C
Decimal9110076
Binary101101111001001001100
Octal133144114

Shades and tints

Shades of #5B644C

#5B644C
(91,100,76)
#535B46
(83,91,70)
#4B5240
(75,82,64)
#43493A
(67,73,58)
#3B4034
(59,64,52)
#33372E
(51,55,46)
#2B2E28
(43,46,40)
#232522
(35,37,34)
#1B1C1C
(27,28,28)
#131316
(19,19,22)
#0B0A10
(11,10,16)
#000000
(0,0,0)

Tints of #5B644C

#5B644C
(91,100,76)
#69725C
(105,114,92)
#77806C
(119,128,108)
#858E7C
(133,142,124)
#939C8C
(147,156,140)
#A1AA9C
(161,170,156)
#AFB8AC
(175,184,172)
#BDC6BC
(189,198,188)
#CBD4CC
(203,212,204)
#D9E2DC
(217,226,220)
#E7F0EC
(231,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B644C; }

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

This text font color is #5B644C.


Background Color

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

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

This div background color is #5B644C.


Border color

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

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

This div border color is #5B644C.


Opacity

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

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

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

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

This text has shadow with #5B644C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B644C on black background.


Color preview on white background

This text has color #5B644C on white background.



Black color preview on #5B644C background

This text has black color on #5B644C background.


White color preview on #5B644C background

This text has white color on #5B644C background.