COLOR #5A876C

HEX: #5A876C RGB: (90,135,108)

Color info

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

RGB color model

#5A876C color RGB value is (90,135,108).

RGB: (90,135,108) (35%, 53%, 42%)

RGB channels and saturation

R 90 of 255 = 35%
G 135 of 255 = 53%
B 108 of 255 = 42%

90
135
108

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

Portions of RGB colors in percentages

R + G + B = 90 + 135 + 108 = 333 (100%)
R 90 of 333 ~ 27.03%
G 135 of 333 ~ 40.54%
B 108 of 333 ~ 32.43'%

%27.03
%40.54
%32.43

CMYK color model

#5A876C color CMYK value is (33,0,20,47).

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

CMYK: (33,0,20,47)
C33M0Y20K47 (33%, 0%, 20%, 47%)
(0.33 / 0.00 / 0.20 / 0.47)

CMYK percentages

%33.33
%0
%20
%47.06

Codes

Color #5A876C in popluar color models

5A 87 6C
RGB 90 135 108
HSL 144° 20.00% 44.12%
HSB/HSV 144° 33.33% 52.94%
CMYK 33.33% 0.00% 20.00%
47.06%

Color #5A876C in popluar number systems.

HEX 5A 87 6C
Decimal 90 135 108
Binary 1011010 10000111 1101100
Octal 132 207 154

Shades and tints

Shades of #5A876C

#5A876C
(90,135,108)
#527B63
(82,123,99)
#4A6F5A
(74,111,90)
#426351
(66,99,81)
#3A5748
(58,87,72)
#324B3F
(50,75,63)
#2A3F36
(42,63,54)
#22332D
(34,51,45)
#1A2724
(26,39,36)
#121B1B
(18,27,27)
#0A0F12
(10,15,18)
#000000
(0,0,0)

Tints of #5A876C

#5A876C
(90,135,108)
#699179
(105,145,121)
#789B86
(120,155,134)
#87A593
(135,165,147)
#96AFA0
(150,175,160)
#A5B9AD
(165,185,173)
#B4C3BA
(180,195,186)
#C3CDC7
(195,205,199)
#D2D7D4
(210,215,212)
#E1E1E1
(225,225,225)
#F0EBEE
(240,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A876C; }

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

This text font color is #5A876C.

Background Color

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

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

This div background color is #5A876C.

Border color

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

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

This div border color is #5A876C.

Opacity

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

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

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

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

This text has shadow with #5A876C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A876C.

Preview

Color preview on black background

This text has color #5A876C on black background.


Color preview on white background

This text has color #5A876C on white background.


Black color preview on #5A876C background

This text has black color on #5A876C background.


White color preview on #5A876C background

This text has white color on #5A876C background.


Related colors

Complementary color

Complementary color for #hex is #A57893.


I love getcolorcode.com

Triadic colors

1 #6C5A87 and #876C5A with #5A876C are triadic colors.

2 #6C875A and #875A6C with #5A876C are triadic colors.