COLOR #88A364

HEX: #88A364
RGB: (136,163,100)

Color info

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

RGB color model

#88A364 color RGB value is (136,163,100).

  • red value is 136;
  • green value is 163;
  • blue value is 100.
RGB:
(136,163,100)
(53%,64%,39%)

RGB channels and saturation

R 136 of 255 = 53%
G 163 of 255 = 64%
B 100 of 255 = 39%

136
163
100

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

Portions of RGB colors in percentages

R + G + B =
136 + 163 + 100 = 399 (100%)
R 136 of 399 ~ 34.09%
G 163 of 399 ~ 40.85%
B 100 of 399 ~ 25.06%

%34.09
%40.85
%25.06

CMYK color model

#88A364 color CMYK value is (17,0,39,36).

  • cyan value is 16.56%
  • magenta value is 0.00%
  • yellow value is 38.65%
  • key color value is 36.08%
CMYK:
(17,0,39,36)
C17M0Y39K36 
(17%,0%,39%,36%)
(0.17/0.00/0.39/0.36)	

CMYK percentages

%16.56
%0
%38.65
%36.08

Codes

Color #88A364 in popluar color models

88A364
RGB136163100
HSL86°25.51%51.57%
HSB/HSV86°38.65%63.92%
CMYK16.56%0.00%38.65%
36.08%

Color #88A364 in popluar number systems.

HEX88A364
Decimal136163100
Binary10001000101000111100100
Octal210243144

Shades and tints

Shades of #88A364

#88A364
(136,163,100)
#7C955B
(124,149,91)
#708752
(112,135,82)
#647949
(100,121,73)
#586B40
(88,107,64)
#4C5D37
(76,93,55)
#404F2E
(64,79,46)
#344125
(52,65,37)
#28331C
(40,51,28)
#1C2513
(28,37,19)
#10170A
(16,23,10)
#000000
(0,0,0)

Tints of #88A364

#88A364
(136,163,100)
#92AB72
(146,171,114)
#9CB380
(156,179,128)
#A6BB8E
(166,187,142)
#B0C39C
(176,195,156)
#BACBAA
(186,203,170)
#C4D3B8
(196,211,184)
#CEDBC6
(206,219,198)
#D8E3D4
(216,227,212)
#E2EBE2
(226,235,226)
#ECF3F0
(236,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88A364; }

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

This text font color is #88A364.


Background Color

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

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

This div background color is #88A364.


Border color

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

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

This div border color is #88A364.


Opacity

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

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

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

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

This text has shadow with #88A364 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88A364 on black background.


Color preview on white background

This text has color #88A364 on white background.



Black color preview on #88A364 background

This text has black color on #88A364 background.


White color preview on #88A364 background

This text has white color on #88A364 background.