COLOR #88B352

HEX: #88B352
RGB: (136,179,82)

Color info

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

RGB color model

#88B352 color RGB value is (136,179,82).

  • red value is 136;
  • green value is 179;
  • blue value is 82.
RGB:
(136,179,82)
(53%,70%,32%)

RGB channels and saturation

R 136 of 255 = 53%
G 179 of 255 = 70%
B 82 of 255 = 32%

136
179
82

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

Portions of RGB colors in percentages

R + G + B =
136 + 179 + 82 = 397 (100%)
R 136 of 397 ~ 34.26%
G 179 of 397 ~ 45.09%
B 82 of 397 ~ 20.65%

%34.26
%45.09
%20.65

CMYK color model

#88B352 color CMYK value is (24,0,54,30).

  • cyan value is 24.02%
  • magenta value is 0.00%
  • yellow value is 54.19%
  • key color value is 29.80%
CMYK:
(24,0,54,30)
C24M0Y54K30 
(24%,0%,54%,30%)
(0.24/0.00/0.54/0.30)	

CMYK percentages

%24.02
%0
%54.19
%29.8

Codes

Color #88B352 in popluar color models

88B352
RGB13617982
HSL87°38.96%51.18%
HSB/HSV87°54.19%70.20%
CMYK24.02%0.00%54.19%
29.80%

Color #88B352 in popluar number systems.

HEX88B352
Decimal13617982
Binary10001000101100111010010
Octal210263122

Shades and tints

Shades of #88B352

#88B352
(136,179,82)
#7CA34B
(124,163,75)
#709344
(112,147,68)
#64833D
(100,131,61)
#587336
(88,115,54)
#4C632F
(76,99,47)
#405328
(64,83,40)
#344321
(52,67,33)
#28331A
(40,51,26)
#1C2313
(28,35,19)
#10130C
(16,19,12)
#000000
(0,0,0)

Tints of #88B352

#88B352
(136,179,82)
#92B961
(146,185,97)
#9CBF70
(156,191,112)
#A6C57F
(166,197,127)
#B0CB8E
(176,203,142)
#BAD19D
(186,209,157)
#C4D7AC
(196,215,172)
#CEDDBB
(206,221,187)
#D8E3CA
(216,227,202)
#E2E9D9
(226,233,217)
#ECEFE8
(236,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88B352 color. Also use rgb(136,179,82) instead hex code.

Text Font Color

.myTextColor { color: #88B352; }

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

This text font color is #88B352.


Background Color

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

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

This div background color is #88B352.


Border color

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

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

This div border color is #88B352.


Opacity

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

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

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

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

This text has shadow with #88B352 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88B352 on black background.


Color preview on white background

This text has color #88B352 on white background.



Black color preview on #88B352 background

This text has black color on #88B352 background.


White color preview on #88B352 background

This text has white color on #88B352 background.