Color Hex Logo

#58504f Color Hex

#58504F
(88,80,79)
0 Favorites   0 Comments

Color spaces of #58504f

RGB 888079
HSL0.020.050.33
HSV10°35°
CMYK 0.000.090.10   0.65
XYZ8.30448.37658.5763
Yxy8.37650.32880.3316
Hunter Lab28.94220.56832.6904
CIE-Lab34.75503.09571.7766

#58504f color RGB value is (88,80,79).

#58504f hex color red value is 88, green value is 80 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #58504f hue: 0.02 , saturation: 0.05 and the lightness value of 58504f is 0.33.

The process color (four color CMYK) of #58504f color hex is 0.00, 0.09, 0.10, 0.65. Web safe color of #58504f is #666666. Color #58504f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01010000 01001111
Octal 130 120 117
Decimal 88 80 79
Hex 58 50 4F

RGB Percentages of Color #58504f

%35.63
%32.39
%31.98

CMYK Percentages of Color #58504f

%0
%9
%10
%65

Triadic Colors of #58504f

#58504f #4f5850 #504f58

Analogous Colors of #58504f

#58504f #58554f #584f53

Monochromatic Colors of #58504f

#58504f

Complementary Color

#58504f #4f5758

#58504f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58504f Color Preview on White Background

Lorem ipsum dolor sit amet.

#58504f Color CSS Codes

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

#58504f Text Font Color

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

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


#58504f Background Color

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

This div background color is #58504f


#58504f Border Color

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

This div border color is #58504f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58504f


Comments

No comments written yet.

Please login to write comment.