COLOR #88A274

HEX: #88A274
RGB: (136,162,116)

Color info

#88A274 contains red, green and blue colors in about the same proportion. Web safe color of #88A274 is #999966 (or #996).

RGB color model

#88A274 color RGB value is (136,162,116).

  • red value is 136;
  • green value is 162;
  • blue value is 116.
RGB:
(136,162,116)
(53%,64%,45%)

RGB channels and saturation

R 136 of 255 = 53%
G 162 of 255 = 64%
B 116 of 255 = 45%

136
162
116

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

Portions of RGB colors in percentages

R + G + B =
136 + 162 + 116 = 414 (100%)
R 136 of 414 ~ 32.85%
G 162 of 414 ~ 39.13%
B 116 of 414 ~ 28.02%

%32.85
%39.13
%28.02

CMYK color model

#88A274 color CMYK value is (16,0,28,36).

  • cyan value is 16.05%
  • magenta value is 0.00%
  • yellow value is 28.40%
  • key color value is 36.47%
CMYK:
(16,0,28,36)
C16M0Y28K36 
(16%,0%,28%,36%)
(0.16/0.00/0.28/0.36)	

CMYK percentages

%16.05
%0
%28.4
%36.47

Codes

Color #88A274 in popluar color models

88A274
RGB136162116
HSL94°19.83%54.51%
HSB/HSV94°28.40%63.53%
CMYK16.05%0.00%28.40%
36.47%

Color #88A274 in popluar number systems.

HEX88A274
Decimal136162116
Binary10001000101000101110100
Octal210242164

Shades and tints

Shades of #88A274

#88A274
(136,162,116)
#7C946A
(124,148,106)
#708660
(112,134,96)
#647856
(100,120,86)
#586A4C
(88,106,76)
#4C5C42
(76,92,66)
#404E38
(64,78,56)
#34402E
(52,64,46)
#283224
(40,50,36)
#1C241A
(28,36,26)
#101610
(16,22,16)
#000000
(0,0,0)

Tints of #88A274

#88A274
(136,162,116)
#92AA80
(146,170,128)
#9CB28C
(156,178,140)
#A6BA98
(166,186,152)
#B0C2A4
(176,194,164)
#BACAB0
(186,202,176)
#C4D2BC
(196,210,188)
#CEDAC8
(206,218,200)
#D8E2D4
(216,226,212)
#E2EAE0
(226,234,224)
#ECF2EC
(236,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88A274 color. Also use rgb(136,162,116) instead hex code.

Text Font Color

.myTextColor { color: #88A274; }

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

This text font color is #88A274.


Background Color

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

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

This div background color is #88A274.


Border color

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

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

This div border color is #88A274.


Opacity

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

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

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

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

This text has shadow with #88A274 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88A274 on black background.


Color preview on white background

This text has color #88A274 on white background.



Black color preview on #88A274 background

This text has black color on #88A274 background.


White color preview on #88A274 background

This text has white color on #88A274 background.