Color Hex Logo

#58344a Color Hex

#58344A
(88,52,74)
0 Favorites   0 Comments

Color spaces of #58344a

RGB 885274
HSL0.900.260.27
HSV323°41°35°
CMYK 0.000.410.16   0.65
XYZ6.48855.02517.1065
Yxy5.02510.34850.2699
Hunter Lab22.416712.4373-3.1043
CIE-Lab26.806219.8395-6.7209

#58344a color RGB value is (88,52,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 00110100 01001010
Octal 130 64 112
Decimal 88 52 74
Hex 58 34 4A

RGB Percentages of Color #58344a

%41.12
%24.30
%34.58

CMYK Percentages of Color #58344a

%0
%41
%16
%65

Triadic Colors of #58344a

#58344a #4a5834 #344a58

Analogous Colors of #58344a

#58344a #583438 #543458

Monochromatic Colors of #58344a

#58344a

Complementary Color

#58344a #345842

#58344a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58344a Color Preview on White Background

Lorem ipsum dolor sit amet.

#58344a Color CSS Codes

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

#58344a Text Font Color

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

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


#58344a Background Color

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

This div background color is #58344a


#58344a Border Color

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

This div border color is #58344a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58344a


Comments

No comments written yet.

Please login to write comment.