COLOR #88A324

HEX: #88A324
RGB: (136,163,36)

Color info

#88A324 contains mainly red and green colors. Web safe color of #88A324 is #999933 (or #993).

RGB color model

#88A324 color RGB value is (136,163,36).

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

RGB channels and saturation

R 136 of 255 = 53%
G 163 of 255 = 64%
B 36 of 255 = 14%

136
163
36

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

Portions of RGB colors in percentages

R + G + B =
136 + 163 + 36 = 335 (100%)
R 136 of 335 ~ 40.6%
G 163 of 335 ~ 48.66%
B 36 of 335 ~ 10.75%

%40.6
%48.66
%10.75

CMYK color model

#88A324 color CMYK value is (17,0,78,36).

  • cyan value is 16.56%
  • magenta value is 0.00%
  • yellow value is 77.91%
  • key color value is 36.08%
CMYK:
(17,0,78,36)
C17M0Y78K36 
(17%,0%,78%,36%)
(0.17/0.00/0.78/0.36)	

CMYK percentages

%16.56
%0
%77.91
%36.08

Codes

Color #88A324 in popluar color models

88A324
RGB13616336
HSL73°63.82%39.02%
HSB/HSV73°77.91%63.92%
CMYK16.56%0.00%77.91%
36.08%

Color #88A324 in popluar number systems.

HEX88A324
Decimal13616336
Binary1000100010100011100100
Octal21024344

Shades and tints

Shades of #88A324

#88A324
(136,163,36)
#7C9521
(124,149,33)
#70871E
(112,135,30)
#64791B
(100,121,27)
#586B18
(88,107,24)
#4C5D15
(76,93,21)
#404F12
(64,79,18)
#34410F
(52,65,15)
#28330C
(40,51,12)
#1C2509
(28,37,9)
#101706
(16,23,6)
#000000
(0,0,0)

Tints of #88A324

#88A324
(136,163,36)
#92AB37
(146,171,55)
#9CB34A
(156,179,74)
#A6BB5D
(166,187,93)
#B0C370
(176,195,112)
#BACB83
(186,203,131)
#C4D396
(196,211,150)
#CEDBA9
(206,219,169)
#D8E3BC
(216,227,188)
#E2EBCF
(226,235,207)
#ECF3E2
(236,243,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88A324; }

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

This text font color is #88A324.


Background Color

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

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

This div background color is #88A324.


Border color

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

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

This div border color is #88A324.


Opacity

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

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

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

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

This text has shadow with #88A324 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88A324 on black background.


Color preview on white background

This text has color #88A324 on white background.



Black color preview on #88A324 background

This text has black color on #88A324 background.


White color preview on #88A324 background

This text has white color on #88A324 background.