Color Hex Logo

#58676f Color Hex

#58676F
(88,103,111)
0 Favorites   0 Comments

Color spaces of #58676f

RGB 88103111
HSL0.560.120.39
HSV201°21°44°
CMYK 0.210.070.00   0.56
XYZ11.744012.922916.9143
Yxy12.92290.28240.3108
Hunter Lab35.9484-4.5956-2.7330
CIE-Lab42.6468-3.7519-6.3978

#58676f color RGB value is (88,103,111).

#58676f hex color red value is 88, green value is 103 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #58676f hue: 0.56 , saturation: 0.12 and the lightness value of 58676f is 0.39.

The process color (four color CMYK) of #58676f color hex is 0.21, 0.07, 0.00, 0.56. Web safe color of #58676f is #666666. Color #58676f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01100111 01101111
Octal 130 147 157
Decimal 88 103 111
Hex 58 67 6F

RGB Percentages of Color #58676f

%29.14
%34.11
%36.75

CMYK Percentages of Color #58676f

%21
%7
%0
%56

Triadic Colors of #58676f

#58676f #6f5867 #676f58

Analogous Colors of #58676f

#58676f #585c6f #586f6c

Monochromatic Colors of #58676f

#58676f

Complementary Color

#58676f #6f6058

#58676f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58676f Color Preview on White Background

Lorem ipsum dolor sit amet.

#58676f Color CSS Codes

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

#58676f Text Font Color

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

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


#58676f Background Color

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

This div background color is #58676f


#58676f Border Color

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

This div border color is #58676f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,103,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #58676f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #58676f;
  -webkit-box-shadow: 1px 1px 3px 2px #58676f;
  box-shadow:         1px 1px 3px 2px #58676f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58676f


Comments

No comments written yet.

Please login to write comment.