Color Hex Logo

#869242 Color Hex

#869242
(134,146,66)
0 Favorites   0 Comments

Color spaces of #869242

RGB 13414666
HSL0.190.380.42
HSV69°55°57°
CMYK 0.080.000.55   0.43
XYZ21.093826.01949.0648
Yxy26.01940.37550.4632
Hunter Lab51.0092-15.451225.1701
CIE-Lab58.0555-16.483940.3520

#869242 color RGB value is (134,146,66).

#869242 hex color red value is 134, green value is 146 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #869242 hue: 0.19 , saturation: 0.38 and the lightness value of 869242 is 0.42.

The process color (four color CMYK) of #869242 color hex is 0.08, 0.00, 0.55, 0.43. Web safe color of #869242 is #999933. Color #869242 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10010010 01000010
Octal 206 222 102
Decimal 134 146 66
Hex 86 92 42

RGB Percentages of Color #869242

%38.73
%42.20
%19.08

CMYK Percentages of Color #869242

%8
%0
%55
%43

Triadic Colors of #869242

#869242 #428692 #924286

Analogous Colors of #869242

#869242 #5e9242 #927642

Monochromatic Colors of #869242

#869242

Complementary Color

#869242 #4e4292

#869242 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#869242 Color Preview on White Background

Lorem ipsum dolor sit amet.

#869242 Color CSS Codes

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

#869242 Text Font Color

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

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


#869242 Background Color

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

This div background color is #869242


#869242 Border Color

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

This div border color is #869242


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #869242


Comments

No comments written yet.

Please login to write comment.