Color Hex Logo

#8f582f Color Hex

#8F582F
(143,88,47)
0 Favorites   0 Comments

Color spaces of #8f582f

RGB 1438847
HSL0.070.510.37
HSV26°67°56°
CMYK 0.000.380.67   0.44
XYZ15.330513.02434.3953
Yxy13.02430.46810.3977
Hunter Lab36.089212.669818.0415
CIE-Lab42.799818.723932.7713

#8f582f color RGB value is (143,88,47).

#8f582f hex color red value is 143, green value is 88 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #8f582f hue: 0.07 , saturation: 0.51 and the lightness value of 8f582f is 0.37.

The process color (four color CMYK) of #8f582f color hex is 0.00, 0.38, 0.67, 0.44. Web safe color of #8f582f is #996633. Color #8f582f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 01011000 00101111
Octal 217 130 57
Decimal 143 88 47
Hex 8F 58 2F

RGB Percentages of Color #8f582f

%51.44
%31.65
%16.91

CMYK Percentages of Color #8f582f

%0
%38
%67
%44

Triadic Colors of #8f582f

#8f582f #2f8f58 #582f8f

Analogous Colors of #8f582f

#8f582f #8f882f #8f2f36

Monochromatic Colors of #8f582f

#8f582f

Complementary Color

#8f582f #2f668f

#8f582f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f582f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f582f Color CSS Codes

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

#8f582f Text Font Color

<p style="color:#8f582f">Text here</p>

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


#8f582f Background Color

<div style="background-color:#8f582f">
Div content here</div>

This div background color is #8f582f


#8f582f Border Color

<div style="border:3px solid #8f582f">
Div here</div>

This div border color is #8f582f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(143,88,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8f582f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8f582f;
  -webkit-box-shadow: 1px 1px 3px 2px #8f582f;
  box-shadow:         1px 1px 3px 2px #8f582f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f582f


Comments

No comments written yet.

Please login to write comment.