COLOR #5B592C

HEX: #5B592C
RGB: (91,89,44)

Color info

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

RGB color model

#5B592C color RGB value is (91,89,44).

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

RGB channels and saturation

R 91 of 255 = 36%
G 89 of 255 = 35%
B 44 of 255 = 17%

91
89
44

R + G + B ~ 29%. #5B592C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 89 + 44 = 224 (100%)
R 91 of 224 ~ 40.63%
G 89 of 224 ~ 39.73%
B 44 of 224 ~ 19.64%

%40.63
%39.73
%19.64

CMYK color model

#5B592C color CMYK value is (0,2,52,64).

  • cyan value is 0.00%
  • magenta value is 2.20%
  • yellow value is 51.65%
  • key color value is 64.31%
CMYK:
(0,2,52,64)
C0M2Y52K64 
(0%,2%,52%,64%)
(0.00/0.02/0.52/0.64)	

CMYK percentages

%0
%2.2
%51.65
%64.31

Codes

Color #5B592C in popluar color models

5B592C
RGB918944
HSL57°34.81%26.47%
HSB/HSV57°51.65%35.69%
CMYK0.00%2.20%51.65%
64.31%

Color #5B592C in popluar number systems.

HEX5B592C
Decimal918944
Binary10110111011001101100
Octal13313154

Shades and tints

Shades of #5B592C

#5B592C
(91,89,44)
#535128
(83,81,40)
#4B4924
(75,73,36)
#434120
(67,65,32)
#3B391C
(59,57,28)
#333118
(51,49,24)
#2B2914
(43,41,20)
#232110
(35,33,16)
#1B190C
(27,25,12)
#131108
(19,17,8)
#0B0904
(11,9,4)
#000000
(0,0,0)

Tints of #5B592C

#5B592C
(91,89,44)
#69683F
(105,104,63)
#777752
(119,119,82)
#858665
(133,134,101)
#939578
(147,149,120)
#A1A48B
(161,164,139)
#AFB39E
(175,179,158)
#BDC2B1
(189,194,177)
#CBD1C4
(203,209,196)
#D9E0D7
(217,224,215)
#E7EFEA
(231,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B592C; }

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

This text font color is #5B592C.


Background Color

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

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

This div background color is #5B592C.


Border color

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

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

This div border color is #5B592C.


Opacity

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

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

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

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

This text has shadow with #5B592C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B592C on black background.


Color preview on white background

This text has color #5B592C on white background.



Black color preview on #5B592C background

This text has black color on #5B592C background.


White color preview on #5B592C background

This text has white color on #5B592C background.