Color Hex Logo

#58541f Color Hex

#58541F
(88,84,31)
0 Favorites   0 Comments

Color spaces of #58541f

RGB 888431
HSL0.150.480.23
HSV56°65°35°
CMYK 0.000.050.65   0.65
XYZ7.44218.51432.5475
Yxy8.51430.40220.4601
Hunter Lab29.1793-5.537815.2492
CIE-Lab35.0318-6.059030.7834

#58541f color RGB value is (88,84,31).

#58541f hex color red value is 88, green value is 84 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #58541f hue: 0.15 , saturation: 0.48 and the lightness value of 58541f is 0.23.

The process color (four color CMYK) of #58541f color hex is 0.00, 0.05, 0.65, 0.65. Web safe color of #58541f is #666633. Color #58541f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01010100 00011111
Octal 130 124 37
Decimal 88 84 31
Hex 58 54 1F

RGB Percentages of Color #58541f

%43.35
%41.38
%15.27

CMYK Percentages of Color #58541f

%0
%5
%65
%65

Triadic Colors of #58541f

#58541f #1f5854 #541f58

Analogous Colors of #58541f

#58541f #40581f #58381f

Monochromatic Colors of #58541f

#58541f

Complementary Color

#58541f #1f2358

#58541f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58541f Color Preview on White Background

Lorem ipsum dolor sit amet.

#58541f Color CSS Codes

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

#58541f Text Font Color

<p style="color:#58541f">Text here</p>

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


#58541f Background Color

<div style="background-color:#58541f">
Div content here</div>

This div background color is #58541f


#58541f Border Color

<div style="border:3px solid #58541f">
Div here</div>

This div border color is #58541f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,84,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #58541f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #58541f;
  -webkit-box-shadow: 1px 1px 3px 2px #58541f;
  box-shadow:         1px 1px 3px 2px #58541f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58541f


Comments

No comments written yet.

Please login to write comment.