COLOR #5A5737

HEX: #5A5737 RGB: (90,87,55)

Color info

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

RGB color model

#5A5737 color RGB value is (90,87,55).

RGB: (90,87,55) (35%, 34%, 22%)

RGB channels and saturation

R 90 of 255 = 35%
G 87 of 255 = 34%
B 55 of 255 = 22%

90
87
55

R + G + B ~ 30%. #5A5737 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 87 + 55 = 232 (100%)
R 90 of 232 ~ 38.79%
G 87 of 232 ~ 37.5%
B 55 of 232 ~ 23.71'%

%38.79
%37.5
%23.71

CMYK color model

#5A5737 color CMYK value is (0,3,39,65).

  • cyan value is 0.00%
  • magenta value is 3.33%
  • yellow value is 38.89%
  • key color value is 64.71%

CMYK: (0,3,39,65)
C0M3Y39K65 (0%, 3%, 39%, 65%)
(0.00 / 0.03 / 0.39 / 0.65)

CMYK percentages

%0
%3.33
%38.89
%64.71

Codes

Color #5A5737 in popluar color models

5A 57 37
RGB 90 87 55
HSL 55° 24.14% 28.43%
HSB/HSV 55° 38.89% 35.29%
CMYK 0.00% 3.33% 38.89%
64.71%

Color #5A5737 in popluar number systems.

HEX 5A 57 37
Decimal 90 87 55
Binary 1011010 1010111 110111
Octal 132 127 67

Shades and tints

Shades of #5A5737

#5A5737
(90,87,55)
#525032
(82,80,50)
#4A492D
(74,73,45)
#424228
(66,66,40)
#3A3B23
(58,59,35)
#32341E
(50,52,30)
#2A2D19
(42,45,25)
#222614
(34,38,20)
#1A1F0F
(26,31,15)
#12180A
(18,24,10)
#0A1105
(10,17,5)
#000000
(0,0,0)

Tints of #5A5737

#5A5737
(90,87,55)
#696649
(105,102,73)
#78755B
(120,117,91)
#87846D
(135,132,109)
#96937F
(150,147,127)
#A5A291
(165,162,145)
#B4B1A3
(180,177,163)
#C3C0B5
(195,192,181)
#D2CFC7
(210,207,199)
#E1DED9
(225,222,217)
#F0EDEB
(240,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A5737; }

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

This text font color is #5A5737.

Background Color

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

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

This div background color is #5A5737.

Border color

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

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

This div border color is #5A5737.

Opacity

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

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

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

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

This text has shadow with #5A5737 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A5737.

Preview

Color preview on black background

This text has color #5A5737 on black background.


Color preview on white background

This text has color #5A5737 on white background.


Black color preview on #5A5737 background

This text has black color on #5A5737 background.


White color preview on #5A5737 background

This text has white color on #5A5737 background.


Related colors

Complementary color

Complementary color for #hex is #A5A8C8.


I love getcolorcode.com

Triadic colors

1 #375A57 and #57375A with #5A5737 are triadic colors.

2 #37575A and #575A37 with #5A5737 are triadic colors.