COLOR #88A542

HEX: #88A542 RGB: (136,165,66)

Color info

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

RGB color model

#88A542 color RGB value is (136,165,66).

RGB: (136,165,66) (53%, 65%, 26%)

RGB channels and saturation

R 136 of 255 = 53%
G 165 of 255 = 65%
B 66 of 255 = 26%

136
165
66

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

Portions of RGB colors in percentages

R + G + B = 136 + 165 + 66 = 367 (100%)
R 136 of 367 ~ 37.06%
G 165 of 367 ~ 44.96%
B 66 of 367 ~ 17.98'%

%37.06
%44.96
%17.98

CMYK color model

#88A542 color CMYK value is (18,0,60,35).

  • cyan value is 17.58%
  • magenta value is 0.00%
  • yellow value is 60.00%
  • key color value is 35.29%

CMYK: (18,0,60,35)
C18M0Y60K35 (18%, 0%, 60%, 35%)
(0.18 / 0.00 / 0.60 / 0.35)

CMYK percentages

%17.58
%0
%60
%35.29

Codes

Color #88A542 in popluar color models

88 A5 42
RGB 136 165 66
HSL 78° 42.86% 45.29%
HSB/HSV 78° 60.00% 64.71%
CMYK 17.58% 0.00% 60.00%
35.29%

Color #88A542 in popluar number systems.

HEX 88 A5 42
Decimal 136 165 66
Binary 10001000 10100101 1000010
Octal 210 245 102

Shades and tints

Shades of #88A542

#88A542
(136,165,66)
#7C963C
(124,150,60)
#708736
(112,135,54)
#647830
(100,120,48)
#58692A
(88,105,42)
#4C5A24
(76,90,36)
#404B1E
(64,75,30)
#343C18
(52,60,24)
#282D12
(40,45,18)
#1C1E0C
(28,30,12)
#100F06
(16,15,6)
#000000
(0,0,0)

Tints of #88A542

#88A542
(136,165,66)
#92AD53
(146,173,83)
#9CB564
(156,181,100)
#A6BD75
(166,189,117)
#B0C586
(176,197,134)
#BACD97
(186,205,151)
#C4D5A8
(196,213,168)
#CEDDB9
(206,221,185)
#D8E5CA
(216,229,202)
#E2EDDB
(226,237,219)
#ECF5EC
(236,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88A542 color. Also use rgb(136,165,66) instead hex code.

Text Font Color

.myTextColor { color: #88A542; }

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

This text font color is #88A542.

Background Color

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

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

This div background color is #88A542.

Border color

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

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

This div border color is #88A542.

Opacity

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

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

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

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

This text has shadow with #88A542 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88A542.

Preview

Color preview on black background

This text has color #88A542 on black background.


Color preview on white background

This text has color #88A542 on white background.


Black color preview on #88A542 background

This text has black color on #88A542 background.


White color preview on #88A542 background

This text has white color on #88A542 background.


Related colors

Complementary color

Complementary color for #hex is #775ABD.


I love getcolorcode.com

Triadic colors

1 #4288A5 and #A54288 with #88A542 are triadic colors.

2 #42A588 and #A58842 with #88A542 are triadic colors.