COLOR #00871B

HEX: #00871B RGB: (0,135,27)

Color info

#00871B contains mainly green color. Web safe color of #00871B is #009933 (or #093).

RGB color model

#00871B color RGB value is (0,135,27).

RGB: (0,135,27) (0%, 53%, 11%)

RGB channels and saturation

R 0 of 255 = 0%
G 135 of 255 = 53%
B 27 of 255 = 11%

0
135
27

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

Portions of RGB colors in percentages

R + G + B = 0 + 135 + 27 = 162 (100%)
R 0 of 162 ~ 0%
G 135 of 162 ~ 83.33%
B 27 of 162 ~ 16.67'%

%83.33
%16.67

CMYK color model

#00871B color CMYK value is (100,0,80,47).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 80.00%
  • key color value is 47.06%

CMYK: (100,0,80,47)
C100M0Y80K47 (100%, 0%, 80%, 47%)
(1.00 / 0.00 / 0.80 / 0.47)

CMYK percentages

%100
%0
%80
%47.06

Codes

Color #00871B in popluar color models

00 87 1B
RGB 0 135 27
HSL 132° 100.00% 26.47%
HSB/HSV 132° 100.00% 52.94%
CMYK 100.00% 0.00% 80.00%
47.06%

Color #00871B in popluar number systems.

HEX 00 87 1B
Decimal 0 135 27
Binary 0 10000111 11011
Octal 0 207 33

Shades and tints

Shades of #00871B

#00871B
(0,135,27)
#007B19
(0,123,25)
#006F17
(0,111,23)
#006315
(0,99,21)
#005713
(0,87,19)
#004B11
(0,75,17)
#003F0F
(0,63,15)
#00330D
(0,51,13)
#00270B
(0,39,11)
#001B09
(0,27,9)
#000F07
(0,15,7)
#000000
(0,0,0)

Tints of #00871B

#00871B
(0,135,27)
#17912F
(23,145,47)
#2E9B43
(46,155,67)
#45A557
(69,165,87)
#5CAF6B
(92,175,107)
#73B97F
(115,185,127)
#8AC393
(138,195,147)
#A1CDA7
(161,205,167)
#B8D7BB
(184,215,187)
#CFE1CF
(207,225,207)
#E6EBE3
(230,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00871B color. Also use rgb(0,135,27) instead hex code.

Text Font Color

.myTextColor { color: #00871B; }

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

This text font color is #00871B.

Background Color

.myBgColor { background-color: #00871B; }

<div style="background-color:#00871B">Inner text</div>

This div background color is #00871B.

Border color

.myBorderColor { border: 1px solid #00871B; }

<div style="border:3px solid #00871B">Div</div>

This div border color is #00871B.

Opacity

.myOpacity80 { color: #00871B; opacity: 0.8; }

<p style="color:#00871B;opacity:0.8;">80%</p>

Text with #00871B 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 #00871B;}

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

This text has shadow with #00871B color.


.textShadow {text-shadow: 3px 3px 1px #00871B', 3px 3px 1px red;}

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

This text has shadow with #00871B primary color and red secondary color.


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

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

This text has shadow with #00871B and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #00871B; -webkit-box-shadow: 1px 1px 3px 2px #00871B; box-shadow:1px 1px 3px 2px #00871B;">
Div content here
</div>

This div box has shadow with color #00871B.

Preview

Color preview on black background

This text has color #00871B on black background.


Color preview on white background

This text has color #00871B on white background.


Black color preview on #00871B background

This text has black color on #00871B background.


White color preview on #00871B background

This text has white color on #00871B background.


Related colors

Complementary color

Complementary color for #hex is #FF78E4.


I love getcolorcode.com

Triadic colors

1 #1B0087 and #871B00 with #00871B are triadic colors.

2 #1B8700 and #87001B with #00871B are triadic colors.