COLOR #5B5C35

HEX: #5B5C35
RGB: (91,92,53)

Color info

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

RGB color model

#5B5C35 color RGB value is (91,92,53).

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

RGB channels and saturation

R 91 of 255 = 36%
G 92 of 255 = 36%
B 53 of 255 = 21%

91
92
53

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

Portions of RGB colors in percentages

R + G + B =
91 + 92 + 53 = 236 (100%)
R 91 of 236 ~ 38.56%
G 92 of 236 ~ 38.98%
B 53 of 236 ~ 22.46%

%38.56
%38.98
%22.46

CMYK color model

#5B5C35 color CMYK value is (1,0,42,64).

  • cyan value is 1.09%
  • magenta value is 0.00%
  • yellow value is 42.39%
  • key color value is 63.92%
CMYK:
(1,0,42,64)
C1M0Y42K64 
(1%,0%,42%,64%)
(0.01/0.00/0.42/0.64)	

CMYK percentages

%1.09
%0
%42.39
%63.92

Codes

Color #5B5C35 in popluar color models

5B5C35
RGB919253
HSL62°26.90%28.43%
HSB/HSV62°42.39%36.08%
CMYK1.09%0.00%42.39%
63.92%

Color #5B5C35 in popluar number systems.

HEX5B5C35
Decimal919253
Binary10110111011100110101
Octal13313465

Shades and tints

Shades of #5B5C35

#5B5C35
(91,92,53)
#535431
(83,84,49)
#4B4C2D
(75,76,45)
#434429
(67,68,41)
#3B3C25
(59,60,37)
#333421
(51,52,33)
#2B2C1D
(43,44,29)
#232419
(35,36,25)
#1B1C15
(27,28,21)
#131411
(19,20,17)
#0B0C0D
(11,12,13)
#000000
(0,0,0)

Tints of #5B5C35

#5B5C35
(91,92,53)
#696A47
(105,106,71)
#777859
(119,120,89)
#85866B
(133,134,107)
#93947D
(147,148,125)
#A1A28F
(161,162,143)
#AFB0A1
(175,176,161)
#BDBEB3
(189,190,179)
#CBCCC5
(203,204,197)
#D9DAD7
(217,218,215)
#E7E8E9
(231,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B5C35; }

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

This text font color is #5B5C35.


Background Color

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

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

This div background color is #5B5C35.


Border color

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

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

This div border color is #5B5C35.


Opacity

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

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

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

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

This text has shadow with #5B5C35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B5C35 on black background.


Color preview on white background

This text has color #5B5C35 on white background.



Black color preview on #5B5C35 background

This text has black color on #5B5C35 background.


White color preview on #5B5C35 background

This text has white color on #5B5C35 background.