Color Hex Logo

#868067 Color Hex

#868067
(134,128,103)
0 Favorites   0 Comments

Color spaces of #868067

RGB 134128103
HSL0.130.130.46
HSV48°23°53°
CMYK 0.000.040.23   0.47
XYZ19.998921.485915.9251
Yxy21.48590.34840.3743
Hunter Lab46.3529-4.103912.0772
CIE-Lab53.4772-2.081114.4134

#868067 color RGB value is (134,128,103).

#868067 hex color red value is 134, green value is 128 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #868067 hue: 0.13 , saturation: 0.13 and the lightness value of 868067 is 0.46.

The process color (four color CMYK) of #868067 color hex is 0.00, 0.04, 0.23, 0.47. Web safe color of #868067 is #999966. Color #868067 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10000000 01100111
Octal 206 200 147
Decimal 134 128 103
Hex 86 80 67

RGB Percentages of Color #868067

%36.71
%35.07
%28.22

CMYK Percentages of Color #868067

%0
%4
%23
%47

Triadic Colors of #868067

#868067 #678680 #806786

Analogous Colors of #868067

#868067 #7d8667 #867167

Monochromatic Colors of #868067

#868067

Complementary Color

#868067 #676d86

#868067 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#868067 Color Preview on White Background

Lorem ipsum dolor sit amet.

#868067 Color CSS Codes

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

#868067 Text Font Color

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

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


#868067 Background Color

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

This div background color is #868067


#868067 Border Color

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

This div border color is #868067


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #868067


Comments

No comments written yet.

Please login to write comment.