Color Hex Logo

#868646 Color Hex

#868646
(134,134,70)
0 Favorites   0 Comments

Color spaces of #868646

RGB 13413470
HSL0.170.310.40
HSV60°48°53°
CMYK 0.000.000.48   0.47
XYZ19.462122.56079.1232
Yxy22.56070.38050.4411
Hunter Lab47.4981-9.982221.8605
CIE-Lab54.6169-9.678634.2363

#868646 color RGB value is (134,134,70).

#868646 hex color red value is 134, green value is 134 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #868646 hue: 0.17 , saturation: 0.31 and the lightness value of 868646 is 0.40.

The process color (four color CMYK) of #868646 color hex is 0.00, 0.00, 0.48, 0.47. Web safe color of #868646 is #999933. Color #868646 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10000110 01000110
Octal 206 206 106
Decimal 134 134 70
Hex 86 86 46

RGB Percentages of Color #868646

%39.64
%39.64
%20.71

CMYK Percentages of Color #868646

%0
%0
%48
%47

Triadic Colors of #868646

#868646 #468686 #864686

Analogous Colors of #868646

#868646 #668646 #866646

Monochromatic Colors of #868646

#868646

Complementary Color

#868646 #464686

#868646 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#868646 Color Preview on White Background

Lorem ipsum dolor sit amet.

#868646 Color CSS Codes

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

#868646 Text Font Color

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

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


#868646 Background Color

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

This div background color is #868646


#868646 Border Color

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

This div border color is #868646


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #868646


Comments

No comments written yet.

Please login to write comment.