COLOR #5A8772

HEX: #5A8772 RGB: (90,135,114)

Color info

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

RGB color model

#5A8772 color RGB value is (90,135,114).

RGB: (90,135,114) (35%, 53%, 45%)

RGB channels and saturation

R 90 of 255 = 35%
G 135 of 255 = 53%
B 114 of 255 = 45%

90
135
114

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

Portions of RGB colors in percentages

R + G + B = 90 + 135 + 114 = 339 (100%)
R 90 of 339 ~ 26.55%
G 135 of 339 ~ 39.82%
B 114 of 339 ~ 33.63'%

%26.55
%39.82
%33.63

CMYK color model

#5A8772 color CMYK value is (33,0,16,47).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 15.56%
  • key color value is 47.06%

CMYK: (33,0,16,47)
C33M0Y16K47 (33%, 0%, 16%, 47%)
(0.33 / 0.00 / 0.16 / 0.47)

CMYK percentages

%33.33
%0
%15.56
%47.06

Codes

Color #5A8772 in popluar color models

5A 87 72
RGB 90 135 114
HSL 152° 20.00% 44.12%
HSB/HSV 152° 33.33% 52.94%
CMYK 33.33% 0.00% 15.56%
47.06%

Color #5A8772 in popluar number systems.

HEX 5A 87 72
Decimal 90 135 114
Binary 1011010 10000111 1110010
Octal 132 207 162

Shades and tints

Shades of #5A8772

#5A8772
(90,135,114)
#527B68
(82,123,104)
#4A6F5E
(74,111,94)
#426354
(66,99,84)
#3A574A
(58,87,74)
#324B40
(50,75,64)
#2A3F36
(42,63,54)
#22332C
(34,51,44)
#1A2722
(26,39,34)
#121B18
(18,27,24)
#0A0F0E
(10,15,14)
#000000
(0,0,0)

Tints of #5A8772

#5A8772
(90,135,114)
#69917E
(105,145,126)
#789B8A
(120,155,138)
#87A596
(135,165,150)
#96AFA2
(150,175,162)
#A5B9AE
(165,185,174)
#B4C3BA
(180,195,186)
#C3CDC6
(195,205,198)
#D2D7D2
(210,215,210)
#E1E1DE
(225,225,222)
#F0EBEA
(240,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A8772; }

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

This text font color is #5A8772.

Background Color

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

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

This div background color is #5A8772.

Border color

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

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

This div border color is #5A8772.

Opacity

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

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

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

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

This text has shadow with #5A8772 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A8772.

Preview

Color preview on black background

This text has color #5A8772 on black background.


Color preview on white background

This text has color #5A8772 on white background.


Black color preview on #5A8772 background

This text has black color on #5A8772 background.


White color preview on #5A8772 background

This text has white color on #5A8772 background.


Related colors

Complementary color

Complementary color for #hex is #A5788D.


I love getcolorcode.com

Triadic colors

1 #725A87 and #87725A with #5A8772 are triadic colors.

2 #72875A and #875A72 with #5A8772 are triadic colors.