COLOR #88A14A

HEX: #88A14A
RGB: (136,161,74)

Color info

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

RGB color model

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

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

RGB channels and saturation

R 136 of 255 = 53%
G 161 of 255 = 63%
B 74 of 255 = 29%

136
161
74

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

Portions of RGB colors in percentages

R + G + B =
136 + 161 + 74 = 371 (100%)
R 136 of 371 ~ 36.66%
G 161 of 371 ~ 43.4%
B 74 of 371 ~ 19.95%

%36.66
%43.4
%19.95

CMYK color model

#88A14A color CMYK value is (16,0,54,37).

  • cyan value is 15.53%
  • magenta value is 0.00%
  • yellow value is 54.04%
  • key color value is 36.86%
CMYK:
(16,0,54,37)
C16M0Y54K37 
(16%,0%,54%,37%)
(0.16/0.00/0.54/0.37)	

CMYK percentages

%15.53
%0
%54.04
%36.86

Codes

Color #88A14A in popluar color models

88A14A
RGB13616174
HSL77°37.02%46.08%
HSB/HSV77°54.04%63.14%
CMYK15.53%0.00%54.04%
36.86%

Color #88A14A in popluar number systems.

HEX88A14A
Decimal13616174
Binary10001000101000011001010
Octal210241112

Shades and tints

Shades of #88A14A

#88A14A
(136,161,74)
#7C9344
(124,147,68)
#70853E
(112,133,62)
#647738
(100,119,56)
#586932
(88,105,50)
#4C5B2C
(76,91,44)
#404D26
(64,77,38)
#343F20
(52,63,32)
#28311A
(40,49,26)
#1C2314
(28,35,20)
#10150E
(16,21,14)
#000000
(0,0,0)

Tints of #88A14A

#88A14A
(136,161,74)
#92A95A
(146,169,90)
#9CB16A
(156,177,106)
#A6B97A
(166,185,122)
#B0C18A
(176,193,138)
#BAC99A
(186,201,154)
#C4D1AA
(196,209,170)
#CED9BA
(206,217,186)
#D8E1CA
(216,225,202)
#E2E9DA
(226,233,218)
#ECF1EA
(236,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88A14A; }

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

This text font color is #88A14A.


Background Color

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

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

This div background color is #88A14A.


Border color

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

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

This div border color is #88A14A.


Opacity

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

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

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

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

This text has shadow with #88A14A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88A14A on black background.


Color preview on white background

This text has color #88A14A on white background.



Black color preview on #88A14A background

This text has black color on #88A14A background.


White color preview on #88A14A background

This text has white color on #88A14A background.