COLOR #5B4C23

HEX: #5B4C23
RGB: (91,76,35)

Color info

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

RGB color model

#5B4C23 color RGB value is (91,76,35).

  • red value is 91;
  • green value is 76;
  • blue value is 35.
RGB:
(91,76,35)
(36%,30%,14%)

RGB channels and saturation

R 91 of 255 = 36%
G 76 of 255 = 30%
B 35 of 255 = 14%

91
76
35

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

Portions of RGB colors in percentages

R + G + B =
91 + 76 + 35 = 202 (100%)
R 91 of 202 ~ 45.05%
G 76 of 202 ~ 37.62%
B 35 of 202 ~ 17.33%

%45.05
%37.62
%17.33

CMYK color model

#5B4C23 color CMYK value is (0,16,62,64).

  • cyan value is 0.00%
  • magenta value is 16.48%
  • yellow value is 61.54%
  • key color value is 64.31%
CMYK:
(0,16,62,64)
C0M16Y62K64 
(0%,16%,62%,64%)
(0.00/0.16/0.62/0.64)	

CMYK percentages

%0
%16.48
%61.54
%64.31

Codes

Color #5B4C23 in popluar color models

5B4C23
RGB917635
HSL44°44.44%24.71%
HSB/HSV44°61.54%35.69%
CMYK0.00%16.48%61.54%
64.31%

Color #5B4C23 in popluar number systems.

HEX5B4C23
Decimal917635
Binary10110111001100100011
Octal13311443

Shades and tints

Shades of #5B4C23

#5B4C23
(91,76,35)
#534620
(83,70,32)
#4B401D
(75,64,29)
#433A1A
(67,58,26)
#3B3417
(59,52,23)
#332E14
(51,46,20)
#2B2811
(43,40,17)
#23220E
(35,34,14)
#1B1C0B
(27,28,11)
#131608
(19,22,8)
#0B1005
(11,16,5)
#000000
(0,0,0)

Tints of #5B4C23

#5B4C23
(91,76,35)
#695C37
(105,92,55)
#776C4B
(119,108,75)
#857C5F
(133,124,95)
#938C73
(147,140,115)
#A19C87
(161,156,135)
#AFAC9B
(175,172,155)
#BDBCAF
(189,188,175)
#CBCCC3
(203,204,195)
#D9DCD7
(217,220,215)
#E7ECEB
(231,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B4C23 color. Also use rgb(91,76,35) instead hex code.

Text Font Color

.myTextColor { color: #5B4C23; }

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

This text font color is #5B4C23.


Background Color

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

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

This div background color is #5B4C23.


Border color

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

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

This div border color is #5B4C23.


Opacity

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

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

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

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

This text has shadow with #5B4C23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B4C23 on black background.


Color preview on white background

This text has color #5B4C23 on white background.



Black color preview on #5B4C23 background

This text has black color on #5B4C23 background.


White color preview on #5B4C23 background

This text has white color on #5B4C23 background.