Color Hex Logo

#8d8d49 Color Hex

#8D8D49
(141,141,73)
0 Favorites   0 Comments

Color spaces of #8d8d49

RGB 14114173
HSL0.170.320.42
HSV60°48°55°
CMYK 0.000.000.48   0.45
XYZ21.712025.193510.0218
Yxy25.19350.38140.4426
Hunter Lab50.1931-10.624423.2971
CIE-Lab57.2635-10.141236.0155

#8d8d49 color RGB value is (141,141,73).

#8d8d49 hex color red value is 141, green value is 141 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #8d8d49 hue: 0.17 , saturation: 0.32 and the lightness value of 8d8d49 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 10001101 01001001
Octal 215 215 111
Decimal 141 141 73
Hex 8D 8D 49

RGB Percentages of Color #8d8d49

%39.72
%39.72
%20.56

CMYK Percentages of Color #8d8d49

%0
%0
%48
%45

Triadic Colors of #8d8d49

#8d8d49 #498d8d #8d498d

Analogous Colors of #8d8d49

#8d8d49 #6b8d49 #8d6b49

Monochromatic Colors of #8d8d49

#8d8d49

Complementary Color

#8d8d49 #49498d

#8d8d49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d8d49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d8d49 Color CSS Codes

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

#8d8d49 Text Font Color

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

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


#8d8d49 Background Color

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

This div background color is #8d8d49


#8d8d49 Border Color

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

This div border color is #8d8d49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d8d49

#8d8d49 Color Palettes


Comments

No comments written yet.

Please login to write comment.