COLOR #5A8E6A

HEX: #5A8E6A
RGB: (90,142,106)

Color info

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

RGB color model

#5A8E6A color RGB value is (90,142,106).

  • red value is 90;
  • green value is 142;
  • blue value is 106.
RGB:
(90,142,106)
(35%,56%,42%)

RGB channels and saturation

R 90 of 255 = 35%
G 142 of 255 = 56%
B 106 of 255 = 42%

90
142
106

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

Portions of RGB colors in percentages

R + G + B =
90 + 142 + 106 = 338 (100%)
R 90 of 338 ~ 26.63%
G 142 of 338 ~ 42.01%
B 106 of 338 ~ 31.36%

%26.63
%42.01
%31.36

CMYK color model

#5A8E6A color CMYK value is (37,0,25,44).

  • cyan value is 36.62%
  • magenta value is 0.00%
  • yellow value is 25.35%
  • key color value is 44.31%
CMYK:
(37,0,25,44)
C37M0Y25K44 
(37%,0%,25%,44%)
(0.37/0.00/0.25/0.44)	

CMYK percentages

%36.62
%0
%25.35
%44.31

Codes

Color #5A8E6A in popluar color models

5A8E6A
RGB90142106
HSL138°22.41%45.49%
HSB/HSV138°36.62%55.69%
CMYK36.62%0.00%25.35%
44.31%

Color #5A8E6A in popluar number systems.

HEX5A8E6A
Decimal90142106
Binary1011010100011101101010
Octal132216152

Shades and tints

Shades of #5A8E6A

#5A8E6A
(90,142,106)
#528261
(82,130,97)
#4A7658
(74,118,88)
#426A4F
(66,106,79)
#3A5E46
(58,94,70)
#32523D
(50,82,61)
#2A4634
(42,70,52)
#223A2B
(34,58,43)
#1A2E22
(26,46,34)
#122219
(18,34,25)
#0A1610
(10,22,16)
#000000
(0,0,0)

Tints of #5A8E6A

#5A8E6A
(90,142,106)
#699877
(105,152,119)
#78A284
(120,162,132)
#87AC91
(135,172,145)
#96B69E
(150,182,158)
#A5C0AB
(165,192,171)
#B4CAB8
(180,202,184)
#C3D4C5
(195,212,197)
#D2DED2
(210,222,210)
#E1E8DF
(225,232,223)
#F0F2EC
(240,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A8E6A color. Also use rgb(90,142,106) instead hex code.

Text Font Color

.myTextColor { color: #5A8E6A; }

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

This text font color is #5A8E6A.


Background Color

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

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

This div background color is #5A8E6A.


Border color

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

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

This div border color is #5A8E6A.


Opacity

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

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

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

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

This text has shadow with #5A8E6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A8E6A on black background.


Color preview on white background

This text has color #5A8E6A on white background.



Black color preview on #5A8E6A background

This text has black color on #5A8E6A background.


White color preview on #5A8E6A background

This text has white color on #5A8E6A background.