COLOR #5A5137

HEX: #5A5137
RGB: (90,81,55)

Color info

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

RGB color model

#5A5137 color RGB value is (90,81,55).

  • red value is 90;
  • green value is 81;
  • blue value is 55.
RGB:
(90,81,55)
(35%,32%,22%)

RGB channels and saturation

R 90 of 255 = 35%
G 81 of 255 = 32%
B 55 of 255 = 22%

90
81
55

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

Portions of RGB colors in percentages

R + G + B =
90 + 81 + 55 = 226 (100%)
R 90 of 226 ~ 39.82%
G 81 of 226 ~ 35.84%
B 55 of 226 ~ 24.34%

%39.82
%35.84
%24.34

CMYK color model

#5A5137 color CMYK value is (0,10,39,65).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 38.89%
  • key color value is 64.71%
CMYK:
(0,10,39,65)
C0M10Y39K65 
(0%,10%,39%,65%)
(0.00/0.10/0.39/0.65)	

CMYK percentages

%0
%10
%38.89
%64.71

Codes

Color #5A5137 in popluar color models

5A5137
RGB908155
HSL45°24.14%28.43%
HSB/HSV45°38.89%35.29%
CMYK0.00%10.00%38.89%
64.71%

Color #5A5137 in popluar number systems.

HEX5A5137
Decimal908155
Binary10110101010001110111
Octal13212167

Shades and tints

Shades of #5A5137

#5A5137
(90,81,55)
#524A32
(82,74,50)
#4A432D
(74,67,45)
#423C28
(66,60,40)
#3A3523
(58,53,35)
#322E1E
(50,46,30)
#2A2719
(42,39,25)
#222014
(34,32,20)
#1A190F
(26,25,15)
#12120A
(18,18,10)
#0A0B05
(10,11,5)
#000000
(0,0,0)

Tints of #5A5137

#5A5137
(90,81,55)
#696049
(105,96,73)
#786F5B
(120,111,91)
#877E6D
(135,126,109)
#968D7F
(150,141,127)
#A59C91
(165,156,145)
#B4ABA3
(180,171,163)
#C3BAB5
(195,186,181)
#D2C9C7
(210,201,199)
#E1D8D9
(225,216,217)
#F0E7EB
(240,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A5137; }

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

This text font color is #5A5137.


Background Color

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

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

This div background color is #5A5137.


Border color

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

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

This div border color is #5A5137.


Opacity

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

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

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

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

This text has shadow with #5A5137 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A5137 on black background.


Color preview on white background

This text has color #5A5137 on white background.



Black color preview on #5A5137 background

This text has black color on #5A5137 background.


White color preview on #5A5137 background

This text has white color on #5A5137 background.