Color Hex Logo

#8d521f Color Hex

#8D521F
(141,82,31)
0 Favorites   0 Comments

Color spaces of #8d521f

RGB 1418231
HSL0.080.640.34
HSV28°78°55°
CMYK 0.000.420.78   0.45
XYZ14.249111.79622.8222
Yxy11.79620.49360.4086
Hunter Lab34.345613.950219.1700
CIE-Lab40.890420.398238.8981

#8d521f color RGB value is (141,82,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 01010010 00011111
Octal 215 122 37
Decimal 141 82 31
Hex 8D 52 1F

RGB Percentages of Color #8d521f

%55.51
%32.28
%12.20

CMYK Percentages of Color #8d521f

%0
%42
%78
%45

Triadic Colors of #8d521f

#8d521f #1f8d52 #521f8d

Analogous Colors of #8d521f

#8d521f #8d891f #8d1f23

Monochromatic Colors of #8d521f

#8d521f

Complementary Color

#8d521f #1f5a8d

#8d521f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d521f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d521f Color CSS Codes

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

#8d521f Text Font Color

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

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


#8d521f Background Color

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

This div background color is #8d521f


#8d521f Border Color

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

This div border color is #8d521f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d521f


Comments

No comments written yet.

Please login to write comment.