COLOR #5A8778

HEX: #5A8778
RGB: (90,135,120)

Color info

#5A8778 contains red, green and blue colors in about the same proportion. Web safe color of #5A8778 is #669966 (or #696).

RGB color model

#5A8778 color RGB value is (90,135,120).

  • red value is 90;
  • green value is 135;
  • blue value is 120.
RGB:
(90,135,120)
(35%,53%,47%)

RGB channels and saturation

R 90 of 255 = 35%
G 135 of 255 = 53%
B 120 of 255 = 47%

90
135
120

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

Portions of RGB colors in percentages

R + G + B =
90 + 135 + 120 = 345 (100%)
R 90 of 345 ~ 26.09%
G 135 of 345 ~ 39.13%
B 120 of 345 ~ 34.78%

%26.09
%39.13
%34.78

CMYK color model

#5A8778 color CMYK value is (33,0,11,47).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 47.06%
CMYK:
(33,0,11,47)
C33M0Y11K47 
(33%,0%,11%,47%)
(0.33/0.00/0.11/0.47)	

CMYK percentages

%33.33
%0
%11.11
%47.06

Codes

Color #5A8778 in popluar color models

5A8778
RGB90135120
HSL160°20.00%44.12%
HSB/HSV160°33.33%52.94%
CMYK33.33%0.00%11.11%
47.06%

Color #5A8778 in popluar number systems.

HEX5A8778
Decimal90135120
Binary1011010100001111111000
Octal132207170

Shades and tints

Shades of #5A8778

#5A8778
(90,135,120)
#527B6E
(82,123,110)
#4A6F64
(74,111,100)
#42635A
(66,99,90)
#3A5750
(58,87,80)
#324B46
(50,75,70)
#2A3F3C
(42,63,60)
#223332
(34,51,50)
#1A2728
(26,39,40)
#121B1E
(18,27,30)
#0A0F14
(10,15,20)
#000000
(0,0,0)

Tints of #5A8778

#5A8778
(90,135,120)
#699184
(105,145,132)
#789B90
(120,155,144)
#87A59C
(135,165,156)
#96AFA8
(150,175,168)
#A5B9B4
(165,185,180)
#B4C3C0
(180,195,192)
#C3CDCC
(195,205,204)
#D2D7D8
(210,215,216)
#E1E1E4
(225,225,228)
#F0EBF0
(240,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A8778; }

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

This text font color is #5A8778.


Background Color

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

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

This div background color is #5A8778.


Border color

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

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

This div border color is #5A8778.


Opacity

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

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

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

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

This text has shadow with #5A8778 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A8778 on black background.


Color preview on white background

This text has color #5A8778 on white background.



Black color preview on #5A8778 background

This text has black color on #5A8778 background.


White color preview on #5A8778 background

This text has white color on #5A8778 background.