Color Hex Logo

#58290e Color Hex

#58290E
(88,41,14)
0 Favorites   0 Comments

Color spaces of #58290e

RGB 884114
HSL0.060.730.20
HSV22°84°35°
CMYK 0.000.530.84   0.65
XYZ4.89673.69230.8701
Yxy3.69230.51770.3903
Hunter Lab19.215411.860710.7660
CIE-Lab22.626919.552626.5666

#58290e color RGB value is (88,41,14).

#58290e hex color red value is 88, green value is 41 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #58290e hue: 0.06 , saturation: 0.73 and the lightness value of 58290e is 0.20.

The process color (four color CMYK) of #58290e color hex is 0.00, 0.53, 0.84, 0.65. Web safe color of #58290e is #663300. Color #58290e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00101001 00001110
Octal 130 51 16
Decimal 88 41 14
Hex 58 29 E

RGB Percentages of Color #58290e

%61.54
%28.67
%9.79

CMYK Percentages of Color #58290e

%0
%53
%84
%65

Triadic Colors of #58290e

#58290e #0e5829 #290e58

Analogous Colors of #58290e

#58290e #584e0e #580e18

Monochromatic Colors of #58290e

#58290e

Complementary Color

#58290e #0e3d58

#58290e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58290e Color Preview on White Background

Lorem ipsum dolor sit amet.

#58290e Color CSS Codes

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

#58290e Text Font Color

<p style="color:#58290e">Text here</p>

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


#58290e Background Color

<div style="background-color:#58290e">
Div content here</div>

This div background color is #58290e


#58290e Border Color

<div style="border:3px solid #58290e">
Div here</div>

This div border color is #58290e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58290e


Comments

No comments written yet.

Please login to write comment.