COLOR #88A158

HEX: #88A158
RGB: (136,161,88)

Color info

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

RGB color model

#88A158 color RGB value is (136,161,88).

  • red value is 136;
  • green value is 161;
  • blue value is 88.
RGB:
(136,161,88)
(53%,63%,35%)

RGB channels and saturation

R 136 of 255 = 53%
G 161 of 255 = 63%
B 88 of 255 = 35%

136
161
88

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

Portions of RGB colors in percentages

R + G + B =
136 + 161 + 88 = 385 (100%)
R 136 of 385 ~ 35.32%
G 161 of 385 ~ 41.82%
B 88 of 385 ~ 22.86%

%35.32
%41.82
%22.86

CMYK color model

#88A158 color CMYK value is (16,0,45,37).

  • cyan value is 15.53%
  • magenta value is 0.00%
  • yellow value is 45.34%
  • key color value is 36.86%
CMYK:
(16,0,45,37)
C16M0Y45K37 
(16%,0%,45%,37%)
(0.16/0.00/0.45/0.37)	

CMYK percentages

%15.53
%0
%45.34
%36.86

Codes

Color #88A158 in popluar color models

88A158
RGB13616188
HSL81°29.32%48.82%
HSB/HSV81°45.34%63.14%
CMYK15.53%0.00%45.34%
36.86%

Color #88A158 in popluar number systems.

HEX88A158
Decimal13616188
Binary10001000101000011011000
Octal210241130

Shades and tints

Shades of #88A158

#88A158
(136,161,88)
#7C9350
(124,147,80)
#708548
(112,133,72)
#647740
(100,119,64)
#586938
(88,105,56)
#4C5B30
(76,91,48)
#404D28
(64,77,40)
#343F20
(52,63,32)
#283118
(40,49,24)
#1C2310
(28,35,16)
#101508
(16,21,8)
#000000
(0,0,0)

Tints of #88A158

#88A158
(136,161,88)
#92A967
(146,169,103)
#9CB176
(156,177,118)
#A6B985
(166,185,133)
#B0C194
(176,193,148)
#BAC9A3
(186,201,163)
#C4D1B2
(196,209,178)
#CED9C1
(206,217,193)
#D8E1D0
(216,225,208)
#E2E9DF
(226,233,223)
#ECF1EE
(236,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88A158; }

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

This text font color is #88A158.


Background Color

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

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

This div background color is #88A158.


Border color

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

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

This div border color is #88A158.


Opacity

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

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

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

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

This text has shadow with #88A158 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88A158 on black background.


Color preview on white background

This text has color #88A158 on white background.



Black color preview on #88A158 background

This text has black color on #88A158 background.


White color preview on #88A158 background

This text has white color on #88A158 background.