Color Hex Logo

#58401c Color Hex

#58401C
(88,64,28)
0 Favorites   0 Comments

Color spaces of #58401c

RGB 886428
HSL0.100.520.23
HSV36°68°35°
CMYK 0.000.270.68   0.65
XYZ6.06755.82531.9032
Yxy5.82530.43980.4222
Hunter Lab24.13572.636012.2197
CIE-Lab28.96746.005125.6255

#58401c color RGB value is (88,64,28).

#58401c hex color red value is 88, green value is 64 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #58401c hue: 0.10 , saturation: 0.52 and the lightness value of 58401c is 0.23.

The process color (four color CMYK) of #58401c color hex is 0.00, 0.27, 0.68, 0.65. Web safe color of #58401c is #663333. Color #58401c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01000000 00011100
Octal 130 100 34
Decimal 88 64 28
Hex 58 40 1C

RGB Percentages of Color #58401c

%48.89
%35.56
%15.56

CMYK Percentages of Color #58401c

%0
%27
%68
%65

Triadic Colors of #58401c

#58401c #1c5840 #401c58

Analogous Colors of #58401c

#58401c #52581c #58221c

Monochromatic Colors of #58401c

#58401c

Complementary Color

#58401c #1c3458

#58401c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58401c Color Preview on White Background

Lorem ipsum dolor sit amet.

#58401c Color CSS Codes

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

#58401c Text Font Color

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

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


#58401c Background Color

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

This div background color is #58401c


#58401c Border Color

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

This div border color is #58401c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58401c


Comments

No comments written yet.

Please login to write comment.