COLOR #5B5341

HEX: #5B5341
RGB: (91,83,65)

Color info

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

RGB color model

#5B5341 color RGB value is (91,83,65).

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

RGB channels and saturation

R 91 of 255 = 36%
G 83 of 255 = 33%
B 65 of 255 = 25%

91
83
65

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

Portions of RGB colors in percentages

R + G + B =
91 + 83 + 65 = 239 (100%)
R 91 of 239 ~ 38.08%
G 83 of 239 ~ 34.73%
B 65 of 239 ~ 27.2%

%38.08
%34.73
%27.2

CMYK color model

#5B5341 color CMYK value is (0,9,29,64).

  • cyan value is 0.00%
  • magenta value is 8.79%
  • yellow value is 28.57%
  • key color value is 64.31%
CMYK:
(0,9,29,64)
C0M9Y29K64 
(0%,9%,29%,64%)
(0.00/0.09/0.29/0.64)	

CMYK percentages

%0
%8.79
%28.57
%64.31

Codes

Color #5B5341 in popluar color models

5B5341
RGB918365
HSL42°16.67%30.59%
HSB/HSV42°28.57%35.69%
CMYK0.00%8.79%28.57%
64.31%

Color #5B5341 in popluar number systems.

HEX5B5341
Decimal918365
Binary101101110100111000001
Octal133123101

Shades and tints

Shades of #5B5341

#5B5341
(91,83,65)
#534C3C
(83,76,60)
#4B4537
(75,69,55)
#433E32
(67,62,50)
#3B372D
(59,55,45)
#333028
(51,48,40)
#2B2923
(43,41,35)
#23221E
(35,34,30)
#1B1B19
(27,27,25)
#131414
(19,20,20)
#0B0D0F
(11,13,15)
#000000
(0,0,0)

Tints of #5B5341

#5B5341
(91,83,65)
#696252
(105,98,82)
#777163
(119,113,99)
#858074
(133,128,116)
#938F85
(147,143,133)
#A19E96
(161,158,150)
#AFADA7
(175,173,167)
#BDBCB8
(189,188,184)
#CBCBC9
(203,203,201)
#D9DADA
(217,218,218)
#E7E9EB
(231,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B5341; }

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

This text font color is #5B5341.


Background Color

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

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

This div background color is #5B5341.


Border color

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

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

This div border color is #5B5341.


Opacity

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

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

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

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

This text has shadow with #5B5341 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B5341 on black background.


Color preview on white background

This text has color #5B5341 on white background.



Black color preview on #5B5341 background

This text has black color on #5B5341 background.


White color preview on #5B5341 background

This text has white color on #5B5341 background.