Color Hex Logo

#867568 Color Hex

#867568
(134,117,104)
0 Favorites   0 Comments

Color spaces of #867568

RGB 134117104
HSL0.070.130.47
HSV26°22°53°
CMYK 0.000.130.22   0.47
XYZ18.691518.790415.7385
Yxy18.79040.35120.3531
Hunter Lab43.34791.10998.8169
CIE-Lab50.44114.37879.5918

#867568 color RGB value is (134,117,104).

#867568 hex color red value is 134, green value is 117 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #867568 hue: 0.07 , saturation: 0.13 and the lightness value of 867568 is 0.47.

The process color (four color CMYK) of #867568 color hex is 0.00, 0.13, 0.22, 0.47. Web safe color of #867568 is #996666. Color #867568 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01110101 01101000
Octal 206 165 150
Decimal 134 117 104
Hex 86 75 68

RGB Percentages of Color #867568

%37.75
%32.96
%29.30

CMYK Percentages of Color #867568

%0
%13
%22
%47

Triadic Colors of #867568

#867568 #688675 #756886

Analogous Colors of #867568

#867568 #868468 #86686a

Monochromatic Colors of #867568

#867568

Complementary Color

#867568 #687986

#867568 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#867568 Color Preview on White Background

Lorem ipsum dolor sit amet.

#867568 Color CSS Codes

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

#867568 Text Font Color

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

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


#867568 Background Color

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

This div background color is #867568


#867568 Border Color

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

This div border color is #867568


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #867568


Comments

No comments written yet.

Please login to write comment.