Color Hex Logo

#58362e Color Hex

#58362E
(88,54,46)
0 Favorites   0 Comments

Color spaces of #58362e

RGB 885446
HSL0.030.310.26
HSV11°48°35°
CMYK 0.000.390.48   0.65
XYZ5.83684.91033.2249
Yxy4.91030.41770.3514
Hunter Lab22.15928.23896.8828
CIE-Lab26.477714.171011.3576

#58362e color RGB value is (88,54,46).

#58362e hex color red value is 88, green value is 54 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #58362e hue: 0.03 , saturation: 0.31 and the lightness value of 58362e is 0.26.

The process color (four color CMYK) of #58362e color hex is 0.00, 0.39, 0.48, 0.65. Web safe color of #58362e is #663333. Color #58362e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00110110 00101110
Octal 130 66 56
Decimal 88 54 46
Hex 58 36 2E

RGB Percentages of Color #58362e

%46.81
%28.72
%24.47

CMYK Percentages of Color #58362e

%0
%39
%48
%65

Triadic Colors of #58362e

#58362e #2e5836 #362e58

Analogous Colors of #58362e

#58362e #584b2e #582e3b

Monochromatic Colors of #58362e

#58362e

Complementary Color

#58362e #2e5058

#58362e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58362e Color Preview on White Background

Lorem ipsum dolor sit amet.

#58362e Color CSS Codes

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

#58362e Text Font Color

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

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


#58362e Background Color

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

This div background color is #58362e


#58362e Border Color

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

This div border color is #58362e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58362e


Comments

No comments written yet.

Please login to write comment.