Color Hex Logo

#58675b Color Hex

#58675B
(88,103,91)
0 Favorites   0 Comments

Color spaces of #58675b

RGB 8810391
HSL0.370.080.37
HSV132°15°40°
CMYK 0.150.000.12   0.60
XYZ10.763112.530511.7489
Yxy12.53050.30710.3576
Hunter Lab35.3984-7.67335.1003
CIE-Lab42.0471-8.30294.8655

#58675b color RGB value is (88,103,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01100111 01011011
Octal 130 147 133
Decimal 88 103 91
Hex 58 67 5B

RGB Percentages of Color #58675b

%31.21
%36.52
%32.27

CMYK Percentages of Color #58675b

%15
%0
%12
%60

Triadic Colors of #58675b

#58675b #5b5867 #675b58

Analogous Colors of #58675b

#58675b #586763 #5d6758

Monochromatic Colors of #58675b

#58675b

Complementary Color

#58675b #675864

#58675b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58675b Color Preview on White Background

Lorem ipsum dolor sit amet.

#58675b Color CSS Codes

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

#58675b Text Font Color

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

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


#58675b Background Color

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

This div background color is #58675b


#58675b Border Color

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

This div border color is #58675b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58675b


Comments

No comments written yet.

Please login to write comment.