Color Hex Logo

#087740 Color Hex

#087740
(8,119,64)
0 Favorites   0 Comments

Color spaces of #087740

RGB 811964
HSL0.420.870.25
HSV150°93°47°
CMYK 0.930.000.46   0.53
XYZ7.622413.61547.0768
Yxy13.61540.26920.4809
Hunter Lab36.8991-27.699814.4582
CIE-Lab43.6762-41.605822.4778

#087740 color RGB value is (8,119,64).

#087740 hex color red value is 8, green value is 119 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #087740 hue: 0.42 , saturation: 0.87 and the lightness value of 087740 is 0.25.

The process color (four color CMYK) of #087740 color hex is 0.93, 0.00, 0.46, 0.53. Web safe color of #087740 is #006633. Color #087740 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01110111 01000000
Octal 10 167 100
Decimal 8 119 64
Hex 8 77 40

RGB Percentages of Color #087740

%4.19
%62.30
%33.51

CMYK Percentages of Color #087740

%93
%0
%46
%53

Triadic Colors of #087740

#087740 #400877 #774008

Analogous Colors of #087740

#087740 #087777 #087709

Monochromatic Colors of #087740

#087740

Complementary Color

#087740 #77083f

#087740 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#087740 Color Preview on White Background

Lorem ipsum dolor sit amet.

#087740 Color CSS Codes

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

#087740 Text Font Color

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

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


#087740 Background Color

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

This div background color is #087740


#087740 Border Color

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

This div border color is #087740


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #087740


Comments

No comments written yet.

Please login to write comment.