Color Hex Logo

#8d9041 Color Hex

#8D9041
(141,144,65)
0 Favorites   0 Comments

Color spaces of #8d9041

RGB 14114465
HSL0.170.380.41
HSV62°55°56°
CMYK 0.020.000.55   0.44
XYZ21.911925.99098.8629
Yxy25.99090.38600.4579
Hunter Lab50.9813-12.497425.3795
CIE-Lab58.0284-12.503240.9586

#8d9041 color RGB value is (141,144,65).

#8d9041 hex color red value is 141, green value is 144 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #8d9041 hue: 0.17 , saturation: 0.38 and the lightness value of 8d9041 is 0.41.

The process color (four color CMYK) of #8d9041 color hex is 0.02, 0.00, 0.55, 0.44. Web safe color of #8d9041 is #999933. Color #8d9041 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 10010000 01000001
Octal 215 220 101
Decimal 141 144 65
Hex 8D 90 41

RGB Percentages of Color #8d9041

%40.29
%41.14
%18.57

CMYK Percentages of Color #8d9041

%2
%0
%55
%44

Triadic Colors of #8d9041

#8d9041 #418d90 #90418d

Analogous Colors of #8d9041

#8d9041 #669041 #906c41

Monochromatic Colors of #8d9041

#8d9041

Complementary Color

#8d9041 #444190

#8d9041 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d9041 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d9041 Color CSS Codes

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

#8d9041 Text Font Color

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

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


#8d9041 Background Color

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

This div background color is #8d9041


#8d9041 Border Color

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

This div border color is #8d9041


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d9041


Comments

No comments written yet.

Please login to write comment.