COLOR #5B3325

HEX: #5B3325
RGB: (91,51,37)

Color info

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

RGB color model

#5B3325 color RGB value is (91,51,37).

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

RGB channels and saturation

R 91 of 255 = 36%
G 51 of 255 = 20%
B 37 of 255 = 15%

91
51
37

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

Portions of RGB colors in percentages

R + G + B =
91 + 51 + 37 = 179 (100%)
R 91 of 179 ~ 50.84%
G 51 of 179 ~ 28.49%
B 37 of 179 ~ 20.67%

%50.84
%28.49
%20.67

CMYK color model

#5B3325 color CMYK value is (0,44,59,64).

  • cyan value is 0.00%
  • magenta value is 43.96%
  • yellow value is 59.34%
  • key color value is 64.31%
CMYK:
(0,44,59,64)
C0M44Y59K64 
(0%,44%,59%,64%)
(0.00/0.44/0.59/0.64)	

CMYK percentages

%0
%43.96
%59.34
%64.31

Codes

Color #5B3325 in popluar color models

5B3325
RGB915137
HSL16°42.19%25.10%
HSB/HSV16°59.34%35.69%
CMYK0.00%43.96%59.34%
64.31%

Color #5B3325 in popluar number systems.

HEX5B3325
Decimal915137
Binary1011011110011100101
Octal1336345

Shades and tints

Shades of #5B3325

#5B3325
(91,51,37)
#532F22
(83,47,34)
#4B2B1F
(75,43,31)
#43271C
(67,39,28)
#3B2319
(59,35,25)
#331F16
(51,31,22)
#2B1B13
(43,27,19)
#231710
(35,23,16)
#1B130D
(27,19,13)
#130F0A
(19,15,10)
#0B0B07
(11,11,7)
#000000
(0,0,0)

Tints of #5B3325

#5B3325
(91,51,37)
#694538
(105,69,56)
#77574B
(119,87,75)
#85695E
(133,105,94)
#937B71
(147,123,113)
#A18D84
(161,141,132)
#AF9F97
(175,159,151)
#BDB1AA
(189,177,170)
#CBC3BD
(203,195,189)
#D9D5D0
(217,213,208)
#E7E7E3
(231,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B3325; }

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

This text font color is #5B3325.


Background Color

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

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

This div background color is #5B3325.


Border color

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

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

This div border color is #5B3325.


Opacity

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

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

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

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

This text has shadow with #5B3325 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B3325 on black background.


Color preview on white background

This text has color #5B3325 on white background.



Black color preview on #5B3325 background

This text has black color on #5B3325 background.


White color preview on #5B3325 background

This text has white color on #5B3325 background.