COLOR #5B3D39

HEX: #5B3D39
RGB: (91,61,57)

Color info

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

RGB color model

#5B3D39 color RGB value is (91,61,57).

  • red value is 91;
  • green value is 61;
  • blue value is 57.
RGB:
(91,61,57)
(36%,24%,22%)

RGB channels and saturation

R 91 of 255 = 36%
G 61 of 255 = 24%
B 57 of 255 = 22%

91
61
57

R + G + B ~ 27%. #5B3D39 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 61 + 57 = 209 (100%)
R 91 of 209 ~ 43.54%
G 61 of 209 ~ 29.19%
B 57 of 209 ~ 27.27%

%43.54
%29.19
%27.27

CMYK color model

#5B3D39 color CMYK value is (0,33,37,64).

  • cyan value is 0.00%
  • magenta value is 32.97%
  • yellow value is 37.36%
  • key color value is 64.31%
CMYK:
(0,33,37,64)
C0M33Y37K64 
(0%,33%,37%,64%)
(0.00/0.33/0.37/0.64)	

CMYK percentages

%0
%32.97
%37.36
%64.31

Codes

Color #5B3D39 in popluar color models

5B3D39
RGB916157
HSL22.97%29.02%
HSB/HSV37.36%35.69%
CMYK0.00%32.97%37.36%
64.31%

Color #5B3D39 in popluar number systems.

HEX5B3D39
Decimal916157
Binary1011011111101111001
Octal1337571

Shades and tints

Shades of #5B3D39

#5B3D39
(91,61,57)
#533834
(83,56,52)
#4B332F
(75,51,47)
#432E2A
(67,46,42)
#3B2925
(59,41,37)
#332420
(51,36,32)
#2B1F1B
(43,31,27)
#231A16
(35,26,22)
#1B1511
(27,21,17)
#13100C
(19,16,12)
#0B0B07
(11,11,7)
#000000
(0,0,0)

Tints of #5B3D39

#5B3D39
(91,61,57)
#694E4B
(105,78,75)
#775F5D
(119,95,93)
#85706F
(133,112,111)
#938181
(147,129,129)
#A19293
(161,146,147)
#AFA3A5
(175,163,165)
#BDB4B7
(189,180,183)
#CBC5C9
(203,197,201)
#D9D6DB
(217,214,219)
#E7E7ED
(231,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B3D39 color. Also use rgb(91,61,57) instead hex code.

Text Font Color

.myTextColor { color: #5B3D39; }

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

This text font color is #5B3D39.


Background Color

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

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

This div background color is #5B3D39.


Border color

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

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

This div border color is #5B3D39.


Opacity

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

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

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

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

This text has shadow with #5B3D39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B3D39 on black background.


Color preview on white background

This text has color #5B3D39 on white background.



Black color preview on #5B3D39 background

This text has black color on #5B3D39 background.


White color preview on #5B3D39 background

This text has white color on #5B3D39 background.