COLOR #5B591C

HEX: #5B591C
RGB: (91,89,28)

Color info

#5B591C contains mainly red and green colors. Web safe color of #5B591C is #666633 (or #663).

RGB color model

#5B591C color RGB value is (91,89,28).

  • red value is 91;
  • green value is 89;
  • blue value is 28.
RGB:
(91,89,28)
(36%,35%,11%)

RGB channels and saturation

R 91 of 255 = 36%
G 89 of 255 = 35%
B 28 of 255 = 11%

91
89
28

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

Portions of RGB colors in percentages

R + G + B =
91 + 89 + 28 = 208 (100%)
R 91 of 208 ~ 43.75%
G 89 of 208 ~ 42.79%
B 28 of 208 ~ 13.46%

%43.75
%42.79
%13.46

CMYK color model

#5B591C color CMYK value is (0,2,69,64).

  • cyan value is 0.00%
  • magenta value is 2.20%
  • yellow value is 69.23%
  • key color value is 64.31%
CMYK:
(0,2,69,64)
C0M2Y69K64 
(0%,2%,69%,64%)
(0.00/0.02/0.69/0.64)	

CMYK percentages

%0
%2.2
%69.23
%64.31

Codes

Color #5B591C in popluar color models

5B591C
RGB918928
HSL58°52.94%23.33%
HSB/HSV58°69.23%35.69%
CMYK0.00%2.20%69.23%
64.31%

Color #5B591C in popluar number systems.

HEX5B591C
Decimal918928
Binary1011011101100111100
Octal13313134

Shades and tints

Shades of #5B591C

#5B591C
(91,89,28)
#53511A
(83,81,26)
#4B4918
(75,73,24)
#434116
(67,65,22)
#3B3914
(59,57,20)
#333112
(51,49,18)
#2B2910
(43,41,16)
#23210E
(35,33,14)
#1B190C
(27,25,12)
#13110A
(19,17,10)
#0B0908
(11,9,8)
#000000
(0,0,0)

Tints of #5B591C

#5B591C
(91,89,28)
#696830
(105,104,48)
#777744
(119,119,68)
#858658
(133,134,88)
#93956C
(147,149,108)
#A1A480
(161,164,128)
#AFB394
(175,179,148)
#BDC2A8
(189,194,168)
#CBD1BC
(203,209,188)
#D9E0D0
(217,224,208)
#E7EFE4
(231,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B591C color. Also use rgb(91,89,28) instead hex code.

Text Font Color

.myTextColor { color: #5B591C; }

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

This text font color is #5B591C.


Background Color

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

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

This div background color is #5B591C.


Border color

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

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

This div border color is #5B591C.


Opacity

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

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

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

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

This text has shadow with #5B591C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B591C on black background.


Color preview on white background

This text has color #5B591C on white background.



Black color preview on #5B591C background

This text has black color on #5B591C background.


White color preview on #5B591C background

This text has white color on #5B591C background.