Color Hex Logo

#8d543a Color Hex

#8D543A
(141,84,58)
0 Favorites   0 Comments

Color spaces of #8d543a

RGB 1418458
HSL0.050.420.39
HSV19°59°55°
CMYK 0.000.400.59   0.45
XYZ14.918512.30895.5925
Yxy12.30890.45460.3750
Hunter Lab35.084014.505015.1078
CIE-Lab41.702920.991725.1439

#8d543a color RGB value is (141,84,58).

#8d543a hex color red value is 141, green value is 84 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #8d543a hue: 0.05 , saturation: 0.42 and the lightness value of 8d543a is 0.39.

The process color (four color CMYK) of #8d543a color hex is 0.00, 0.40, 0.59, 0.45. Web safe color of #8d543a is #996633. Color #8d543a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 01010100 00111010
Octal 215 124 72
Decimal 141 84 58
Hex 8D 54 3A

RGB Percentages of Color #8d543a

%49.82
%29.68
%20.49

CMYK Percentages of Color #8d543a

%0
%40
%59
%45

Triadic Colors of #8d543a

#8d543a #3a8d54 #543a8d

Analogous Colors of #8d543a

#8d543a #8d7e3a #8d3a49

Monochromatic Colors of #8d543a

#8d543a

Complementary Color

#8d543a #3a738d

#8d543a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d543a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d543a Color CSS Codes

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

#8d543a Text Font Color

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

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


#8d543a Background Color

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

This div background color is #8d543a


#8d543a Border Color

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

This div border color is #8d543a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d543a


Comments

No comments written yet.

Please login to write comment.