Color Hex Logo

#8d5046 Color Hex

#8D5046
(141,80,70)
0 Favorites   0 Comments

Color spaces of #8d5046

RGB 1418070
HSL0.020.340.41
HSV50°55°
CMYK 0.000.430.50   0.45
XYZ14.958711.84227.2917
Yxy11.84220.43880.3474
Hunter Lab34.412517.369911.5257
CIE-Lab40.964224.417816.9961

#8d5046 color RGB value is (141,80,70).

#8d5046 hex color red value is 141, green value is 80 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #8d5046 hue: 0.02 , saturation: 0.34 and the lightness value of 8d5046 is 0.41.

The process color (four color CMYK) of #8d5046 color hex is 0.00, 0.43, 0.50, 0.45. Web safe color of #8d5046 is #996633. Color #8d5046 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 01010000 01000110
Octal 215 120 106
Decimal 141 80 70
Hex 8D 50 46

RGB Percentages of Color #8d5046

%48.45
%27.49
%24.05

CMYK Percentages of Color #8d5046

%0
%43
%50
%45

Triadic Colors of #8d5046

#8d5046 #468d50 #50468d

Analogous Colors of #8d5046

#8d5046 #8d7446 #8d4660

Monochromatic Colors of #8d5046

#8d5046

Complementary Color

#8d5046 #46838d

#8d5046 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d5046 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d5046 Color CSS Codes

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

#8d5046 Text Font Color

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

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


#8d5046 Background Color

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

This div background color is #8d5046


#8d5046 Border Color

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

This div border color is #8d5046


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d5046


Comments

No comments written yet.

Please login to write comment.