Color Hex Logo

#8d571f Color Hex

#8D571F
(141,87,31)
0 Favorites   0 Comments

Color spaces of #8d571f

RGB 1418731
HSL0.080.640.34
HSV31°78°55°
CMYK 0.000.380.78   0.45
XYZ14.640012.57802.9525
Yxy12.57800.48520.4169
Hunter Lab35.465511.619519.8899
CIE-Lab42.120417.503440.1216

#8d571f color RGB value is (141,87,31).

#8d571f hex color red value is 141, green value is 87 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #8d571f hue: 0.08 , saturation: 0.64 and the lightness value of 8d571f is 0.34.

The process color (four color CMYK) of #8d571f color hex is 0.00, 0.38, 0.78, 0.45. Web safe color of #8d571f is #996633. Color #8d571f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 01010111 00011111
Octal 215 127 37
Decimal 141 87 31
Hex 8D 57 1F

RGB Percentages of Color #8d571f

%54.44
%33.59
%11.97

CMYK Percentages of Color #8d571f

%0
%38
%78
%45

Triadic Colors of #8d571f

#8d571f #1f8d57 #571f8d

Analogous Colors of #8d571f

#8d571f #8c8d1f #8d201f

Monochromatic Colors of #8d571f

#8d571f

Complementary Color

#8d571f #1f558d

#8d571f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d571f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d571f Color CSS Codes

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

#8d571f Text Font Color

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

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


#8d571f Background Color

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

This div background color is #8d571f


#8d571f Border Color

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

This div border color is #8d571f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(141,87,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8d571f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8d571f;
  -webkit-box-shadow: 1px 1px 3px 2px #8d571f;
  box-shadow:         1px 1px 3px 2px #8d571f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(141,87,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 #8d571f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d571f


Comments

No comments written yet.

Please login to write comment.