COLOR #00871D

HEX: #00871D
RGB: (0,135,29)

Renk bilgisi

#00871D contains mainly green color. #00871D ‘ nin web güvenlik rengi #009933 (ya da #093) dir.

RGB renk modeli

#00871D color RGB value is (0,135,29).

  • kırmız ton 0;
  • yeşil ton 135;
  • mavi ton 29.
RGB:
(0,135,29)
(0%,53%,11%)

RGB bağlantıları ve doygunluk

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

0
135
29

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

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 135 + 29 = 164 (100%)
R 0 of 164 ~ 0%
G 135 of 164 ~ 82.32%
B 29 of 164 ~ 17.68%

%82.32
%17.68

CMYK RENK MODELİ

#00871D rengi CMYK tonu (100,0,79,47).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 78.52%
  • ana renk tonu 47.06%
CMYK:
(100,0,79,47)
C100M0Y79K47 
(100%,0%,79%,47%)
(1.00/0.00/0.79/0.47)	

CMYK yüzdeleri

%100
%0
%78.52
%47.06

Codes

Color #00871D in popluar color models

00871D
RGB013529
HSL133°100.00%26.47%
HSB/HSV133°100.00%52.94%
CMYK100.00%0.00%78.52%
47.06%

Color #00871D in popluar number systems.

HEX00871D
Decimal013529
Binary01000011111101
Octal020735

Shades and tints

Shades of #00871D

#00871D
(0,135,29)
#007B1B
(0,123,27)
#006F19
(0,111,25)
#006317
(0,99,23)
#005715
(0,87,21)
#004B13
(0,75,19)
#003F11
(0,63,17)
#00330F
(0,51,15)
#00270D
(0,39,13)
#001B0B
(0,27,11)
#000F09
(0,15,9)
#000000
(0,0,0)

Tints of #00871D

#00871D
(0,135,29)
#179131
(23,145,49)
#2E9B45
(46,155,69)
#45A559
(69,165,89)
#5CAF6D
(92,175,109)
#73B981
(115,185,129)
#8AC395
(138,195,149)
#A1CDA9
(161,205,169)
#B8D7BD
(184,215,189)
#CFE1D1
(207,225,209)
#E6EBE5
(230,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00871D; }

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

This text font color is #00871D.


Background Color

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

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

This div background color is #00871D.


Border color

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

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

This div border color is #00871D.


Opacity

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

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

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

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

This text has shadow with #00871D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00871D on black background.


Color preview on white background

This text has color #00871D on white background.



Black color preview on #00871D background

This text has black color on #00871D background.


White color preview on #00871D background

This text has white color on #00871D background.