COLOR #5A7C78

HEX: #5A7C78 RGB: (90,124,120)

Color info

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

RGB color model

#5A7C78 color RGB value is (90,124,120).

RGB: (90,124,120) (35%, 49%, 47%)

RGB channels and saturation

R 90 of 255 = 35%
G 124 of 255 = 49%
B 120 of 255 = 47%

90
124
120

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

Portions of RGB colors in percentages

R + G + B = 90 + 124 + 120 = 334 (100%)
R 90 of 334 ~ 26.95%
G 124 of 334 ~ 37.13%
B 120 of 334 ~ 35.93'%

%26.95
%37.13
%35.93

CMYK color model

#5A7C78 color CMYK value is (27,0,3,51).

  • cyan value is 27.42%
  • magenta value is 0.00%
  • yellow value is 3.23%
  • key color value is 51.37%

CMYK: (27,0,3,51)
C27M0Y3K51 (27%, 0%, 3%, 51%)
(0.27 / 0.00 / 0.03 / 0.51)

CMYK percentages

%27.42
%0
%3.23
%51.37

Codes

Color #5A7C78 in popluar color models

5A 7C 78
RGB 90 124 120
HSL 173° 15.89% 41.96%
HSB/HSV 173° 27.42% 48.63%
CMYK 27.42% 0.00% 3.23%
51.37%

Color #5A7C78 in popluar number systems.

HEX 5A 7C 78
Decimal 90 124 120
Binary 1011010 1111100 1111000
Octal 132 174 170

Shades and tints

Shades of #5A7C78

#5A7C78
(90,124,120)
#52716E
(82,113,110)
#4A6664
(74,102,100)
#425B5A
(66,91,90)
#3A5050
(58,80,80)
#324546
(50,69,70)
#2A3A3C
(42,58,60)
#222F32
(34,47,50)
#1A2428
(26,36,40)
#12191E
(18,25,30)
#0A0E14
(10,14,20)
#000000
(0,0,0)

Tints of #5A7C78

#5A7C78
(90,124,120)
#698784
(105,135,132)
#789290
(120,146,144)
#879D9C
(135,157,156)
#96A8A8
(150,168,168)
#A5B3B4
(165,179,180)
#B4BEC0
(180,190,192)
#C3C9CC
(195,201,204)
#D2D4D8
(210,212,216)
#E1DFE4
(225,223,228)
#F0EAF0
(240,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A7C78; }

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

This text font color is #5A7C78.

Background Color

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

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

This div background color is #5A7C78.

Border color

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

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

This div border color is #5A7C78.

Opacity

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

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

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

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

This text has shadow with #5A7C78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A7C78.

Preview

Color preview on black background

This text has color #5A7C78 on black background.


Color preview on white background

This text has color #5A7C78 on white background.


Black color preview on #5A7C78 background

This text has black color on #5A7C78 background.


White color preview on #5A7C78 background

This text has white color on #5A7C78 background.


Related colors

Complementary color

Complementary color for #hex is #A58387.


I love getcolorcode.com

Triadic colors

1 #785A7C and #7C785A with #5A7C78 are triadic colors.

2 #787C5A and #7C5A78 with #5A7C78 are triadic colors.