COLOR #5A5B37

HEX: #5A5B37 RGB: (90,91,55)

Color info

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

RGB color model

#5A5B37 color RGB value is (90,91,55).

RGB: (90,91,55) (35%, 36%, 22%)

RGB channels and saturation

R 90 of 255 = 35%
G 91 of 255 = 36%
B 55 of 255 = 22%

90
91
55

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

Portions of RGB colors in percentages

R + G + B = 90 + 91 + 55 = 236 (100%)
R 90 of 236 ~ 38.14%
G 91 of 236 ~ 38.56%
B 55 of 236 ~ 23.31'%

%38.14
%38.56
%23.31

CMYK color model

#5A5B37 color CMYK value is (1,0,40,64).

  • cyan value is 1.10%
  • magenta value is 0.00%
  • yellow value is 39.56%
  • key color value is 64.31%

CMYK: (1,0,40,64)
C1M0Y40K64 (1%, 0%, 40%, 64%)
(0.01 / 0.00 / 0.40 / 0.64)

CMYK percentages

%1.1
%0
%39.56
%64.31

Codes

Color #5A5B37 in popluar color models

5A 5B 37
RGB 90 91 55
HSL 62° 24.66% 28.63%
HSB/HSV 62° 39.56% 35.69%
CMYK 1.10% 0.00% 39.56%
64.31%

Color #5A5B37 in popluar number systems.

HEX 5A 5B 37
Decimal 90 91 55
Binary 1011010 1011011 110111
Octal 132 133 67

Shades and tints

Shades of #5A5B37

#5A5B37
(90,91,55)
#525332
(82,83,50)
#4A4B2D
(74,75,45)
#424328
(66,67,40)
#3A3B23
(58,59,35)
#32331E
(50,51,30)
#2A2B19
(42,43,25)
#222314
(34,35,20)
#1A1B0F
(26,27,15)
#12130A
(18,19,10)
#0A0B05
(10,11,5)
#000000
(0,0,0)

Tints of #5A5B37

#5A5B37
(90,91,55)
#696949
(105,105,73)
#78775B
(120,119,91)
#87856D
(135,133,109)
#96937F
(150,147,127)
#A5A191
(165,161,145)
#B4AFA3
(180,175,163)
#C3BDB5
(195,189,181)
#D2CBC7
(210,203,199)
#E1D9D9
(225,217,217)
#F0E7EB
(240,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A5B37; }

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

This text font color is #5A5B37.

Background Color

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

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

This div background color is #5A5B37.

Border color

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

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

This div border color is #5A5B37.

Opacity

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

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

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

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

This text has shadow with #5A5B37 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A5B37.

Preview

Color preview on black background

This text has color #5A5B37 on black background.


Color preview on white background

This text has color #5A5B37 on white background.


Black color preview on #5A5B37 background

This text has black color on #5A5B37 background.


White color preview on #5A5B37 background

This text has white color on #5A5B37 background.


Related colors

Complementary color

Complementary color for #hex is #A5A4C8.


I love getcolorcode.com

Triadic colors

1 #375A5B and #5B375A with #5A5B37 are triadic colors.

2 #375B5A and #5B5A37 with #5A5B37 are triadic colors.