COLOR #5B4F40

HEX: #5B4F40 RGB: (91,79,64)

Color info

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

RGB color model

#5B4F40 color RGB value is (91,79,64).

RGB: (91,79,64) (36%, 31%, 25%)

RGB channels and saturation

R 91 of 255 = 36%
G 79 of 255 = 31%
B 64 of 255 = 25%

91
79
64

R + G + B ~ 31%. #5B4F40 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 91 + 79 + 64 = 234 (100%)
R 91 of 234 ~ 38.89%
G 79 of 234 ~ 33.76%
B 64 of 234 ~ 27.35'%

%38.89
%33.76
%27.35

CMYK color model

#5B4F40 color CMYK value is (0,13,30,64).

  • cyan value is 0.00%
  • magenta value is 13.19%
  • yellow value is 29.67%
  • key color value is 64.31%

CMYK: (0,13,30,64)
C0M13Y30K64 (0%, 13%, 30%, 64%)
(0.00 / 0.13 / 0.30 / 0.64)

CMYK percentages

%0
%13.19
%29.67
%64.31

Codes

Color #5B4F40 in popluar color models

5B 4F 40
RGB 91 79 64
HSL 33° 17.42% 30.39%
HSB/HSV 33° 29.67% 35.69%
CMYK 0.00% 13.19% 29.67%
64.31%

Color #5B4F40 in popluar number systems.

HEX 5B 4F 40
Decimal 91 79 64
Binary 1011011 1001111 1000000
Octal 133 117 100

Shades and tints

Shades of #5B4F40

#5B4F40
(91,79,64)
#53483B
(83,72,59)
#4B4136
(75,65,54)
#433A31
(67,58,49)
#3B332C
(59,51,44)
#332C27
(51,44,39)
#2B2522
(43,37,34)
#231E1D
(35,30,29)
#1B1718
(27,23,24)
#131013
(19,16,19)
#0B090E
(11,9,14)
#000000
(0,0,0)

Tints of #5B4F40

#5B4F40
(91,79,64)
#695F51
(105,95,81)
#776F62
(119,111,98)
#857F73
(133,127,115)
#938F84
(147,143,132)
#A19F95
(161,159,149)
#AFAFA6
(175,175,166)
#BDBFB7
(189,191,183)
#CBCFC8
(203,207,200)
#D9DFD9
(217,223,217)
#E7EFEA
(231,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B4F40 color. Also use rgb(91,79,64) instead hex code.

Text Font Color

.myTextColor { color: #5B4F40; }

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

This text font color is #5B4F40.

Background Color

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

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

This div background color is #5B4F40.

Border color

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

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

This div border color is #5B4F40.

Opacity

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

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

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

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

This text has shadow with #5B4F40 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B4F40.

Preview

Color preview on black background

This text has color #5B4F40 on black background.


Color preview on white background

This text has color #5B4F40 on white background.


Black color preview on #5B4F40 background

This text has black color on #5B4F40 background.


White color preview on #5B4F40 background

This text has white color on #5B4F40 background.


Related colors

Complementary color

Complementary color for #hex is #A4B0BF.


I love getcolorcode.com

Triadic colors

1 #405B4F and #4F405B with #5B4F40 are triadic colors.

2 #404F5B and #4F5B40 with #5B4F40 are triadic colors.