COLOR #00851F

HEX: #00851F
RGB: (0,133,31)

Color info

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

RGB color model

#00851F color RGB value is (0,133,31).

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

RGB channels and saturation

R 0 of 255 = 0%
G 133 of 255 = 52%
B 31 of 255 = 12%

0
133
31

R + G + B ~ 21%. #00851F is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 133 + 31 = 164 (100%)
R 0 of 164 ~ 0%
G 133 of 164 ~ 81.1%
B 31 of 164 ~ 18.9%

%81.1
%18.9

CMYK color model

#00851F color CMYK value is (100,0,77,48).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 76.69%
  • key color value is 47.84%
CMYK:
(100,0,77,48)
C100M0Y77K48 
(100%,0%,77%,48%)
(1.00/0.00/0.77/0.48)	

CMYK percentages

%100
%0
%76.69
%47.84

Codes

Color #00851F in popluar color models

00851F
RGB013331
HSL134°100.00%26.08%
HSB/HSV134°100.00%52.16%
CMYK100.00%0.00%76.69%
47.84%

Color #00851F in popluar number systems.

HEX00851F
Decimal013331
Binary01000010111111
Octal020537

Shades and tints

Shades of #00851F

#00851F
(0,133,31)
#00791D
(0,121,29)
#006D1B
(0,109,27)
#006119
(0,97,25)
#005517
(0,85,23)
#004915
(0,73,21)
#003D13
(0,61,19)
#003111
(0,49,17)
#00250F
(0,37,15)
#00190D
(0,25,13)
#000D0B
(0,13,11)
#000000
(0,0,0)

Tints of #00851F

#00851F
(0,133,31)
#179033
(23,144,51)
#2E9B47
(46,155,71)
#45A65B
(69,166,91)
#5CB16F
(92,177,111)
#73BC83
(115,188,131)
#8AC797
(138,199,151)
#A1D2AB
(161,210,171)
#B8DDBF
(184,221,191)
#CFE8D3
(207,232,211)
#E6F3E7
(230,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00851F; }

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

This text font color is #00851F.


Background Color

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

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

This div background color is #00851F.


Border color

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

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

This div border color is #00851F.


Opacity

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

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

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

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

This text has shadow with #00851F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00851F on black background.


Color preview on white background

This text has color #00851F on white background.



Black color preview on #00851F background

This text has black color on #00851F background.


White color preview on #00851F background

This text has white color on #00851F background.