Color Hex Logo

#087941 Color Hex

#087941
(8,121,65)
0 Favorites   0 Comments

Color spaces of #087941

RGB 812165
HSL0.420.880.25
HSV150°93°47°
CMYK 0.930.000.46   0.53
XYZ7.891614.10807.3082
Yxy14.10800.26930.4814
Hunter Lab37.5606-28.227714.7563
CIE-Lab44.3874-42.162222.8369

#087941 color RGB value is (8,121,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 01111001 01000001
Octal 10 171 101
Decimal 8 121 65
Hex 8 79 41

RGB Percentages of Color #087941

%4.12
%62.37
%33.51

CMYK Percentages of Color #087941

%93
%0
%46
%53

Triadic Colors of #087941

#087941 #410879 #794108

Analogous Colors of #087941

#087941 #087979 #087909

Monochromatic Colors of #087941

#087941

Complementary Color

#087941 #790840

#087941 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#087941 Color Preview on White Background

Lorem ipsum dolor sit amet.

#087941 Color CSS Codes

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

#087941 Text Font Color

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

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


#087941 Background Color

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

This div background color is #087941


#087941 Border Color

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

This div border color is #087941


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #087941


Comments

No comments written yet.

Please login to write comment.