COLOR #5A6E57

HEX: #5A6E57
RGB: (90,110,87)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

90
110
87

R + G + B ~ 37%. #5A6E57 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 110 + 87 = 287 (100%)
R 90 of 287 ~ 31.36%
G 110 of 287 ~ 38.33%
B 87 of 287 ~ 30.31%

%31.36
%38.33
%30.31

CMYK color model

#5A6E57 color CMYK value is (18,0,21,57).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 20.91%
  • key color value is 56.86%
CMYK:
(18,0,21,57)
C18M0Y21K57 
(18%,0%,21%,57%)
(0.18/0.00/0.21/0.57)	

CMYK percentages

%18.18
%0
%20.91
%56.86

Codes

Color #5A6E57 in popluar color models

5A6E57
RGB9011087
HSL112°11.68%38.63%
HSB/HSV112°20.91%43.14%
CMYK18.18%0.00%20.91%
56.86%

Color #5A6E57 in popluar number systems.

HEX5A6E57
Decimal9011087
Binary101101011011101010111
Octal132156127

Shades and tints

Shades of #5A6E57

#5A6E57
(90,110,87)
#526450
(82,100,80)
#4A5A49
(74,90,73)
#425042
(66,80,66)
#3A463B
(58,70,59)
#323C34
(50,60,52)
#2A322D
(42,50,45)
#222826
(34,40,38)
#1A1E1F
(26,30,31)
#121418
(18,20,24)
#0A0A11
(10,10,17)
#000000
(0,0,0)

Tints of #5A6E57

#5A6E57
(90,110,87)
#697B66
(105,123,102)
#788875
(120,136,117)
#879584
(135,149,132)
#96A293
(150,162,147)
#A5AFA2
(165,175,162)
#B4BCB1
(180,188,177)
#C3C9C0
(195,201,192)
#D2D6CF
(210,214,207)
#E1E3DE
(225,227,222)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A6E57; }

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

This text font color is #5A6E57.


Background Color

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

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

This div background color is #5A6E57.


Border color

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

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

This div border color is #5A6E57.


Opacity

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

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

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

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

This text has shadow with #5A6E57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A6E57 on black background.


Color preview on white background

This text has color #5A6E57 on white background.



Black color preview on #5A6E57 background

This text has black color on #5A6E57 background.


White color preview on #5A6E57 background

This text has white color on #5A6E57 background.