COLOR #5B4A41

HEX: #5B4A41
RGB: (91,74,65)

Color info

#5B4A41 contains red, green and blue colors in about the same proportion. Web safe color of #5B4A41 is #663333 (or #633).

RGB color model

#5B4A41 color RGB value is (91,74,65).

  • red value is 91;
  • green value is 74;
  • blue value is 65.
RGB:
(91,74,65)
(36%,29%,25%)

RGB channels and saturation

R 91 of 255 = 36%
G 74 of 255 = 29%
B 65 of 255 = 25%

91
74
65

R + G + B ~ 30%. #5B4A41 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 74 + 65 = 230 (100%)
R 91 of 230 ~ 39.57%
G 74 of 230 ~ 32.17%
B 65 of 230 ~ 28.26%

%39.57
%32.17
%28.26

CMYK color model

#5B4A41 color CMYK value is (0,19,29,64).

  • cyan value is 0.00%
  • magenta value is 18.68%
  • yellow value is 28.57%
  • key color value is 64.31%
CMYK:
(0,19,29,64)
C0M19Y29K64 
(0%,19%,29%,64%)
(0.00/0.19/0.29/0.64)	

CMYK percentages

%0
%18.68
%28.57
%64.31

Codes

Color #5B4A41 in popluar color models

5B4A41
RGB917465
HSL21°16.67%30.59%
HSB/HSV21°28.57%35.69%
CMYK0.00%18.68%28.57%
64.31%

Color #5B4A41 in popluar number systems.

HEX5B4A41
Decimal917465
Binary101101110010101000001
Octal133112101

Shades and tints

Shades of #5B4A41

#5B4A41
(91,74,65)
#53443C
(83,68,60)
#4B3E37
(75,62,55)
#433832
(67,56,50)
#3B322D
(59,50,45)
#332C28
(51,44,40)
#2B2623
(43,38,35)
#23201E
(35,32,30)
#1B1A19
(27,26,25)
#131414
(19,20,20)
#0B0E0F
(11,14,15)
#000000
(0,0,0)

Tints of #5B4A41

#5B4A41
(91,74,65)
#695A52
(105,90,82)
#776A63
(119,106,99)
#857A74
(133,122,116)
#938A85
(147,138,133)
#A19A96
(161,154,150)
#AFAAA7
(175,170,167)
#BDBAB8
(189,186,184)
#CBCAC9
(203,202,201)
#D9DADA
(217,218,218)
#E7EAEB
(231,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B4A41 color. Also use rgb(91,74,65) instead hex code.

Text Font Color

.myTextColor { color: #5B4A41; }

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

This text font color is #5B4A41.


Background Color

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

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

This div background color is #5B4A41.


Border color

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

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

This div border color is #5B4A41.


Opacity

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

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

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

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

This text has shadow with #5B4A41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B4A41 on black background.


Color preview on white background

This text has color #5B4A41 on white background.



Black color preview on #5B4A41 background

This text has black color on #5B4A41 background.


White color preview on #5B4A41 background

This text has white color on #5B4A41 background.