COLOR #88B576

HEX: #88B576
RGB: (136,181,118)

Color info

#88B576 contains mainly red and green colors. Web safe color of #88B576 is #99CC66 (or #9C6).

RGB color model

#88B576 color RGB value is (136,181,118).

  • red value is 136;
  • green value is 181;
  • blue value is 118.
RGB:
(136,181,118)
(53%,71%,46%)

RGB channels and saturation

R 136 of 255 = 53%
G 181 of 255 = 71%
B 118 of 255 = 46%

136
181
118

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

Portions of RGB colors in percentages

R + G + B =
136 + 181 + 118 = 435 (100%)
R 136 of 435 ~ 31.26%
G 181 of 435 ~ 41.61%
B 118 of 435 ~ 27.13%

%31.26
%41.61
%27.13

CMYK color model

#88B576 color CMYK value is (25,0,35,29).

  • cyan value is 24.86%
  • magenta value is 0.00%
  • yellow value is 34.81%
  • key color value is 29.02%
CMYK:
(25,0,35,29)
C25M0Y35K29 
(25%,0%,35%,29%)
(0.25/0.00/0.35/0.29)	

CMYK percentages

%24.86
%0
%34.81
%29.02

Codes

Color #88B576 in popluar color models

88B576
RGB136181118
HSL103°29.86%58.63%
HSB/HSV103°34.81%70.98%
CMYK24.86%0.00%34.81%
29.02%

Color #88B576 in popluar number systems.

HEX88B576
Decimal136181118
Binary10001000101101011110110
Octal210265166

Shades and tints

Shades of #88B576

#88B576
(136,181,118)
#7CA56C
(124,165,108)
#709562
(112,149,98)
#648558
(100,133,88)
#58754E
(88,117,78)
#4C6544
(76,101,68)
#40553A
(64,85,58)
#344530
(52,69,48)
#283526
(40,53,38)
#1C251C
(28,37,28)
#101512
(16,21,18)
#000000
(0,0,0)

Tints of #88B576

#88B576
(136,181,118)
#92BB82
(146,187,130)
#9CC18E
(156,193,142)
#A6C79A
(166,199,154)
#B0CDA6
(176,205,166)
#BAD3B2
(186,211,178)
#C4D9BE
(196,217,190)
#CEDFCA
(206,223,202)
#D8E5D6
(216,229,214)
#E2EBE2
(226,235,226)
#ECF1EE
(236,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88B576 color. Also use rgb(136,181,118) instead hex code.

Text Font Color

.myTextColor { color: #88B576; }

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

This text font color is #88B576.


Background Color

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

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

This div background color is #88B576.


Border color

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

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

This div border color is #88B576.


Opacity

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

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

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

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

This text has shadow with #88B576 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88B576 on black background.


Color preview on white background

This text has color #88B576 on white background.



Black color preview on #88B576 background

This text has black color on #88B576 background.


White color preview on #88B576 background

This text has white color on #88B576 background.