Color Hex Logo

#582c30 Color Hex

#582C30
(88,44,48)
0 Favorites   0 Comments

Color spaces of #582c30

RGB 884448
HSL0.980.330.26
HSV355°50°35°
CMYK 0.000.500.45   0.65
XYZ5.45874.08953.2979
Yxy4.08950.42490.3183
Hunter Lab20.222512.79344.4867
CIE-Lab23.965120.64596.5622

#582c30 color RGB value is (88,44,48).

#582c30 hex color red value is 88, green value is 44 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #582c30 hue: 0.98 , saturation: 0.33 and the lightness value of 582c30 is 0.26.

The process color (four color CMYK) of #582c30 color hex is 0.00, 0.50, 0.45, 0.65. Web safe color of #582c30 is #663333. Color #582c30 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00101100 00110000
Octal 130 54 60
Decimal 88 44 48
Hex 58 2C 30

RGB Percentages of Color #582c30

%48.89
%24.44
%26.67

CMYK Percentages of Color #582c30

%0
%50
%45
%65

Triadic Colors of #582c30

#582c30 #30582c #2c3058

Analogous Colors of #582c30

#582c30 #583e2c #582c46

Monochromatic Colors of #582c30

#582c30

Complementary Color

#582c30 #2c5854

#582c30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#582c30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#582c30 Color CSS Codes

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

#582c30 Text Font Color

<p style="color:#582c30">Text here</p>

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


#582c30 Background Color

<div style="background-color:#582c30">
Div content here</div>

This div background color is #582c30


#582c30 Border Color

<div style="border:3px solid #582c30">
Div here</div>

This div border color is #582c30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #582c30


Comments

No comments written yet.

Please login to write comment.