Color Hex Logo

#5f581f Color Hex

#5F581F
(95,88,31)
0 Favorites   0 Comments

Color spaces of #5f581f

RGB 958831
HSL0.150.510.25
HSV53°67°37°
CMYK 0.000.070.67   0.63
XYZ8.45649.51132.6865
Yxy9.51130.40940.4605
Hunter Lab30.8404-5.026216.4235
CIE-Lab36.9506-5.022833.0697

#5f581f color RGB value is (95,88,31).

#5f581f hex color red value is 95, green value is 88 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #5f581f hue: 0.15 , saturation: 0.51 and the lightness value of 5f581f is 0.25.

The process color (four color CMYK) of #5f581f color hex is 0.00, 0.07, 0.67, 0.63. Web safe color of #5f581f is #666633. Color #5f581f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 01011000 00011111
Octal 137 130 37
Decimal 95 88 31
Hex 5F 58 1F

RGB Percentages of Color #5f581f

%44.39
%41.12
%14.49

CMYK Percentages of Color #5f581f

%0
%7
%67
%63

Triadic Colors of #5f581f

#5f581f #1f5f58 #581f5f

Analogous Colors of #5f581f

#5f581f #465f1f #5f381f

Monochromatic Colors of #5f581f

#5f581f

Complementary Color

#5f581f #1f265f

#5f581f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f581f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f581f Color CSS Codes

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

#5f581f Text Font Color

<p style="color:#5f581f">Text here</p>

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


#5f581f Background Color

<div style="background-color:#5f581f">
Div content here</div>

This div background color is #5f581f


#5f581f Border Color

<div style="border:3px solid #5f581f">
Div here</div>

This div border color is #5f581f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,88,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 #5f581f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f581f


Comments

No comments written yet.

Please login to write comment.