COLOR #88B475

HEX: #88B475 RGB: (136,180,117)

Color info

#88B475 contains mainly red and green colors. Web safe color of #88B475 is #99CC66 (or #9C6).

RGB color model

#88B475 color RGB value is (136,180,117).

RGB: (136,180,117) (53%, 71%, 46%)

RGB channels and saturation

R 136 of 255 = 53%
G 180 of 255 = 71%
B 117 of 255 = 46%

136
180
117

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

Portions of RGB colors in percentages

R + G + B = 136 + 180 + 117 = 433 (100%)
R 136 of 433 ~ 31.41%
G 180 of 433 ~ 41.57%
B 117 of 433 ~ 27.02'%

%31.41
%41.57
%27.02

CMYK color model

#88B475 color CMYK value is (24,0,35,29).

  • cyan value is 24.44%
  • magenta value is 0.00%
  • yellow value is 35.00%
  • key color value is 29.41%
CMYK: (24,0,35,29) C24M0Y35K29 (24%,0%,35%,29%) (0.24/0.00/0.35/0.29) 

CMYK percentages

%24.44
%0
%35
%29.41

Codes

Color #88B475 in popluar color models

88 B4 75
RGB 136 180 117
HSL 102° 29.58% 58.24%
HSB/HSV 102° 35.00% 70.59%
CMYK 24.44% 0.00% 35.00%
29.41%

Color #88B475 in popluar number systems.

HEX 88 B4 75
Decimal 136 180 117
Binary 10001000 10110100 1110101
Octal 210 264 165

Shades and tints

Shades of #88B475

#88B475
(136,180,117)
#7CA46B
(124,164,107)
#709461
(112,148,97)
#648457
(100,132,87)
#58744D
(88,116,77)
#4C6443
(76,100,67)
#405439
(64,84,57)
#34442F
(52,68,47)
#283425
(40,52,37)
#1C241B
(28,36,27)
#101411
(16,20,17)
#000000
(0,0,0)

Tints of #88B475

#88B475
(136,180,117)
#92BA81
(146,186,129)
#9CC08D
(156,192,141)
#A6C699
(166,198,153)
#B0CCA5
(176,204,165)
#BAD2B1
(186,210,177)
#C4D8BD
(196,216,189)
#CEDEC9
(206,222,201)
#D8E4D5
(216,228,213)
#E2EAE1
(226,234,225)
#ECF0ED
(236,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88B475 color. Also use rgb(136,180,117) instead hex code.

Text Font Color

.myTextColor { color: #88B475; }

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

This text font color is #88B475.

Background Color

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

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

This div background color is #88B475.

Border color

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

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

This div border color is #88B475.

Opacity

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

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

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

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

This text has shadow with #88B475 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88B475.

Preview

Color preview on black background

This text has color #88B475 on black background.


Color preview on white background

This text has color #88B475 on white background.


Black color preview on #88B475 background

This text has black color on #88B475 background.


White color preview on #88B475 background

This text has white color on #88B475 background.


Related colors

Complementary color

Complementary color for #hex is #774B8A.


I love getcolorcode.com

Triadic colors

1 #7588B4 and #B47588 with #88B475 are triadic colors.

2 #75B488 and #B48875 with #88B475 are triadic colors.