Color Hex Logo

#8d747d Color Hex

#8D747D
(141,116,125)
0 Favorites   0 Comments

Color spaces of #8d747d

RGB 141116125
HSL0.940.100.50
HSV338°18°55°
CMYK 0.000.180.11   0.45
XYZ20.931619.634222.0886
Yxy19.63420.33410.3134
Hunter Lab44.31056.77731.4615
CIE-Lab51.421111.3347-1.2734

#8d747d color RGB value is (141,116,125).

#8d747d hex color red value is 141, green value is 116 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #8d747d hue: 0.94 , saturation: 0.10 and the lightness value of 8d747d is 0.50.

The process color (four color CMYK) of #8d747d color hex is 0.00, 0.18, 0.11, 0.45. Web safe color of #8d747d is #996666. Color #8d747d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 01110100 01111101
Octal 215 164 175
Decimal 141 116 125
Hex 8D 74 7D

RGB Percentages of Color #8d747d

%36.91
%30.37
%32.72

CMYK Percentages of Color #8d747d

%0
%18
%11
%45

Triadic Colors of #8d747d

#8d747d #7d8d74 #747d8d

Analogous Colors of #8d747d

#8d747d #8d7874 #8d748a

Monochromatic Colors of #8d747d

#8d747d

Complementary Color

#8d747d #748d84

#8d747d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d747d Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d747d Color CSS Codes

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

#8d747d Text Font Color

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

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


#8d747d Background Color

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

This div background color is #8d747d


#8d747d Border Color

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

This div border color is #8d747d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d747d


Comments

No comments written yet.

Please login to write comment.