COLOR #88A335

HEX: #88A335
RGB: (136,163,53)

Color info

#88A335 contains mainly red and green colors. Web safe color of #88A335 is #999933 (or #993).

RGB color model

#88A335 color RGB value is (136,163,53).

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

RGB channels and saturation

R 136 of 255 = 53%
G 163 of 255 = 64%
B 53 of 255 = 21%

136
163
53

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

Portions of RGB colors in percentages

R + G + B =
136 + 163 + 53 = 352 (100%)
R 136 of 352 ~ 38.64%
G 163 of 352 ~ 46.31%
B 53 of 352 ~ 15.06%

%38.64
%46.31
%15.06

CMYK color model

#88A335 color CMYK value is (17,0,67,36).

  • cyan value is 16.56%
  • magenta value is 0.00%
  • yellow value is 67.48%
  • key color value is 36.08%
CMYK:
(17,0,67,36)
C17M0Y67K36 
(17%,0%,67%,36%)
(0.17/0.00/0.67/0.36)	

CMYK percentages

%16.56
%0
%67.48
%36.08

Codes

Color #88A335 in popluar color models

88A335
RGB13616353
HSL75°50.93%42.35%
HSB/HSV75°67.48%63.92%
CMYK16.56%0.00%67.48%
36.08%

Color #88A335 in popluar number systems.

HEX88A335
Decimal13616353
Binary1000100010100011110101
Octal21024365

Shades and tints

Shades of #88A335

#88A335
(136,163,53)
#7C9531
(124,149,49)
#70872D
(112,135,45)
#647929
(100,121,41)
#586B25
(88,107,37)
#4C5D21
(76,93,33)
#404F1D
(64,79,29)
#344119
(52,65,25)
#283315
(40,51,21)
#1C2511
(28,37,17)
#10170D
(16,23,13)
#000000
(0,0,0)

Tints of #88A335

#88A335
(136,163,53)
#92AB47
(146,171,71)
#9CB359
(156,179,89)
#A6BB6B
(166,187,107)
#B0C37D
(176,195,125)
#BACB8F
(186,203,143)
#C4D3A1
(196,211,161)
#CEDBB3
(206,219,179)
#D8E3C5
(216,227,197)
#E2EBD7
(226,235,215)
#ECF3E9
(236,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88A335; }

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

This text font color is #88A335.


Background Color

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

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

This div background color is #88A335.


Border color

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

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

This div border color is #88A335.


Opacity

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

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

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

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

This text has shadow with #88A335 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88A335 on black background.


Color preview on white background

This text has color #88A335 on white background.



Black color preview on #88A335 background

This text has black color on #88A335 background.


White color preview on #88A335 background

This text has white color on #88A335 background.