COLOR #5A8868

HEX: #5A8868 RGB: (90,136,104)

Color info

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

RGB color model

#5A8868 color RGB value is (90,136,104).

RGB: (90,136,104) (35%, 53%, 41%)

RGB channels and saturation

R 90 of 255 = 35%
G 136 of 255 = 53%
B 104 of 255 = 41%

90
136
104

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

Portions of RGB colors in percentages

R + G + B = 90 + 136 + 104 = 330 (100%)
R 90 of 330 ~ 27.27%
G 136 of 330 ~ 41.21%
B 104 of 330 ~ 31.52'%

%27.27
%41.21
%31.52

CMYK color model

#5A8868 color CMYK value is (34,0,24,47).

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

CMYK: (34,0,24,47)
C34M0Y24K47 (34%, 0%, 24%, 47%)
(0.34 / 0.00 / 0.24 / 0.47)

CMYK percentages

%33.82
%0
%23.53
%46.67

Codes

Color #5A8868 in popluar color models

5A 88 68
RGB 90 136 104
HSL 138° 20.35% 44.31%
HSB/HSV 138° 33.82% 53.33%
CMYK 33.82% 0.00% 23.53%
46.67%

Color #5A8868 in popluar number systems.

HEX 5A 88 68
Decimal 90 136 104
Binary 1011010 10001000 1101000
Octal 132 210 150

Shades and tints

Shades of #5A8868

#5A8868
(90,136,104)
#527C5F
(82,124,95)
#4A7056
(74,112,86)
#42644D
(66,100,77)
#3A5844
(58,88,68)
#324C3B
(50,76,59)
#2A4032
(42,64,50)
#223429
(34,52,41)
#1A2820
(26,40,32)
#121C17
(18,28,23)
#0A100E
(10,16,14)
#000000
(0,0,0)

Tints of #5A8868

#5A8868
(90,136,104)
#699275
(105,146,117)
#789C82
(120,156,130)
#87A68F
(135,166,143)
#96B09C
(150,176,156)
#A5BAA9
(165,186,169)
#B4C4B6
(180,196,182)
#C3CEC3
(195,206,195)
#D2D8D0
(210,216,208)
#E1E2DD
(225,226,221)
#F0ECEA
(240,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A8868; }

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

This text font color is #5A8868.

Background Color

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

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

This div background color is #5A8868.

Border color

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

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

This div border color is #5A8868.

Opacity

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

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

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

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

This text has shadow with #5A8868 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A8868.

Preview

Color preview on black background

This text has color #5A8868 on black background.


Color preview on white background

This text has color #5A8868 on white background.


Black color preview on #5A8868 background

This text has black color on #5A8868 background.


White color preview on #5A8868 background

This text has white color on #5A8868 background.


Related colors

Complementary color

Complementary color for #hex is #A57797.


I love getcolorcode.com

Triadic colors

1 #685A88 and #88685A with #5A8868 are triadic colors.

2 #68885A and #885A68 with #5A8868 are triadic colors.