COLOR #5A8F8C

HEX: #5A8F8C
RGB: (90,143,140)

Color info

#5A8F8C contains red, green and blue colors in about the same proportion. Web safe color of #5A8F8C is #669999 (or #699).

RGB color model

#5A8F8C color RGB value is (90,143,140).

  • red value is 90;
  • green value is 143;
  • blue value is 140.
RGB:
(90,143,140)
(35%,56%,55%)

RGB channels and saturation

R 90 of 255 = 35%
G 143 of 255 = 56%
B 140 of 255 = 55%

90
143
140

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

Portions of RGB colors in percentages

R + G + B =
90 + 143 + 140 = 373 (100%)
R 90 of 373 ~ 24.13%
G 143 of 373 ~ 38.34%
B 140 of 373 ~ 37.53%

%24.13
%38.34
%37.53

CMYK color model

#5A8F8C color CMYK value is (37,0,2,44).

  • cyan value is 37.06%
  • magenta value is 0.00%
  • yellow value is 2.10%
  • key color value is 43.92%
CMYK:
(37,0,2,44)
C37M0Y2K44 
(37%,0%,2%,44%)
(0.37/0.00/0.02/0.44)	

CMYK percentages

%37.06
%0
%2.1
%43.92

Codes

Color #5A8F8C in popluar color models

5A8F8C
RGB90143140
HSL177°22.75%45.69%
HSB/HSV177°37.06%56.08%
CMYK37.06%0.00%2.10%
43.92%

Color #5A8F8C in popluar number systems.

HEX5A8F8C
Decimal90143140
Binary10110101000111110001100
Octal132217214

Shades and tints

Shades of #5A8F8C

#5A8F8C
(90,143,140)
#528280
(82,130,128)
#4A7574
(74,117,116)
#426868
(66,104,104)
#3A5B5C
(58,91,92)
#324E50
(50,78,80)
#2A4144
(42,65,68)
#223438
(34,52,56)
#1A272C
(26,39,44)
#121A20
(18,26,32)
#0A0D14
(10,13,20)
#000000
(0,0,0)

Tints of #5A8F8C

#5A8F8C
(90,143,140)
#699996
(105,153,150)
#78A3A0
(120,163,160)
#87ADAA
(135,173,170)
#96B7B4
(150,183,180)
#A5C1BE
(165,193,190)
#B4CBC8
(180,203,200)
#C3D5D2
(195,213,210)
#D2DFDC
(210,223,220)
#E1E9E6
(225,233,230)
#F0F3F0
(240,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A8F8C color. Also use rgb(90,143,140) instead hex code.

Text Font Color

.myTextColor { color: #5A8F8C; }

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

This text font color is #5A8F8C.


Background Color

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

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

This div background color is #5A8F8C.


Border color

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

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

This div border color is #5A8F8C.


Opacity

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

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

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

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

This text has shadow with #5A8F8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A8F8C on black background.


Color preview on white background

This text has color #5A8F8C on white background.



Black color preview on #5A8F8C background

This text has black color on #5A8F8C background.


White color preview on #5A8F8C background

This text has white color on #5A8F8C background.