Color Hex Logo

#8d522d Color Hex

#8D522D
(141,82,45)
0 Favorites   0 Comments

Color spaces of #8d522d

RGB 1418245
HSL0.060.520.36
HSV23°68°55°
CMYK 0.000.420.68   0.45
XYZ14.475511.88684.0141
Yxy11.88680.47650.3913
Hunter Lab34.477214.609317.2311
CIE-Lab41.035621.171431.7733

#8d522d color RGB value is (141,82,45).

#8d522d hex color red value is 141, green value is 82 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #8d522d hue: 0.06 , saturation: 0.52 and the lightness value of 8d522d is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 01010010 00101101
Octal 215 122 55
Decimal 141 82 45
Hex 8D 52 2D

RGB Percentages of Color #8d522d

%52.61
%30.60
%16.79

CMYK Percentages of Color #8d522d

%0
%42
%68
%45

Triadic Colors of #8d522d

#8d522d #2d8d52 #522d8d

Analogous Colors of #8d522d

#8d522d #8d822d #8d2d38

Monochromatic Colors of #8d522d

#8d522d

Complementary Color

#8d522d #2d688d

#8d522d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d522d Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d522d Color CSS Codes

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

#8d522d Text Font Color

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

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


#8d522d Background Color

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

This div background color is #8d522d


#8d522d Border Color

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

This div border color is #8d522d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(141,82,45, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d522d


Comments

No comments written yet.

Please login to write comment.