COLOR #88B365

HEX: #88B365
RGB: (136,179,101)

Color info

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

RGB color model

#88B365 color RGB value is (136,179,101).

  • red value is 136;
  • green value is 179;
  • blue value is 101.
RGB:
(136,179,101)
(53%,70%,40%)

RGB channels and saturation

R 136 of 255 = 53%
G 179 of 255 = 70%
B 101 of 255 = 40%

136
179
101

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

Portions of RGB colors in percentages

R + G + B =
136 + 179 + 101 = 416 (100%)
R 136 of 416 ~ 32.69%
G 179 of 416 ~ 43.03%
B 101 of 416 ~ 24.28%

%32.69
%43.03
%24.28

CMYK color model

#88B365 color CMYK value is (24,0,44,30).

  • cyan value is 24.02%
  • magenta value is 0.00%
  • yellow value is 43.58%
  • key color value is 29.80%
CMYK:
(24,0,44,30)
C24M0Y44K30 
(24%,0%,44%,30%)
(0.24/0.00/0.44/0.30)	

CMYK percentages

%24.02
%0
%43.58
%29.8

Codes

Color #88B365 in popluar color models

88B365
RGB136179101
HSL93°33.91%54.90%
HSB/HSV93°43.58%70.20%
CMYK24.02%0.00%43.58%
29.80%

Color #88B365 in popluar number systems.

HEX88B365
Decimal136179101
Binary10001000101100111100101
Octal210263145

Shades and tints

Shades of #88B365

#88B365
(136,179,101)
#7CA35C
(124,163,92)
#709353
(112,147,83)
#64834A
(100,131,74)
#587341
(88,115,65)
#4C6338
(76,99,56)
#40532F
(64,83,47)
#344326
(52,67,38)
#28331D
(40,51,29)
#1C2314
(28,35,20)
#10130B
(16,19,11)
#000000
(0,0,0)

Tints of #88B365

#88B365
(136,179,101)
#92B973
(146,185,115)
#9CBF81
(156,191,129)
#A6C58F
(166,197,143)
#B0CB9D
(176,203,157)
#BAD1AB
(186,209,171)
#C4D7B9
(196,215,185)
#CEDDC7
(206,221,199)
#D8E3D5
(216,227,213)
#E2E9E3
(226,233,227)
#ECEFF1
(236,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88B365 color. Also use rgb(136,179,101) instead hex code.

Text Font Color

.myTextColor { color: #88B365; }

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

This text font color is #88B365.


Background Color

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

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

This div background color is #88B365.


Border color

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

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

This div border color is #88B365.


Opacity

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

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

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

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

This text has shadow with #88B365 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88B365 on black background.


Color preview on white background

This text has color #88B365 on white background.



Black color preview on #88B365 background

This text has black color on #88B365 background.


White color preview on #88B365 background

This text has white color on #88B365 background.