Color Hex Logo

#58292c Color Hex

#58292C
(88,41,44)
0 Favorites   0 Comments

Color spaces of #58292c

RGB 884144
HSL0.990.360.25
HSV356°53°35°
CMYK 0.000.530.50   0.65
XYZ5.27213.84242.8467
Yxy3.84240.44080.3212
Hunter Lab19.602013.70525.1111
CIE-Lab23.143421.96428.1291

#58292c color RGB value is (88,41,44).

#58292c hex color red value is 88, green value is 41 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #58292c hue: 0.99 , saturation: 0.36 and the lightness value of 58292c is 0.25.

The process color (four color CMYK) of #58292c color hex is 0.00, 0.53, 0.50, 0.65. Web safe color of #58292c is #663333. Color #58292c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00101001 00101100
Octal 130 51 54
Decimal 88 41 44
Hex 58 29 2C

RGB Percentages of Color #58292c

%50.87
%23.70
%25.43

CMYK Percentages of Color #58292c

%0
%53
%50
%65

Triadic Colors of #58292c

#58292c #2c5829 #292c58

Analogous Colors of #58292c

#58292c #583e29 #582944

Monochromatic Colors of #58292c

#58292c

Complementary Color

#58292c #295855

#58292c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58292c Color Preview on White Background

Lorem ipsum dolor sit amet.

#58292c Color CSS Codes

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

#58292c Text Font Color

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

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


#58292c Background Color

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

This div background color is #58292c


#58292c Border Color

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

This div border color is #58292c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58292c


Comments

No comments written yet.

Please login to write comment.