COLOR #00880E

HEX: #00880E
RGB: (0,136,14)

Color info

#00880E contains mainly green color. Web safe color of #00880E is #009900 (or #090).

RGB color model

#00880E color RGB value is (0,136,14).

  • red value is 0;
  • green value is 136;
  • blue value is 14.
RGB:
(0,136,14)
(0%,53%,5%)

RGB channels and saturation

R 0 of 255 = 0%
G 136 of 255 = 53%
B 14 of 255 = 5%

0
136
14

R + G + B ~ 19%. #00880E is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 136 + 14 = 150 (100%)
R 0 of 150 ~ 0%
G 136 of 150 ~ 90.67%
B 14 of 150 ~ 9.33%

%90.67

CMYK color model

#00880E color CMYK value is (100,0,90,47).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 89.71%
  • key color value is 46.67%
CMYK:
(100,0,90,47)
C100M0Y90K47 
(100%,0%,90%,47%)
(1.00/0.00/0.90/0.47)	

CMYK percentages

%100
%0
%89.71
%46.67

Codes

Color #00880E in popluar color models

00880E
RGB013614
HSL126°100.00%26.67%
HSB/HSV126°100.00%53.33%
CMYK100.00%0.00%89.71%
46.67%

Color #00880E in popluar number systems.

HEX00880E
Decimal013614
Binary0100010001110
Octal021016

Shades and tints

Shades of #00880E

#00880E
(0,136,14)
#007C0D
(0,124,13)
#00700C
(0,112,12)
#00640B
(0,100,11)
#00580A
(0,88,10)
#004C09
(0,76,9)
#004008
(0,64,8)
#003407
(0,52,7)
#002806
(0,40,6)
#001C05
(0,28,5)
#001004
(0,16,4)
#000000
(0,0,0)

Tints of #00880E

#00880E
(0,136,14)
#179223
(23,146,35)
#2E9C38
(46,156,56)
#45A64D
(69,166,77)
#5CB062
(92,176,98)
#73BA77
(115,186,119)
#8AC48C
(138,196,140)
#A1CEA1
(161,206,161)
#B8D8B6
(184,216,182)
#CFE2CB
(207,226,203)
#E6ECE0
(230,236,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00880E color. Also use rgb(0,136,14) instead hex code.

Text Font Color

.myTextColor { color: #00880E; }

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

This text font color is #00880E.


Background Color

.myBgColor { background-color: #00880E; }

<div style="background-color:#00880E">Inner text</div>

This div background color is #00880E.


Border color

.myBorderColor { border: 1px solid #00880E; }

<div style="border:3px solid #00880E">Div</div>

This div border color is #00880E.


Opacity

.myOpacity80 { color: #00880E; opacity: 0.8; }

<p style="color:#00880E;opacity:0.8;">80%</p>

Text with #00880E 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 #00880E;}

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

This text has shadow with #00880E color.

.textShadow {text-shadow: 3px 3px 1px #00880E, 3px 3px 1px red;}

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

This text has shadow with #00880E primary color and red secondary color.


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

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

This text has shadow with #00880E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00880E on black background.


Color preview on white background

This text has color #00880E on white background.



Black color preview on #00880E background

This text has black color on #00880E background.


White color preview on #00880E background

This text has white color on #00880E background.