Color Hex Logo

#8d7a70 Color Hex

#8D7A70
(141,122,112)
0 Favorites   0 Comments

Color spaces of #8d7a70

RGB 141122112
HSL0.060.110.50
HSV21°21°55°
CMYK 0.000.130.21   0.45
XYZ20.868720.751618.2348
Yxy20.75160.34870.3467
Hunter Lab45.55392.05328.1545
CIE-Lab52.67665.62048.1667

#8d7a70 color RGB value is (141,122,112).

#8d7a70 hex color red value is 141, green value is 122 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #8d7a70 hue: 0.06 , saturation: 0.11 and the lightness value of 8d7a70 is 0.50.

The process color (four color CMYK) of #8d7a70 color hex is 0.00, 0.13, 0.21, 0.45. Web safe color of #8d7a70 is #996666. Color #8d7a70 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 01111010 01110000
Octal 215 172 160
Decimal 141 122 112
Hex 8D 7A 70

RGB Percentages of Color #8d7a70

%37.60
%32.53
%29.87

CMYK Percentages of Color #8d7a70

%0
%13
%21
%45

Triadic Colors of #8d7a70

#8d7a70 #708d7a #7a708d

Analogous Colors of #8d7a70

#8d7a70 #8d8970 #8d7075

Monochromatic Colors of #8d7a70

#8d7a70

Complementary Color

#8d7a70 #70838d

#8d7a70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d7a70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d7a70 Color CSS Codes

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

#8d7a70 Text Font Color

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

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


#8d7a70 Background Color

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

This div background color is #8d7a70


#8d7a70 Border Color

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

This div border color is #8d7a70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d7a70

#8d7a70 Color Palettes


Comments

No comments written yet.

Please login to write comment.