COLOR #88A583

HEX: #88A583 RGB: (136,165,131)

Color info

#88A583 contains red, green and blue colors in about the same proportion. Web safe color of #88A583 is #999999 (or #999).

RGB color model

#88A583 color RGB value is (136,165,131).

RGB: (136,165,131) (53%, 65%, 51%)

RGB channels and saturation

R 136 of 255 = 53%
G 165 of 255 = 65%
B 131 of 255 = 51%

136
165
131

R + G + B ~ 56%. #88A583 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 136 + 165 + 131 = 432 (100%)
R 136 of 432 ~ 31.48%
G 165 of 432 ~ 38.19%
B 131 of 432 ~ 30.32'%

%31.48
%38.19
%30.32

CMYK color model

#88A583 color CMYK value is (18,0,21,35).

  • cyan value is 17.58%
  • magenta value is 0.00%
  • yellow value is 20.61%
  • key color value is 35.29%

CMYK: (18,0,21,35)
C18M0Y21K35 (18%, 0%, 21%, 35%)
(0.18 / 0.00 / 0.21 / 0.35)

CMYK percentages

%17.58
%0
%20.61
%35.29

Codes

Color #88A583 in popluar color models

88 A5 83
RGB 136 165 131
HSL 111° 15.89% 58.04%
HSB/HSV 111° 20.61% 64.71%
CMYK 17.58% 0.00% 20.61%
35.29%

Color #88A583 in popluar number systems.

HEX 88 A5 83
Decimal 136 165 131
Binary 10001000 10100101 10000011
Octal 210 245 203

Shades and tints

Shades of #88A583

#88A583
(136,165,131)
#7C9678
(124,150,120)
#70876D
(112,135,109)
#647862
(100,120,98)
#586957
(88,105,87)
#4C5A4C
(76,90,76)
#404B41
(64,75,65)
#343C36
(52,60,54)
#282D2B
(40,45,43)
#1C1E20
(28,30,32)
#100F15
(16,15,21)
#000000
(0,0,0)

Tints of #88A583

#88A583
(136,165,131)
#92AD8E
(146,173,142)
#9CB599
(156,181,153)
#A6BDA4
(166,189,164)
#B0C5AF
(176,197,175)
#BACDBA
(186,205,186)
#C4D5C5
(196,213,197)
#CEDDD0
(206,221,208)
#D8E5DB
(216,229,219)
#E2EDE6
(226,237,230)
#ECF5F1
(236,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88A583 color. Also use rgb(136,165,131) instead hex code.

Text Font Color

.myTextColor { color: #88A583; }

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

This text font color is #88A583.

Background Color

.myBgColor { background-color: #88A583; }

<div style="background-color:#88A583">Inner text</div>

This div background color is #88A583.

Border color

.myBorderColor { border: 1px solid #88A583; }

<div style="border:3px solid #88A583">Div</div>

This div border color is #88A583.

Opacity

.myOpacity80 { color: #88A583; opacity: 0.8; }

<p style="color:#88A583;opacity:0.8;">80%</p>

Text with #88A583 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 #88A583;}

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

This text has shadow with #88A583 color.


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

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

This text has shadow with #88A583 primary color and red secondary color.


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

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

This text has shadow with #88A583 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #88A583.

Preview

Color preview on black background

This text has color #88A583 on black background.


Color preview on white background

This text has color #88A583 on white background.


Black color preview on #88A583 background

This text has black color on #88A583 background.


White color preview on #88A583 background

This text has white color on #88A583 background.


Related colors

Complementary color

Complementary color for #hex is #775A7C.


I love getcolorcode.com

Triadic colors

1 #8388A5 and #A58388 with #88A583 are triadic colors.

2 #83A588 and #A58883 with #88A583 are triadic colors.