COLOR #00891F

HEX: #00891F
RGB: (0,137,31)

Color info

#00891F contains mainly green color. Web safe color of #00891F is #009933 (or #093).

RGB color model

#00891F color RGB value is (0,137,31).

  • red value is 0;
  • green value is 137;
  • blue value is 31.
RGB:
(0,137,31)
(0%,54%,12%)

RGB channels and saturation

R 0 of 255 = 0%
G 137 of 255 = 54%
B 31 of 255 = 12%

0
137
31

R + G + B ~ 22%. #00891F is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 137 + 31 = 168 (100%)
R 0 of 168 ~ 0%
G 137 of 168 ~ 81.55%
B 31 of 168 ~ 18.45%

%81.55
%18.45

CMYK color model

#00891F color CMYK value is (100,0,77,46).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 77.37%
  • key color value is 46.27%
CMYK:
(100,0,77,46)
C100M0Y77K46 
(100%,0%,77%,46%)
(1.00/0.00/0.77/0.46)	

CMYK percentages

%100
%0
%77.37
%46.27

Codes

Color #00891F in popluar color models

00891F
RGB013731
HSL134°100.00%26.86%
HSB/HSV134°100.00%53.73%
CMYK100.00%0.00%77.37%
46.27%

Color #00891F in popluar number systems.

HEX00891F
Decimal013731
Binary01000100111111
Octal021137

Shades and tints

Shades of #00891F

#00891F
(0,137,31)
#007D1D
(0,125,29)
#00711B
(0,113,27)
#006519
(0,101,25)
#005917
(0,89,23)
#004D15
(0,77,21)
#004113
(0,65,19)
#003511
(0,53,17)
#00290F
(0,41,15)
#001D0D
(0,29,13)
#00110B
(0,17,11)
#000000
(0,0,0)

Tints of #00891F

#00891F
(0,137,31)
#179333
(23,147,51)
#2E9D47
(46,157,71)
#45A75B
(69,167,91)
#5CB16F
(92,177,111)
#73BB83
(115,187,131)
#8AC597
(138,197,151)
#A1CFAB
(161,207,171)
#B8D9BF
(184,217,191)
#CFE3D3
(207,227,211)
#E6EDE7
(230,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00891F color. Also use rgb(0,137,31) instead hex code.

Text Font Color

.myTextColor { color: #00891F; }

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

This text font color is #00891F.


Background Color

.myBgColor { background-color: #00891F; }

<div style="background-color:#00891F">Inner text</div>

This div background color is #00891F.


Border color

.myBorderColor { border: 1px solid #00891F; }

<div style="border:3px solid #00891F">Div</div>

This div border color is #00891F.


Opacity

.myOpacity80 { color: #00891F; opacity: 0.8; }

<p style="color:#00891F;opacity:0.8;">80%</p>

Text with #00891F 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 #00891F;}

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

This text has shadow with #00891F color.

.textShadow {text-shadow: 3px 3px 1px #00891F, 3px 3px 1px red;}

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

This text has shadow with #00891F primary color and red secondary color.


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

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

This text has shadow with #00891F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00891F on black background.


Color preview on white background

This text has color #00891F on white background.



Black color preview on #00891F background

This text has black color on #00891F background.


White color preview on #00891F background

This text has white color on #00891F background.