COLOR #5A7377

HEX: #5A7377 RGB: (90,115,119)

Color info

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

RGB color model

#5A7377 color RGB value is (90,115,119).

RGB: (90,115,119) (35%, 45%, 47%)

RGB channels and saturation

R 90 of 255 = 35%
G 115 of 255 = 45%
B 119 of 255 = 47%

90
115
119

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

Portions of RGB colors in percentages

R + G + B = 90 + 115 + 119 = 324 (100%)
R 90 of 324 ~ 27.78%
G 115 of 324 ~ 35.49%
B 119 of 324 ~ 36.73'%

%27.78
%35.49
%36.73

CMYK color model

#5A7377 color CMYK value is (24,3,0,53).

  • cyan value is 24.37%
  • magenta value is 3.36%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK: (24,3,0,53) C24M3Y0K53 (24%,3%,0%,53%) (0.24/0.03/0.00/0.53) 

CMYK percentages

%24.37
%3.36
%0
%53.33

Codes

Color #5A7377 in popluar color models

5A 73 77
RGB 90 115 119
HSL 188° 13.88% 40.98%
HSB/HSV 188° 24.37% 46.67%
CMYK 24.37% 3.36% 0.00%
53.33%

Color #5A7377 in popluar number systems.

HEX 5A 73 77
Decimal 90 115 119
Binary 1011010 1110011 1110111
Octal 132 163 167

Shades and tints

Shades of #5A7377

#5A7377
(90,115,119)
#52696D
(82,105,109)
#4A5F63
(74,95,99)
#425559
(66,85,89)
#3A4B4F
(58,75,79)
#324145
(50,65,69)
#2A373B
(42,55,59)
#222D31
(34,45,49)
#1A2327
(26,35,39)
#12191D
(18,25,29)
#0A0F13
(10,15,19)
#000000
(0,0,0)

Tints of #5A7377

#5A7377
(90,115,119)
#697F83
(105,127,131)
#788B8F
(120,139,143)
#87979B
(135,151,155)
#96A3A7
(150,163,167)
#A5AFB3
(165,175,179)
#B4BBBF
(180,187,191)
#C3C7CB
(195,199,203)
#D2D3D7
(210,211,215)
#E1DFE3
(225,223,227)
#F0EBEF
(240,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A7377; }

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

This text font color is #5A7377.

Background Color

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

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

This div background color is #5A7377.

Border color

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

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

This div border color is #5A7377.

Opacity

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

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

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

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

This text has shadow with #5A7377 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A7377.

Preview

Color preview on black background

This text has color #5A7377 on black background.


Color preview on white background

This text has color #5A7377 on white background.


Black color preview on #5A7377 background

This text has black color on #5A7377 background.


White color preview on #5A7377 background

This text has white color on #5A7377 background.


Related colors

Complementary color

Complementary color for #hex is #A58C88.


I love getcolorcode.com

Triadic colors

1 #775A73 and #73775A with #5A7377 are triadic colors.

2 #77735A and #735A77 with #5A7377 are triadic colors.