Color Hex Logo

#869379 Color Hex

#869379
(134,147,121)
0 Favorites   0 Comments

Color spaces of #869379

RGB 134147121
HSL0.250.110.53
HSV90°18°58°
CMYK 0.090.000.18   0.42
XYZ23.716427.316222.1117
Yxy27.31620.32420.3735
Hunter Lab52.2649-10.465111.5016
CIE-Lab59.2659-9.642112.2111

#869379 color RGB value is (134,147,121).

#869379 hex color red value is 134, green value is 147 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #869379 hue: 0.25 , saturation: 0.11 and the lightness value of 869379 is 0.53.

The process color (four color CMYK) of #869379 color hex is 0.09, 0.00, 0.18, 0.42. Web safe color of #869379 is #999966. Color #869379 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10010011 01111001
Octal 206 223 171
Decimal 134 147 121
Hex 86 93 79

RGB Percentages of Color #869379

%33.33
%36.57
%30.10

CMYK Percentages of Color #869379

%9
%0
%18
%42

Triadic Colors of #869379

#869379 #798693 #937986

Analogous Colors of #869379

#869379 #799379 #939379

Monochromatic Colors of #869379

#869379

Complementary Color

#869379 #867993

#869379 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#869379 Color Preview on White Background

Lorem ipsum dolor sit amet.

#869379 Color CSS Codes

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

#869379 Text Font Color

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

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


#869379 Background Color

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

This div background color is #869379


#869379 Border Color

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

This div border color is #869379


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #869379


Comments

No comments written yet.

Please login to write comment.