COLOR #88A569

HEX: #88A569
RGB: (136,165,105)

Color info

#88A569 contains mainly red and green colors. Web safe color of #88A569 is #999966 (or #996).

RGB color model

#88A569 color RGB value is (136,165,105).

  • red value is 136;
  • green value is 165;
  • blue value is 105.
RGB:
(136,165,105)
(53%,65%,41%)

RGB channels and saturation

R 136 of 255 = 53%
G 165 of 255 = 65%
B 105 of 255 = 41%

136
165
105

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

Portions of RGB colors in percentages

R + G + B =
136 + 165 + 105 = 406 (100%)
R 136 of 406 ~ 33.5%
G 165 of 406 ~ 40.64%
B 105 of 406 ~ 25.86%

%33.5
%40.64
%25.86

CMYK color model

#88A569 color CMYK value is (18,0,36,35).

  • cyan value is 17.58%
  • magenta value is 0.00%
  • yellow value is 36.36%
  • key color value is 35.29%
CMYK:
(18,0,36,35)
C18M0Y36K35 
(18%,0%,36%,35%)
(0.18/0.00/0.36/0.35)	

CMYK percentages

%17.58
%0
%36.36
%35.29

Codes

Color #88A569 in popluar color models

88A569
RGB136165105
HSL89°25.00%52.94%
HSB/HSV89°36.36%64.71%
CMYK17.58%0.00%36.36%
35.29%

Color #88A569 in popluar number systems.

HEX88A569
Decimal136165105
Binary10001000101001011101001
Octal210245151

Shades and tints

Shades of #88A569

#88A569
(136,165,105)
#7C9660
(124,150,96)
#708757
(112,135,87)
#64784E
(100,120,78)
#586945
(88,105,69)
#4C5A3C
(76,90,60)
#404B33
(64,75,51)
#343C2A
(52,60,42)
#282D21
(40,45,33)
#1C1E18
(28,30,24)
#100F0F
(16,15,15)
#000000
(0,0,0)

Tints of #88A569

#88A569
(136,165,105)
#92AD76
(146,173,118)
#9CB583
(156,181,131)
#A6BD90
(166,189,144)
#B0C59D
(176,197,157)
#BACDAA
(186,205,170)
#C4D5B7
(196,213,183)
#CEDDC4
(206,221,196)
#D8E5D1
(216,229,209)
#E2EDDE
(226,237,222)
#ECF5EB
(236,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88A569; }

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

This text font color is #88A569.


Background Color

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

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

This div background color is #88A569.


Border color

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

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

This div border color is #88A569.


Opacity

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

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

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

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

This text has shadow with #88A569 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88A569 on black background.


Color preview on white background

This text has color #88A569 on white background.



Black color preview on #88A569 background

This text has black color on #88A569 background.


White color preview on #88A569 background

This text has white color on #88A569 background.