COLOR #5B5A3E

HEX: #5B5A3E
RGB: (91,90,62)

Color info

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

RGB color model

#5B5A3E color RGB value is (91,90,62).

  • red value is 91;
  • green value is 90;
  • blue value is 62.
RGB:
(91,90,62)
(36%,35%,24%)

RGB channels and saturation

R 91 of 255 = 36%
G 90 of 255 = 35%
B 62 of 255 = 24%

91
90
62

R + G + B ~ 32%. #5B5A3E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 90 + 62 = 243 (100%)
R 91 of 243 ~ 37.45%
G 90 of 243 ~ 37.04%
B 62 of 243 ~ 25.51%

%37.45
%37.04
%25.51

CMYK color model

#5B5A3E color CMYK value is (0,1,32,64).

  • cyan value is 0.00%
  • magenta value is 1.10%
  • yellow value is 31.87%
  • key color value is 64.31%
CMYK:
(0,1,32,64)
C0M1Y32K64 
(0%,1%,32%,64%)
(0.00/0.01/0.32/0.64)	

CMYK percentages

%0
%1.1
%31.87
%64.31

Codes

Color #5B5A3E in popluar color models

5B5A3E
RGB919062
HSL58°18.95%30.00%
HSB/HSV58°31.87%35.69%
CMYK0.00%1.10%31.87%
64.31%

Color #5B5A3E in popluar number systems.

HEX5B5A3E
Decimal919062
Binary10110111011010111110
Octal13313276

Shades and tints

Shades of #5B5A3E

#5B5A3E
(91,90,62)
#535239
(83,82,57)
#4B4A34
(75,74,52)
#43422F
(67,66,47)
#3B3A2A
(59,58,42)
#333225
(51,50,37)
#2B2A20
(43,42,32)
#23221B
(35,34,27)
#1B1A16
(27,26,22)
#131211
(19,18,17)
#0B0A0C
(11,10,12)
#000000
(0,0,0)

Tints of #5B5A3E

#5B5A3E
(91,90,62)
#69694F
(105,105,79)
#777860
(119,120,96)
#858771
(133,135,113)
#939682
(147,150,130)
#A1A593
(161,165,147)
#AFB4A4
(175,180,164)
#BDC3B5
(189,195,181)
#CBD2C6
(203,210,198)
#D9E1D7
(217,225,215)
#E7F0E8
(231,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B5A3E color. Also use rgb(91,90,62) instead hex code.

Text Font Color

.myTextColor { color: #5B5A3E; }

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

This text font color is #5B5A3E.


Background Color

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

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

This div background color is #5B5A3E.


Border color

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

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

This div border color is #5B5A3E.


Opacity

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

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

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

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

This text has shadow with #5B5A3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B5A3E on black background.


Color preview on white background

This text has color #5B5A3E on white background.



Black color preview on #5B5A3E background

This text has black color on #5B5A3E background.


White color preview on #5B5A3E background

This text has white color on #5B5A3E background.