COLOR #5A8D85

HEX: #5A8D85
RGB: (90,141,133)

Color info

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

RGB color model

#5A8D85 color RGB value is (90,141,133).

  • red value is 90;
  • green value is 141;
  • blue value is 133.
RGB:
(90,141,133)
(35%,55%,52%)

RGB channels and saturation

R 90 of 255 = 35%
G 141 of 255 = 55%
B 133 of 255 = 52%

90
141
133

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

Portions of RGB colors in percentages

R + G + B =
90 + 141 + 133 = 364 (100%)
R 90 of 364 ~ 24.73%
G 141 of 364 ~ 38.74%
B 133 of 364 ~ 36.54%

%24.73
%38.74
%36.54

CMYK color model

#5A8D85 color CMYK value is (36,0,6,45).

  • cyan value is 36.17%
  • magenta value is 0.00%
  • yellow value is 5.67%
  • key color value is 44.71%
CMYK:
(36,0,6,45)
C36M0Y6K45 
(36%,0%,6%,45%)
(0.36/0.00/0.06/0.45)	

CMYK percentages

%36.17
%0
%5.67
%44.71

Codes

Color #5A8D85 in popluar color models

5A8D85
RGB90141133
HSL171°22.08%45.29%
HSB/HSV171°36.17%55.29%
CMYK36.17%0.00%5.67%
44.71%

Color #5A8D85 in popluar number systems.

HEX5A8D85
Decimal90141133
Binary10110101000110110000101
Octal132215205

Shades and tints

Shades of #5A8D85

#5A8D85
(90,141,133)
#528179
(82,129,121)
#4A756D
(74,117,109)
#426961
(66,105,97)
#3A5D55
(58,93,85)
#325149
(50,81,73)
#2A453D
(42,69,61)
#223931
(34,57,49)
#1A2D25
(26,45,37)
#122119
(18,33,25)
#0A150D
(10,21,13)
#000000
(0,0,0)

Tints of #5A8D85

#5A8D85
(90,141,133)
#699790
(105,151,144)
#78A19B
(120,161,155)
#87ABA6
(135,171,166)
#96B5B1
(150,181,177)
#A5BFBC
(165,191,188)
#B4C9C7
(180,201,199)
#C3D3D2
(195,211,210)
#D2DDDD
(210,221,221)
#E1E7E8
(225,231,232)
#F0F1F3
(240,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A8D85 color. Also use rgb(90,141,133) instead hex code.

Text Font Color

.myTextColor { color: #5A8D85; }

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

This text font color is #5A8D85.


Background Color

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

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

This div background color is #5A8D85.


Border color

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

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

This div border color is #5A8D85.


Opacity

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

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

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

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

This text has shadow with #5A8D85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A8D85 on black background.


Color preview on white background

This text has color #5A8D85 on white background.



Black color preview on #5A8D85 background

This text has black color on #5A8D85 background.


White color preview on #5A8D85 background

This text has white color on #5A8D85 background.