Color Hex Logo

#869329 Color Hex

#869329
(134,147,41)
0 Favorites   0 Comments

Color spaces of #869329

RGB 13414741
HSL0.190.560.37
HSV67°72°58°
CMYK 0.090.000.72   0.42
XYZ20.665526.09596.0456
Yxy26.09590.39130.4942
Hunter Lab51.0841-17.187128.7422
CIE-Lab58.1280-18.859351.5071

#869329 color RGB value is (134,147,41).

#869329 hex color red value is 134, green value is 147 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #869329 hue: 0.19 , saturation: 0.56 and the lightness value of 869329 is 0.37.

The process color (four color CMYK) of #869329 color hex is 0.09, 0.00, 0.72, 0.42. Web safe color of #869329 is #999933. Color #869329 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10010011 00101001
Octal 206 223 51
Decimal 134 147 41
Hex 86 93 29

RGB Percentages of Color #869329

%41.61
%45.65
%12.73

CMYK Percentages of Color #869329

%9
%0
%72
%42

Triadic Colors of #869329

#869329 #298693 #932986

Analogous Colors of #869329

#869329 #519329 #936b29

Monochromatic Colors of #869329

#869329

Complementary Color

#869329 #362993

#869329 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#869329 Color Preview on White Background

Lorem ipsum dolor sit amet.

#869329 Color CSS Codes

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

#869329 Text Font Color

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

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


#869329 Background Color

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

This div background color is #869329


#869329 Border Color

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

This div border color is #869329


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,147,41, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #869329; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #869329;
  -webkit-box-shadow: 1px 1px 3px 2px #869329;
  box-shadow:         1px 1px 3px 2px #869329; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #869329


Comments

No comments written yet.

Please login to write comment.