COLOR #5B352B

HEX: #5B352B
RGB: (91,53,43)

Color info

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

RGB color model

#5B352B color RGB value is (91,53,43).

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

RGB channels and saturation

R 91 of 255 = 36%
G 53 of 255 = 21%
B 43 of 255 = 17%

91
53
43

R + G + B ~ 25%. #5B352B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 53 + 43 = 187 (100%)
R 91 of 187 ~ 48.66%
G 53 of 187 ~ 28.34%
B 43 of 187 ~ 22.99%

%48.66
%28.34
%22.99

CMYK color model

#5B352B color CMYK value is (0,42,53,64).

  • cyan value is 0.00%
  • magenta value is 41.76%
  • yellow value is 52.75%
  • key color value is 64.31%
CMYK:
(0,42,53,64)
C0M42Y53K64 
(0%,42%,53%,64%)
(0.00/0.42/0.53/0.64)	

CMYK percentages

%0
%41.76
%52.75
%64.31

Codes

Color #5B352B in popluar color models

5B352B
RGB915343
HSL13°35.82%26.27%
HSB/HSV13°52.75%35.69%
CMYK0.00%41.76%52.75%
64.31%

Color #5B352B in popluar number systems.

HEX5B352B
Decimal915343
Binary1011011110101101011
Octal1336553

Shades and tints

Shades of #5B352B

#5B352B
(91,53,43)
#533128
(83,49,40)
#4B2D25
(75,45,37)
#432922
(67,41,34)
#3B251F
(59,37,31)
#33211C
(51,33,28)
#2B1D19
(43,29,25)
#231916
(35,25,22)
#1B1513
(27,21,19)
#131110
(19,17,16)
#0B0D0D
(11,13,13)
#000000
(0,0,0)

Tints of #5B352B

#5B352B
(91,53,43)
#69473E
(105,71,62)
#775951
(119,89,81)
#856B64
(133,107,100)
#937D77
(147,125,119)
#A18F8A
(161,143,138)
#AFA19D
(175,161,157)
#BDB3B0
(189,179,176)
#CBC5C3
(203,197,195)
#D9D7D6
(217,215,214)
#E7E9E9
(231,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B352B; }

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

This text font color is #5B352B.


Background Color

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

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

This div background color is #5B352B.


Border color

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

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

This div border color is #5B352B.


Opacity

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

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

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

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

This text has shadow with #5B352B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B352B on black background.


Color preview on white background

This text has color #5B352B on white background.



Black color preview on #5B352B background

This text has black color on #5B352B background.


White color preview on #5B352B background

This text has white color on #5B352B background.