COLOR #5A5A57

HEX: #5A5A57
RGB: (90,90,87)

Color info

#5A5A57 contains red, green and blue colors in about the same proportion. Web safe color of #5A5A57 is #666666 (or #666).

RGB color model

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

  • red value is 90;
  • green value is 90;
  • blue value is 87.
RGB:
(90,90,87)
(35%,35%,34%)

RGB channels and saturation

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

90
90
87

R + G + B ~ 35%. #5A5A57 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 90 + 87 = 267 (100%)
R 90 of 267 ~ 33.71%
G 90 of 267 ~ 33.71%
B 87 of 267 ~ 32.58%

%33.71
%33.71
%32.58

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 3.33%
  • key color value is 64.71%
CMYK:
(0,0,3,65)
C0M0Y3K65 
(0%,0%,3%,65%)
(0.00/0.00/0.03/0.65)	

CMYK percentages

%0
%0
%3.33
%64.71

Codes

Color #5A5A57 in popluar color models

5A5A57
RGB909087
HSL60°1.69%34.71%
HSB/HSV60°3.33%35.29%
CMYK0.00%0.00%3.33%
64.71%

Color #5A5A57 in popluar number systems.

HEX5A5A57
Decimal909087
Binary101101010110101010111
Octal132132127

Shades and tints

Shades of #5A5A57

#5A5A57
(90,90,87)
#525250
(82,82,80)
#4A4A49
(74,74,73)
#424242
(66,66,66)
#3A3A3B
(58,58,59)
#323234
(50,50,52)
#2A2A2D
(42,42,45)
#222226
(34,34,38)
#1A1A1F
(26,26,31)
#121218
(18,18,24)
#0A0A11
(10,10,17)
#000000
(0,0,0)

Tints of #5A5A57

#5A5A57
(90,90,87)
#696966
(105,105,102)
#787875
(120,120,117)
#878784
(135,135,132)
#969693
(150,150,147)
#A5A5A2
(165,165,162)
#B4B4B1
(180,180,177)
#C3C3C0
(195,195,192)
#D2D2CF
(210,210,207)
#E1E1DE
(225,225,222)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A5A57; }

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

This text font color is #5A5A57.


Background Color

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

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

This div background color is #5A5A57.


Border color

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

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

This div border color is #5A5A57.


Opacity

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

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

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

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

This text has shadow with #5A5A57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A5A57 on black background.


Color preview on white background

This text has color #5A5A57 on white background.



Black color preview on #5A5A57 background

This text has black color on #5A5A57 background.


White color preview on #5A5A57 background

This text has white color on #5A5A57 background.