Color Hex Logo

#8d532e Color Hex

#8D532E
(141,83,46)
0 Favorites   0 Comments

Color spaces of #8d532e

RGB 1418346
HSL0.060.510.37
HSV23°67°55°
CMYK 0.000.410.67   0.45
XYZ14.570912.04654.1420
Yxy12.04650.47370.3916
Hunter Lab34.708114.197517.2201
CIE-Lab41.289920.660631.5122

#8d532e color RGB value is (141,83,46).

#8d532e hex color red value is 141, green value is 83 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #8d532e hue: 0.06 , saturation: 0.51 and the lightness value of 8d532e is 0.37.

The process color (four color CMYK) of #8d532e color hex is 0.00, 0.41, 0.67, 0.45. Web safe color of #8d532e is #996633. Color #8d532e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 01010011 00101110
Octal 215 123 56
Decimal 141 83 46
Hex 8D 53 2E

RGB Percentages of Color #8d532e

%52.22
%30.74
%17.04

CMYK Percentages of Color #8d532e

%0
%41
%67
%45

Triadic Colors of #8d532e

#8d532e #2e8d53 #532e8d

Analogous Colors of #8d532e

#8d532e #8d832e #8d2e39

Monochromatic Colors of #8d532e

#8d532e

Complementary Color

#8d532e #2e688d

#8d532e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d532e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d532e Color CSS Codes

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

#8d532e Text Font Color

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

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


#8d532e Background Color

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

This div background color is #8d532e


#8d532e Border Color

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

This div border color is #8d532e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d532e


Comments

No comments written yet.

Please login to write comment.