COLOR #5A756F

HEX: #5A756F
RGB: (90,117,111)

Color info

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

RGB color model

#5A756F color RGB value is (90,117,111).

  • red value is 90;
  • green value is 117;
  • blue value is 111.
RGB:
(90,117,111)
(35%,46%,44%)

RGB channels and saturation

R 90 of 255 = 35%
G 117 of 255 = 46%
B 111 of 255 = 44%

90
117
111

R + G + B ~ 42%. #5A756F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
90 + 117 + 111 = 318 (100%)
R 90 of 318 ~ 28.3%
G 117 of 318 ~ 36.79%
B 111 of 318 ~ 34.91%

%28.3
%36.79
%34.91

CMYK color model

#5A756F color CMYK value is (23,0,5,54).

  • cyan value is 23.08%
  • magenta value is 0.00%
  • yellow value is 5.13%
  • key color value is 54.12%
CMYK:
(23,0,5,54)
C23M0Y5K54 
(23%,0%,5%,54%)
(0.23/0.00/0.05/0.54)	

CMYK percentages

%23.08
%0
%5.13
%54.12

Codes

Color #5A756F in popluar color models

5A756F
RGB90117111
HSL167°13.04%40.59%
HSB/HSV167°23.08%45.88%
CMYK23.08%0.00%5.13%
54.12%

Color #5A756F in popluar number systems.

HEX5A756F
Decimal90117111
Binary101101011101011101111
Octal132165157

Shades and tints

Shades of #5A756F

#5A756F
(90,117,111)
#526B65
(82,107,101)
#4A615B
(74,97,91)
#425751
(66,87,81)
#3A4D47
(58,77,71)
#32433D
(50,67,61)
#2A3933
(42,57,51)
#222F29
(34,47,41)
#1A251F
(26,37,31)
#121B15
(18,27,21)
#0A110B
(10,17,11)
#000000
(0,0,0)

Tints of #5A756F

#5A756F
(90,117,111)
#69817C
(105,129,124)
#788D89
(120,141,137)
#879996
(135,153,150)
#96A5A3
(150,165,163)
#A5B1B0
(165,177,176)
#B4BDBD
(180,189,189)
#C3C9CA
(195,201,202)
#D2D5D7
(210,213,215)
#E1E1E4
(225,225,228)
#F0EDF1
(240,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A756F; }

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

This text font color is #5A756F.


Background Color

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

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

This div background color is #5A756F.


Border color

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

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

This div border color is #5A756F.


Opacity

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

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

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

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

This text has shadow with #5A756F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A756F on black background.


Color preview on white background

This text has color #5A756F on white background.



Black color preview on #5A756F background

This text has black color on #5A756F background.


White color preview on #5A756F background

This text has white color on #5A756F background.