COLOR #5B3525

HEX: #5B3525
RGB: (91,53,37)

Color info

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

RGB color model

#5B3525 color RGB value is (91,53,37).

  • red value is 91;
  • green value is 53;
  • blue value is 37.
RGB:
(91,53,37)
(36%,21%,15%)

RGB channels and saturation

R 91 of 255 = 36%
G 53 of 255 = 21%
B 37 of 255 = 15%

91
53
37

R + G + B ~ 24%. #5B3525 is dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 53 + 37 = 181 (100%)
R 91 of 181 ~ 50.28%
G 53 of 181 ~ 29.28%
B 37 of 181 ~ 20.44%

%50.28
%29.28
%20.44

CMYK color model

#5B3525 color CMYK value is (0,42,59,64).

  • cyan value is 0.00%
  • magenta value is 41.76%
  • yellow value is 59.34%
  • key color value is 64.31%
CMYK:
(0,42,59,64)
C0M42Y59K64 
(0%,42%,59%,64%)
(0.00/0.42/0.59/0.64)	

CMYK percentages

%0
%41.76
%59.34
%64.31

Codes

Color #5B3525 in popluar color models

5B3525
RGB915337
HSL18°42.19%25.10%
HSB/HSV18°59.34%35.69%
CMYK0.00%41.76%59.34%
64.31%

Color #5B3525 in popluar number systems.

HEX5B3525
Decimal915337
Binary1011011110101100101
Octal1336545

Shades and tints

Shades of #5B3525

#5B3525
(91,53,37)
#533122
(83,49,34)
#4B2D1F
(75,45,31)
#43291C
(67,41,28)
#3B2519
(59,37,25)
#332116
(51,33,22)
#2B1D13
(43,29,19)
#231910
(35,25,16)
#1B150D
(27,21,13)
#13110A
(19,17,10)
#0B0D07
(11,13,7)
#000000
(0,0,0)

Tints of #5B3525

#5B3525
(91,53,37)
#694738
(105,71,56)
#77594B
(119,89,75)
#856B5E
(133,107,94)
#937D71
(147,125,113)
#A18F84
(161,143,132)
#AFA197
(175,161,151)
#BDB3AA
(189,179,170)
#CBC5BD
(203,197,189)
#D9D7D0
(217,215,208)
#E7E9E3
(231,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B3525 color. Also use rgb(91,53,37) instead hex code.

Text Font Color

.myTextColor { color: #5B3525; }

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

This text font color is #5B3525.


Background Color

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

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

This div background color is #5B3525.


Border color

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

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

This div border color is #5B3525.


Opacity

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

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

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

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

This text has shadow with #5B3525 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B3525 on black background.


Color preview on white background

This text has color #5B3525 on white background.



Black color preview on #5B3525 background

This text has black color on #5B3525 background.


White color preview on #5B3525 background

This text has white color on #5B3525 background.