COLOR #88B74F

HEX: #88B74F
RGB: (136,183,79)

Color info

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

RGB color model

#88B74F color RGB value is (136,183,79).

  • red value is 136;
  • green value is 183;
  • blue value is 79.
RGB:
(136,183,79)
(53%,72%,31%)

RGB channels and saturation

R 136 of 255 = 53%
G 183 of 255 = 72%
B 79 of 255 = 31%

136
183
79

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

Portions of RGB colors in percentages

R + G + B =
136 + 183 + 79 = 398 (100%)
R 136 of 398 ~ 34.17%
G 183 of 398 ~ 45.98%
B 79 of 398 ~ 19.85%

%34.17
%45.98
%19.85

CMYK color model

#88B74F color CMYK value is (26,0,57,28).

  • cyan value is 25.68%
  • magenta value is 0.00%
  • yellow value is 56.83%
  • key color value is 28.24%
CMYK:
(26,0,57,28)
C26M0Y57K28 
(26%,0%,57%,28%)
(0.26/0.00/0.57/0.28)	

CMYK percentages

%25.68
%0
%56.83
%28.24

Codes

Color #88B74F in popluar color models

88B74F
RGB13618379
HSL87°41.94%51.37%
HSB/HSV87°56.83%71.76%
CMYK25.68%0.00%56.83%
28.24%

Color #88B74F in popluar number systems.

HEX88B74F
Decimal13618379
Binary10001000101101111001111
Octal210267117

Shades and tints

Shades of #88B74F

#88B74F
(136,183,79)
#7CA748
(124,167,72)
#709741
(112,151,65)
#64873A
(100,135,58)
#587733
(88,119,51)
#4C672C
(76,103,44)
#405725
(64,87,37)
#34471E
(52,71,30)
#283717
(40,55,23)
#1C2710
(28,39,16)
#101709
(16,23,9)
#000000
(0,0,0)

Tints of #88B74F

#88B74F
(136,183,79)
#92BD5F
(146,189,95)
#9CC36F
(156,195,111)
#A6C97F
(166,201,127)
#B0CF8F
(176,207,143)
#BAD59F
(186,213,159)
#C4DBAF
(196,219,175)
#CEE1BF
(206,225,191)
#D8E7CF
(216,231,207)
#E2EDDF
(226,237,223)
#ECF3EF
(236,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88B74F color. Also use rgb(136,183,79) instead hex code.

Text Font Color

.myTextColor { color: #88B74F; }

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

This text font color is #88B74F.


Background Color

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

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

This div background color is #88B74F.


Border color

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

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

This div border color is #88B74F.


Opacity

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

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

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

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

This text has shadow with #88B74F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88B74F on black background.


Color preview on white background

This text has color #88B74F on white background.



Black color preview on #88B74F background

This text has black color on #88B74F background.


White color preview on #88B74F background

This text has white color on #88B74F background.