COLOR #5A877A

HEX: #5A877A
RGB: (90,135,122)

Color info

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

RGB color model

#5A877A color RGB value is (90,135,122).

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

RGB channels and saturation

R 90 of 255 = 35%
G 135 of 255 = 53%
B 122 of 255 = 48%

90
135
122

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

Portions of RGB colors in percentages

R + G + B =
90 + 135 + 122 = 347 (100%)
R 90 of 347 ~ 25.94%
G 135 of 347 ~ 38.9%
B 122 of 347 ~ 35.16%

%25.94
%38.9
%35.16

CMYK color model

#5A877A color CMYK value is (33,0,10,47).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 9.63%
  • key color value is 47.06%
CMYK:
(33,0,10,47)
C33M0Y10K47 
(33%,0%,10%,47%)
(0.33/0.00/0.10/0.47)	

CMYK percentages

%33.33
%0
%9.63
%47.06

Codes

Color #5A877A in popluar color models

5A877A
RGB90135122
HSL163°20.00%44.12%
HSB/HSV163°33.33%52.94%
CMYK33.33%0.00%9.63%
47.06%

Color #5A877A in popluar number systems.

HEX5A877A
Decimal90135122
Binary1011010100001111111010
Octal132207172

Shades and tints

Shades of #5A877A

#5A877A
(90,135,122)
#527B6F
(82,123,111)
#4A6F64
(74,111,100)
#426359
(66,99,89)
#3A574E
(58,87,78)
#324B43
(50,75,67)
#2A3F38
(42,63,56)
#22332D
(34,51,45)
#1A2722
(26,39,34)
#121B17
(18,27,23)
#0A0F0C
(10,15,12)
#000000
(0,0,0)

Tints of #5A877A

#5A877A
(90,135,122)
#699186
(105,145,134)
#789B92
(120,155,146)
#87A59E
(135,165,158)
#96AFAA
(150,175,170)
#A5B9B6
(165,185,182)
#B4C3C2
(180,195,194)
#C3CDCE
(195,205,206)
#D2D7DA
(210,215,218)
#E1E1E6
(225,225,230)
#F0EBF2
(240,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A877A; }

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

This text font color is #5A877A.


Background Color

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

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

This div background color is #5A877A.


Border color

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

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

This div border color is #5A877A.


Opacity

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

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

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

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

This text has shadow with #5A877A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A877A on black background.


Color preview on white background

This text has color #5A877A on white background.



Black color preview on #5A877A background

This text has black color on #5A877A background.


White color preview on #5A877A background

This text has white color on #5A877A background.