Color Hex Logo

#8d534a Color Hex

#8D534A
(141,83,74)
0 Favorites   0 Comments

Color spaces of #8d534a

RGB 1418374
HSL0.020.310.42
HSV48°55°
CMYK 0.000.410.48   0.45
XYZ15.313812.34368.0540
Yxy12.34360.42880.3456
Hunter Lab35.133516.320111.0018
CIE-Lab41.757123.119715.6261

#8d534a color RGB value is (141,83,74).

#8d534a hex color red value is 141, green value is 83 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #8d534a hue: 0.02 , saturation: 0.31 and the lightness value of 8d534a is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 01010011 01001010
Octal 215 123 112
Decimal 141 83 74
Hex 8D 53 4A

RGB Percentages of Color #8d534a

%47.32
%27.85
%24.83

CMYK Percentages of Color #8d534a

%0
%41
%48
%45

Triadic Colors of #8d534a

#8d534a #4a8d53 #534a8d

Analogous Colors of #8d534a

#8d534a #8d754a #8d4a63

Monochromatic Colors of #8d534a

#8d534a

Complementary Color

#8d534a #4a848d

#8d534a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d534a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d534a Color CSS Codes

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

#8d534a Text Font Color

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

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


#8d534a Background Color

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

This div background color is #8d534a


#8d534a Border Color

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

This div border color is #8d534a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d534a


Comments

No comments written yet.

Please login to write comment.