COLOR #5A8875

HEX: #5A8875 RGB: (90,136,117)

Color info

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

RGB color model

#5A8875 color RGB value is (90,136,117).

RGB: (90,136,117) (35%, 53%, 46%)

RGB channels and saturation

R 90 of 255 = 35%
G 136 of 255 = 53%
B 117 of 255 = 46%

90
136
117

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

Portions of RGB colors in percentages

R + G + B = 90 + 136 + 117 = 343 (100%)
R 90 of 343 ~ 26.24%
G 136 of 343 ~ 39.65%
B 117 of 343 ~ 34.11'%

%26.24
%39.65
%34.11

CMYK color model

#5A8875 color CMYK value is (34,0,14,47).

  • cyan value is 33.82%
  • magenta value is 0.00%
  • yellow value is 13.97%
  • key color value is 46.67%

CMYK: (34,0,14,47)
C34M0Y14K47 (34%, 0%, 14%, 47%)
(0.34 / 0.00 / 0.14 / 0.47)

CMYK percentages

%33.82
%0
%13.97
%46.67

Codes

Color #5A8875 in popluar color models

5A 88 75
RGB 90 136 117
HSL 155° 20.35% 44.31%
HSB/HSV 155° 33.82% 53.33%
CMYK 33.82% 0.00% 13.97%
46.67%

Color #5A8875 in popluar number systems.

HEX 5A 88 75
Decimal 90 136 117
Binary 1011010 10001000 1110101
Octal 132 210 165

Shades and tints

Shades of #5A8875

#5A8875
(90,136,117)
#527C6B
(82,124,107)
#4A7061
(74,112,97)
#426457
(66,100,87)
#3A584D
(58,88,77)
#324C43
(50,76,67)
#2A4039
(42,64,57)
#22342F
(34,52,47)
#1A2825
(26,40,37)
#121C1B
(18,28,27)
#0A1011
(10,16,17)
#000000
(0,0,0)

Tints of #5A8875

#5A8875
(90,136,117)
#699281
(105,146,129)
#789C8D
(120,156,141)
#87A699
(135,166,153)
#96B0A5
(150,176,165)
#A5BAB1
(165,186,177)
#B4C4BD
(180,196,189)
#C3CEC9
(195,206,201)
#D2D8D5
(210,216,213)
#E1E2E1
(225,226,225)
#F0ECED
(240,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A8875 color. Also use rgb(90,136,117) instead hex code.

Text Font Color

.myTextColor { color: #5A8875; }

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

This text font color is #5A8875.

Background Color

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

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

This div background color is #5A8875.

Border color

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

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

This div border color is #5A8875.

Opacity

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

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

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

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

This text has shadow with #5A8875 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A8875.

Preview

Color preview on black background

This text has color #5A8875 on black background.


Color preview on white background

This text has color #5A8875 on white background.


Black color preview on #5A8875 background

This text has black color on #5A8875 background.


White color preview on #5A8875 background

This text has white color on #5A8875 background.


Related colors

Complementary color

Complementary color for #hex is #A5778A.


I love getcolorcode.com

Triadic colors

1 #755A88 and #88755A with #5A8875 are triadic colors.

2 #75885A and #885A75 with #5A8875 are triadic colors.