Color Hex Logo

#869259 Color Hex

#869259
(134,146,89)
0 Favorites   0 Comments

Color spaces of #869259

RGB 13414689
HSL0.200.240.46
HSV73°39°57°
CMYK 0.080.000.39   0.43
XYZ21.913626.347413.3818
Yxy26.34740.35550.4274
Hunter Lab51.3297-13.622120.4737
CIE-Lab58.3653-13.947628.7791

#869259 color RGB value is (134,146,89).

#869259 hex color red value is 134, green value is 146 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #869259 hue: 0.20 , saturation: 0.24 and the lightness value of 869259 is 0.46.

The process color (four color CMYK) of #869259 color hex is 0.08, 0.00, 0.39, 0.43. Web safe color of #869259 is #999966. Color #869259 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10010010 01011001
Octal 206 222 131
Decimal 134 146 89
Hex 86 92 59

RGB Percentages of Color #869259

%36.31
%39.57
%24.12

CMYK Percentages of Color #869259

%8
%0
%39
%43

Triadic Colors of #869259

#869259 #598692 #925986

Analogous Colors of #869259

#869259 #6a9259 #928259

Monochromatic Colors of #869259

#869259

Complementary Color

#869259 #655992

#869259 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#869259 Color Preview on White Background

Lorem ipsum dolor sit amet.

#869259 Color CSS Codes

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

#869259 Text Font Color

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

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


#869259 Background Color

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

This div background color is #869259


#869259 Border Color

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

This div border color is #869259


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #869259


Comments

No comments written yet.

Please login to write comment.