Color Hex Logo

#087420 Color Hex

#087420
(8,116,32)
0 Favorites   0 Comments

Color spaces of #087420

RGB 811632
HSL0.370.870.24
HSV133°93°45°
CMYK 0.930.000.72   0.55
XYZ6.606212.64673.4594
Yxy12.64670.29090.5568
Hunter Lab35.5622-29.074919.1260
CIE-Lab42.2260-45.397237.0450

#087420 color RGB value is (8,116,32).

#087420 hex color red value is 8, green value is 116 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #087420 hue: 0.37 , saturation: 0.87 and the lightness value of 087420 is 0.24.

The process color (four color CMYK) of #087420 color hex is 0.93, 0.00, 0.72, 0.55. Web safe color of #087420 is #006633. Color #087420 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01110100 00100000
Octal 10 164 40
Decimal 8 116 32
Hex 8 74 20

RGB Percentages of Color #087420

%5.13
%74.36
%20.51

CMYK Percentages of Color #087420

%93
%0
%72
%55

Triadic Colors of #087420

#087420 #200874 #742008

Analogous Colors of #087420

#087420 #087456 #267408

Monochromatic Colors of #087420

#087420

Complementary Color

#087420 #74085c

#087420 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#087420 Color Preview on White Background

Lorem ipsum dolor sit amet.

#087420 Color CSS Codes

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

#087420 Text Font Color

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

This sample text font color is #087420
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.


#087420 Background Color

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

This div background color is #087420


#087420 Border Color

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

This div border color is #087420


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,116,32, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #087420; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #087420;
  -webkit-box-shadow: 1px 1px 3px 2px #087420;
  box-shadow:         1px 1px 3px 2px #087420; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(8,116,32, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #087420


Comments

No comments written yet.

Please login to write comment.