Color Hex Logo

#087474 Color Hex

#087474
(8,116,116)
1 Favorites   1 Comments

Color spaces of #087474

RGB 8116116
HSL0.500.870.24
HSV180°93°45°
CMYK 0.930.000.00   0.55
XYZ9.497913.803418.6867
Yxy13.80340.22620.3287
Hunter Lab37.1529-19.3853-3.8139
CIE-Lab43.9497-26.3796-7.7829

#087474 color RGB value is (8,116,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 01110100 01110100
Octal 10 164 164
Decimal 8 116 116
Hex 8 74 74

RGB Percentages of Color #087474

%3.33
%48.33
%48.33

CMYK Percentages of Color #087474

%93
%0
%0
%55

Triadic Colors of #087474

#087474 #740874 #747408

Analogous Colors of #087474

#087474 #083e74 #08743e

Monochromatic Colors of #087474

#087474

Complementary Color

#087474 #740808

#087474 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#087474 Color Preview on White Background

Lorem ipsum dolor sit amet.

#087474 Color CSS Codes

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

#087474 Text Font Color

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

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


#087474 Background Color

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

This div background color is #087474


#087474 Border Color

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

This div border color is #087474


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #087474


Comments

25 Apr 2023, 12:08 George2312

this is the Swift Group main colour!

Please login to write comment.