COLOR #88A353

HEX: #88A353
RGB: (136,163,83)

Color info

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

RGB color model

#88A353 color RGB value is (136,163,83).

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

RGB channels and saturation

R 136 of 255 = 53%
G 163 of 255 = 64%
B 83 of 255 = 33%

136
163
83

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

Portions of RGB colors in percentages

R + G + B =
136 + 163 + 83 = 382 (100%)
R 136 of 382 ~ 35.6%
G 163 of 382 ~ 42.67%
B 83 of 382 ~ 21.73%

%35.6
%42.67
%21.73

CMYK color model

#88A353 color CMYK value is (17,0,49,36).

  • cyan value is 16.56%
  • magenta value is 0.00%
  • yellow value is 49.08%
  • key color value is 36.08%
CMYK:
(17,0,49,36)
C17M0Y49K36 
(17%,0%,49%,36%)
(0.17/0.00/0.49/0.36)	

CMYK percentages

%16.56
%0
%49.08
%36.08

Codes

Color #88A353 in popluar color models

88A353
RGB13616383
HSL80°32.52%48.24%
HSB/HSV80°49.08%63.92%
CMYK16.56%0.00%49.08%
36.08%

Color #88A353 in popluar number systems.

HEX88A353
Decimal13616383
Binary10001000101000111010011
Octal210243123

Shades and tints

Shades of #88A353

#88A353
(136,163,83)
#7C954C
(124,149,76)
#708745
(112,135,69)
#64793E
(100,121,62)
#586B37
(88,107,55)
#4C5D30
(76,93,48)
#404F29
(64,79,41)
#344122
(52,65,34)
#28331B
(40,51,27)
#1C2514
(28,37,20)
#10170D
(16,23,13)
#000000
(0,0,0)

Tints of #88A353

#88A353
(136,163,83)
#92AB62
(146,171,98)
#9CB371
(156,179,113)
#A6BB80
(166,187,128)
#B0C38F
(176,195,143)
#BACB9E
(186,203,158)
#C4D3AD
(196,211,173)
#CEDBBC
(206,219,188)
#D8E3CB
(216,227,203)
#E2EBDA
(226,235,218)
#ECF3E9
(236,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88A353; }

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

This text font color is #88A353.


Background Color

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

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

This div background color is #88A353.


Border color

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

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

This div border color is #88A353.


Opacity

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

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

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

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

This text has shadow with #88A353 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88A353 on black background.


Color preview on white background

This text has color #88A353 on white background.



Black color preview on #88A353 background

This text has black color on #88A353 background.


White color preview on #88A353 background

This text has white color on #88A353 background.