Color Hex Logo

#866267 Color Hex

#866267
(134,98,103)
0 Favorites   0 Comments

Color spaces of #866267

RGB 13498103
HSL0.980.160.45
HSV352°27°53°
CMYK 0.000.270.23   0.47
XYZ16.647414.783014.8079
Yxy14.78300.36000.3197
Hunter Lab38.448710.00134.0795
CIE-Lab45.335515.37432.9001

#866267 color RGB value is (134,98,103).

#866267 hex color red value is 134, green value is 98 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #866267 hue: 0.98 , saturation: 0.16 and the lightness value of 866267 is 0.45.

The process color (four color CMYK) of #866267 color hex is 0.00, 0.27, 0.23, 0.47. Web safe color of #866267 is #996666. Color #866267 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01100010 01100111
Octal 206 142 147
Decimal 134 98 103
Hex 86 62 67

RGB Percentages of Color #866267

%40.00
%29.25
%30.75

CMYK Percentages of Color #866267

%0
%27
%23
%47

Triadic Colors of #866267

#866267 #678662 #626786

Analogous Colors of #866267

#866267 #866f62 #866279

Monochromatic Colors of #866267

#866267

Complementary Color

#866267 #628681

#866267 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#866267 Color Preview on White Background

Lorem ipsum dolor sit amet.

#866267 Color CSS Codes

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

#866267 Text Font Color

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

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


#866267 Background Color

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

This div background color is #866267


#866267 Border Color

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

This div border color is #866267


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,98,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 #866267">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #866267


Comments

No comments written yet.

Please login to write comment.