COLOR #88B45D

HEX: #88B45D RGB: (136,180,93)

Color info

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

RGB color model

#88B45D color RGB value is (136,180,93).

RGB: (136,180,93) (53%, 71%, 36%)

RGB channels and saturation

R 136 of 255 = 53%
G 180 of 255 = 71%
B 93 of 255 = 36%

136
180
93

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

Portions of RGB colors in percentages

R + G + B = 136 + 180 + 93 = 409 (100%)
R 136 of 409 ~ 33.25%
G 180 of 409 ~ 44.01%
B 93 of 409 ~ 22.74'%

%33.25
%44.01
%22.74

CMYK color model

#88B45D color CMYK value is (24,0,48,29).

  • cyan value is 24.44%
  • magenta value is 0.00%
  • yellow value is 48.33%
  • key color value is 29.41%

CMYK: (24,0,48,29)
C24M0Y48K29 (24%, 0%, 48%, 29%)
(0.24 / 0.00 / 0.48 / 0.29)

CMYK percentages

%24.44
%0
%48.33
%29.41

Codes

Color #88B45D in popluar color models

88 B4 5D
RGB 136 180 93
HSL 90° 36.71% 53.53%
HSB/HSV 90° 48.33% 70.59%
CMYK 24.44% 0.00% 48.33%
29.41%

Color #88B45D in popluar number systems.

HEX 88 B4 5D
Decimal 136 180 93
Binary 10001000 10110100 1011101
Octal 210 264 135

Shades and tints

Shades of #88B45D

#88B45D
(136,180,93)
#7CA455
(124,164,85)
#70944D
(112,148,77)
#648445
(100,132,69)
#58743D
(88,116,61)
#4C6435
(76,100,53)
#40542D
(64,84,45)
#344425
(52,68,37)
#28341D
(40,52,29)
#1C2415
(28,36,21)
#10140D
(16,20,13)
#000000
(0,0,0)

Tints of #88B45D

#88B45D
(136,180,93)
#92BA6B
(146,186,107)
#9CC079
(156,192,121)
#A6C687
(166,198,135)
#B0CC95
(176,204,149)
#BAD2A3
(186,210,163)
#C4D8B1
(196,216,177)
#CEDEBF
(206,222,191)
#D8E4CD
(216,228,205)
#E2EADB
(226,234,219)
#ECF0E9
(236,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88B45D; }

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

This text font color is #88B45D.

Background Color

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

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

This div background color is #88B45D.

Border color

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

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

This div border color is #88B45D.

Opacity

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

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

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

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

This text has shadow with #88B45D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88B45D.

Preview

Color preview on black background

This text has color #88B45D on black background.


Color preview on white background

This text has color #88B45D on white background.


Black color preview on #88B45D background

This text has black color on #88B45D background.


White color preview on #88B45D background

This text has white color on #88B45D background.


Related colors

Complementary color

Complementary color for #hex is #774BA2.


I love getcolorcode.com

Triadic colors

1 #5D88B4 and #B45D88 with #88B45D are triadic colors.

2 #5DB488 and #B4885D with #88B45D are triadic colors.