Color Hex Logo

#58491d Color Hex

#58491D
(88,73,29)
0 Favorites   0 Comments

Color spaces of #58491d

RGB 887329
HSL0.120.500.23
HSV45°67°35°
CMYK 0.000.170.67   0.65
XYZ6.62886.92852.1504
Yxy6.92850.42200.4411
Hunter Lab26.3220-1.111113.5817
CIE-Lab31.64360.450928.0832

#58491d color RGB value is (88,73,29).

#58491d hex color red value is 88, green value is 73 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #58491d hue: 0.12 , saturation: 0.50 and the lightness value of 58491d is 0.23.

The process color (four color CMYK) of #58491d color hex is 0.00, 0.17, 0.67, 0.65. Web safe color of #58491d is #663333. Color #58491d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01001001 00011101
Octal 130 111 35
Decimal 88 73 29
Hex 58 49 1D

RGB Percentages of Color #58491d

%46.32
%38.42
%15.26

CMYK Percentages of Color #58491d

%0
%17
%67
%65

Triadic Colors of #58491d

#58491d #1d5849 #491d58

Analogous Colors of #58491d

#58491d #4a581d #582c1d

Monochromatic Colors of #58491d

#58491d

Complementary Color

#58491d #1d2c58

#58491d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58491d Color Preview on White Background

Lorem ipsum dolor sit amet.

#58491d Color CSS Codes

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

#58491d Text Font Color

<p style="color:#58491d">Text here</p>

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


#58491d Background Color

<div style="background-color:#58491d">
Div content here</div>

This div background color is #58491d


#58491d Border Color

<div style="border:3px solid #58491d">
Div here</div>

This div border color is #58491d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,73,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #58491d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #58491d;
  -webkit-box-shadow: 1px 1px 3px 2px #58491d;
  box-shadow:         1px 1px 3px 2px #58491d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58491d


Comments

No comments written yet.

Please login to write comment.