Color Hex Logo

#00873e Color Hex

#00873E
(0,135,62)
1 Favorites   0 Comments

Color spaces of #00873e

RGB 013562
HSL0.411.000.26
HSV148°100°53°
CMYK 1.000.000.54   0.47
XYZ9.533517.67577.4667
Yxy17.67570.27490.5097
Hunter Lab42.0425-33.097918.8999
CIE-Lab49.1004-48.291530.3793

#00873e color RGB value is (0,135,62).

#00873e hex color red value is 0, green value is 135 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #00873e hue: 0.41 , saturation: 1.00 and the lightness value of 00873e is 0.26.

The process color (four color CMYK) of #00873e color hex is 1.00, 0.00, 0.54, 0.47. Web safe color of #00873e is #009933. Color #00873e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10000111 00111110
Octal 0 207 76
Decimal 0 135 62
Hex 0 87 3E

RGB Percentages of Color #00873e

%0.00
%68.53
%31.47

CMYK Percentages of Color #00873e

%100
%0
%54
%47

Triadic Colors of #00873e

#00873e #3e0087 #873e00

Analogous Colors of #00873e

#00873e #008782 #058700

Monochromatic Colors of #00873e

#00873e

Complementary Color

#00873e #870049

#00873e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00873e Color Preview on White Background

Lorem ipsum dolor sit amet.

#00873e Color CSS Codes

.mybgcolor {background-color:#00873e; } 
.myforecolor {color:#00873e; }
.mybordercolor {border:3px solid #00873e; }

#00873e Text Font Color

<p style="color:#00873e">Text here</p>

This sample text font color is #00873e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#00873e Background Color

<div style="background-color:#00873e">
Div content here</div>

This div background color is #00873e


#00873e Border Color

<div style="border:3px solid #00873e">
Div here</div>

This div border color is #00873e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,135,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00873e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00873e;
  -webkit-box-shadow: 1px 1px 3px 2px #00873e;
  box-shadow:         1px 1px 3px 2px #00873e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,135,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #00873e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #00873e;
  -webkit-box-shadow: 1px 1px 3px 2px #00873e;
  box-shadow:         1px 1px 3px 2px #00873e;">
Div content here</div>

This div box has shadow with color #00873e

#00873e Color Palettes


Comments

No comments written yet.

Please login to write comment.