Color Hex Logo

#58470c Color Hex

#58470C
(88,71,12)
0 Favorites   0 Comments

Color spaces of #58470c

RGB 887112
HSL0.130.760.20
HSV47°86°35°
CMYK 0.000.190.86   0.65
XYZ6.34416.60771.2889
Yxy6.60770.44550.4640
Hunter Lab25.7054-0.930815.0209
CIE-Lab30.89660.680935.2753

#58470c color RGB value is (88,71,12).

#58470c hex color red value is 88, green value is 71 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #58470c hue: 0.13 , saturation: 0.76 and the lightness value of 58470c is 0.20.

The process color (four color CMYK) of #58470c color hex is 0.00, 0.19, 0.86, 0.65. Web safe color of #58470c is #663300. Color #58470c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01000111 00001100
Octal 130 107 14
Decimal 88 71 12
Hex 58 47 C

RGB Percentages of Color #58470c

%51.46
%41.52
%7.02

CMYK Percentages of Color #58470c

%0
%19
%86
%65

Triadic Colors of #58470c

#58470c #0c5847 #470c58

Analogous Colors of #58470c

#58470c #43580c #58210c

Monochromatic Colors of #58470c

#58470c

Complementary Color

#58470c #0c1d58

#58470c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58470c Color Preview on White Background

Lorem ipsum dolor sit amet.

#58470c Color CSS Codes

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

#58470c Text Font Color

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

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


#58470c Background Color

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

This div background color is #58470c


#58470c Border Color

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

This div border color is #58470c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58470c


Comments

No comments written yet.

Please login to write comment.