COLOR #88980A

HEX: #88980A
RGB: (136,152,10)

Color info

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

RGB color model

#88980A color RGB value is (136,152,10).

  • red value is 136;
  • green value is 152;
  • blue value is 10.
RGB:
(136,152,10)
(53%,60%,4%)

RGB channels and saturation

R 136 of 255 = 53%
G 152 of 255 = 60%
B 10 of 255 = 4%

136
152
10

R + G + B ~ 39%. #88980A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 152 + 10 = 298 (100%)
R 136 of 298 ~ 45.64%
G 152 of 298 ~ 51.01%
B 10 of 298 ~ 3.36%

%45.64
%51.01

CMYK color model

#88980A color CMYK value is (11,0,93,40).

  • cyan value is 10.53%
  • magenta value is 0.00%
  • yellow value is 93.42%
  • key color value is 40.39%
CMYK:
(11,0,93,40)
C11M0Y93K40 
(11%,0%,93%,40%)
(0.11/0.00/0.93/0.40)	

CMYK percentages

%10.53
%0
%93.42
%40.39

Codes

Color #88980A in popluar color models

88980A
RGB13615210
HSL67°87.65%31.76%
HSB/HSV67°93.42%59.61%
CMYK10.53%0.00%93.42%
40.39%

Color #88980A in popluar number systems.

HEX88980A
Decimal13615210
Binary10001000100110001010
Octal21023012

Shades and tints

Shades of #88980A

#88980A
(136,152,10)
#7C8B0A
(124,139,10)
#707E0A
(112,126,10)
#64710A
(100,113,10)
#58640A
(88,100,10)
#4C570A
(76,87,10)
#404A0A
(64,74,10)
#343D0A
(52,61,10)
#28300A
(40,48,10)
#1C230A
(28,35,10)
#10160A
(16,22,10)
#000000
(0,0,0)

Tints of #88980A

#88980A
(136,152,10)
#92A120
(146,161,32)
#9CAA36
(156,170,54)
#A6B34C
(166,179,76)
#B0BC62
(176,188,98)
#BAC578
(186,197,120)
#C4CE8E
(196,206,142)
#CED7A4
(206,215,164)
#D8E0BA
(216,224,186)
#E2E9D0
(226,233,208)
#ECF2E6
(236,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88980A color. Also use rgb(136,152,10) instead hex code.

Text Font Color

.myTextColor { color: #88980A; }

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

This text font color is #88980A.


Background Color

.myBgColor { background-color: #88980A; }

<div style="background-color:#88980A">Inner text</div>

This div background color is #88980A.


Border color

.myBorderColor { border: 1px solid #88980A; }

<div style="border:3px solid #88980A">Div</div>

This div border color is #88980A.


Opacity

.myOpacity80 { color: #88980A; opacity: 0.8; }

<p style="color:#88980A;opacity:0.8;">80%</p>

Text with #88980A 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 #88980A;}

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

This text has shadow with #88980A color.

.textShadow {text-shadow: 3px 3px 1px #88980A, 3px 3px 1px red;}

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

This text has shadow with #88980A primary color and red secondary color.


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

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

This text has shadow with #88980A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88980A on black background.


Color preview on white background

This text has color #88980A on white background.



Black color preview on #88980A background

This text has black color on #88980A background.


White color preview on #88980A background

This text has white color on #88980A background.