Color Hex Logo

#58675c Color Hex

#58675C
(88,103,92)
0 Favorites   0 Comments

Color spaces of #58675c

RGB 8810392
HSL0.380.080.37
HSV136°15°40°
CMYK 0.150.000.11   0.60
XYZ10.806512.547911.9776
Yxy12.54790.30590.3551
Hunter Lab35.4230-7.53534.7484
CIE-Lab42.0740-8.09404.2979

#58675c color RGB value is (88,103,92).

#58675c hex color red value is 88, green value is 103 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #58675c hue: 0.38 , saturation: 0.08 and the lightness value of 58675c is 0.37.

The process color (four color CMYK) of #58675c color hex is 0.15, 0.00, 0.11, 0.60. Web safe color of #58675c is #666666. Color #58675c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01100111 01011100
Octal 130 147 134
Decimal 88 103 92
Hex 58 67 5C

RGB Percentages of Color #58675c

%31.10
%36.40
%32.51

CMYK Percentages of Color #58675c

%15
%0
%11
%60

Triadic Colors of #58675c

#58675c #5c5867 #675c58

Analogous Colors of #58675c

#58675c #586764 #5c6758

Monochromatic Colors of #58675c

#58675c

Complementary Color

#58675c #675863

#58675c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58675c Color Preview on White Background

Lorem ipsum dolor sit amet.

#58675c Color CSS Codes

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

#58675c Text Font Color

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

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


#58675c Background Color

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

This div background color is #58675c


#58675c Border Color

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

This div border color is #58675c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58675c


Comments

No comments written yet.

Please login to write comment.