Color Hex Logo

#58344b Color Hex

#58344B
(88,52,75)
0 Favorites   0 Comments

Color spaces of #58344b

RGB 885275
HSL0.890.260.27
HSV322°41°35°
CMYK 0.000.410.15   0.65
XYZ6.52255.03877.2854
Yxy5.03870.34610.2674
Hunter Lab22.447012.5849-3.5302
CIE-Lab26.844720.0295-7.3245

#58344b color RGB value is (88,52,75).

#58344b hex color red value is 88, green value is 52 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #58344b hue: 0.89 , saturation: 0.26 and the lightness value of 58344b is 0.27.

The process color (four color CMYK) of #58344b color hex is 0.00, 0.41, 0.15, 0.65. Web safe color of #58344b is #663333. Color #58344b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00110100 01001011
Octal 130 64 113
Decimal 88 52 75
Hex 58 34 4B

RGB Percentages of Color #58344b

%40.93
%24.19
%34.88

CMYK Percentages of Color #58344b

%0
%41
%15
%65

Triadic Colors of #58344b

#58344b #4b5834 #344b58

Analogous Colors of #58344b

#58344b #583439 #533458

Monochromatic Colors of #58344b

#58344b

Complementary Color

#58344b #345841

#58344b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58344b Color Preview on White Background

Lorem ipsum dolor sit amet.

#58344b Color CSS Codes

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

#58344b Text Font Color

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

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


#58344b Background Color

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

This div background color is #58344b


#58344b Border Color

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

This div border color is #58344b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58344b


Comments

No comments written yet.

Please login to write comment.