COLOR #88A310

HEX: #88A310
RGB: (136,163,16)

Color info

#88A310 contains mainly red and green colors. Web safe color of #88A310 is #999900 (or #990).

RGB color model

#88A310 color RGB value is (136,163,16).

  • red value is 136;
  • green value is 163;
  • blue value is 16.
RGB:
(136,163,16)
(53%,64%,6%)

RGB channels and saturation

R 136 of 255 = 53%
G 163 of 255 = 64%
B 16 of 255 = 6%

136
163
16

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

Portions of RGB colors in percentages

R + G + B =
136 + 163 + 16 = 315 (100%)
R 136 of 315 ~ 43.17%
G 163 of 315 ~ 51.75%
B 16 of 315 ~ 5.08%

%43.17
%51.75

CMYK color model

#88A310 color CMYK value is (17,0,90,36).

  • cyan value is 16.56%
  • magenta value is 0.00%
  • yellow value is 90.18%
  • key color value is 36.08%
CMYK:
(17,0,90,36)
C17M0Y90K36 
(17%,0%,90%,36%)
(0.17/0.00/0.90/0.36)	

CMYK percentages

%16.56
%0
%90.18
%36.08

Codes

Color #88A310 in popluar color models

88A310
RGB13616316
HSL71°82.12%35.10%
HSB/HSV71°90.18%63.92%
CMYK16.56%0.00%90.18%
36.08%

Color #88A310 in popluar number systems.

HEX88A310
Decimal13616316
Binary100010001010001110000
Octal21024320

Shades and tints

Shades of #88A310

#88A310
(136,163,16)
#7C950F
(124,149,15)
#70870E
(112,135,14)
#64790D
(100,121,13)
#586B0C
(88,107,12)
#4C5D0B
(76,93,11)
#404F0A
(64,79,10)
#344109
(52,65,9)
#283308
(40,51,8)
#1C2507
(28,37,7)
#101706
(16,23,6)
#000000
(0,0,0)

Tints of #88A310

#88A310
(136,163,16)
#92AB25
(146,171,37)
#9CB33A
(156,179,58)
#A6BB4F
(166,187,79)
#B0C364
(176,195,100)
#BACB79
(186,203,121)
#C4D38E
(196,211,142)
#CEDBA3
(206,219,163)
#D8E3B8
(216,227,184)
#E2EBCD
(226,235,205)
#ECF3E2
(236,243,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88A310 color. Also use rgb(136,163,16) instead hex code.

Text Font Color

.myTextColor { color: #88A310; }

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

This text font color is #88A310.


Background Color

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

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

This div background color is #88A310.


Border color

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

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

This div border color is #88A310.


Opacity

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

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

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

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

This text has shadow with #88A310 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88A310 on black background.


Color preview on white background

This text has color #88A310 on white background.



Black color preview on #88A310 background

This text has black color on #88A310 background.


White color preview on #88A310 background

This text has white color on #88A310 background.