Color Hex Logo

#58423c Color Hex

#58423C
(88,66,60)
0 Favorites   0 Comments

Color spaces of #58423c

RGB 886660
HSL0.040.190.29
HSV13°32°35°
CMYK 0.000.250.32   0.65
XYZ6.78836.29745.1327
Yxy6.29740.37260.3457
Hunter Lab25.09464.37015.4394
CIE-Lab30.15078.52337.3223

#58423c color RGB value is (88,66,60).

#58423c hex color red value is 88, green value is 66 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #58423c hue: 0.04 , saturation: 0.19 and the lightness value of 58423c is 0.29.

The process color (four color CMYK) of #58423c color hex is 0.00, 0.25, 0.32, 0.65. Web safe color of #58423c is #663333. Color #58423c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01000010 00111100
Octal 130 102 74
Decimal 88 66 60
Hex 58 42 3C

RGB Percentages of Color #58423c

%41.12
%30.84
%28.04

CMYK Percentages of Color #58423c

%0
%25
%32
%65

Triadic Colors of #58423c

#58423c #3c5842 #423c58

Analogous Colors of #58423c

#58423c #58503c #583c44

Monochromatic Colors of #58423c

#58423c

Complementary Color

#58423c #3c5258

#58423c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58423c Color Preview on White Background

Lorem ipsum dolor sit amet.

#58423c Color CSS Codes

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

#58423c Text Font Color

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

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


#58423c Background Color

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

This div background color is #58423c


#58423c Border Color

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

This div border color is #58423c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58423c


Comments

No comments written yet.

Please login to write comment.