Color Hex Logo

#58313e Color Hex

#58313E
(88,49,62)
0 Favorites   0 Comments

Color spaces of #58313e

RGB 884962
HSL0.940.280.27
HSV340°44°35°
CMYK 0.000.440.30   0.65
XYZ5.99234.61915.1332
Yxy4.61910.38060.2934
Hunter Lab21.492112.15720.8836
CIE-Lab25.620819.6009-0.4902

#58313e color RGB value is (88,49,62).

#58313e hex color red value is 88, green value is 49 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #58313e hue: 0.94 , saturation: 0.28 and the lightness value of 58313e is 0.27.

The process color (four color CMYK) of #58313e color hex is 0.00, 0.44, 0.30, 0.65. Web safe color of #58313e is #663333. Color #58313e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00110001 00111110
Octal 130 61 76
Decimal 88 49 62
Hex 58 31 3E

RGB Percentages of Color #58313e

%44.22
%24.62
%31.16

CMYK Percentages of Color #58313e

%0
%44
%30
%65

Triadic Colors of #58313e

#58313e #3e5831 #313e58

Analogous Colors of #58313e

#58313e #583831 #583152

Monochromatic Colors of #58313e

#58313e

Complementary Color

#58313e #31584b

#58313e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58313e Color Preview on White Background

Lorem ipsum dolor sit amet.

#58313e Color CSS Codes

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

#58313e Text Font Color

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

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


#58313e Background Color

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

This div background color is #58313e


#58313e Border Color

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

This div border color is #58313e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,49,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #58313e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #58313e;
  -webkit-box-shadow: 1px 1px 3px 2px #58313e;
  box-shadow:         1px 1px 3px 2px #58313e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58313e


Comments

No comments written yet.

Please login to write comment.