COLOR #88A65D

HEX: #88A65D
RGB: (136,166,93)

Color info

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

RGB color model

#88A65D color RGB value is (136,166,93).

  • red value is 136;
  • green value is 166;
  • blue value is 93.
RGB:
(136,166,93)
(53%,65%,36%)

RGB channels and saturation

R 136 of 255 = 53%
G 166 of 255 = 65%
B 93 of 255 = 36%

136
166
93

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

Portions of RGB colors in percentages

R + G + B =
136 + 166 + 93 = 395 (100%)
R 136 of 395 ~ 34.43%
G 166 of 395 ~ 42.03%
B 93 of 395 ~ 23.54%

%34.43
%42.03
%23.54

CMYK color model

#88A65D color CMYK value is (18,0,44,35).

  • cyan value is 18.07%
  • magenta value is 0.00%
  • yellow value is 43.98%
  • key color value is 34.90%
CMYK:
(18,0,44,35)
C18M0Y44K35 
(18%,0%,44%,35%)
(0.18/0.00/0.44/0.35)	

CMYK percentages

%18.07
%0
%43.98
%34.9

Codes

Color #88A65D in popluar color models

88A65D
RGB13616693
HSL85°29.08%50.78%
HSB/HSV85°43.98%65.10%
CMYK18.07%0.00%43.98%
34.90%

Color #88A65D in popluar number systems.

HEX88A65D
Decimal13616693
Binary10001000101001101011101
Octal210246135

Shades and tints

Shades of #88A65D

#88A65D
(136,166,93)
#7C9755
(124,151,85)
#70884D
(112,136,77)
#647945
(100,121,69)
#586A3D
(88,106,61)
#4C5B35
(76,91,53)
#404C2D
(64,76,45)
#343D25
(52,61,37)
#282E1D
(40,46,29)
#1C1F15
(28,31,21)
#10100D
(16,16,13)
#000000
(0,0,0)

Tints of #88A65D

#88A65D
(136,166,93)
#92AE6B
(146,174,107)
#9CB679
(156,182,121)
#A6BE87
(166,190,135)
#B0C695
(176,198,149)
#BACEA3
(186,206,163)
#C4D6B1
(196,214,177)
#CEDEBF
(206,222,191)
#D8E6CD
(216,230,205)
#E2EEDB
(226,238,219)
#ECF6E9
(236,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88A65D; }

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

This text font color is #88A65D.


Background Color

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

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

This div background color is #88A65D.


Border color

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

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

This div border color is #88A65D.


Opacity

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

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

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

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

This text has shadow with #88A65D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88A65D on black background.


Color preview on white background

This text has color #88A65D on white background.



Black color preview on #88A65D background

This text has black color on #88A65D background.


White color preview on #88A65D background

This text has white color on #88A65D background.