Color Hex Logo

#867271 Color Hex

#867271
(134,114,113)
0 Favorites   0 Comments

Color spaces of #867271

RGB 134114113
HSL0.010.090.48
HSV16°53°
CMYK 0.000.150.16   0.47
XYZ18.829518.295218.1617
Yxy18.29520.34060.3309
Hunter Lab42.77293.72684.7660
CIE-Lab49.85227.63073.4447

#867271 color RGB value is (134,114,113).

#867271 hex color red value is 134, green value is 114 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #867271 hue: 0.01 , saturation: 0.09 and the lightness value of 867271 is 0.48.

The process color (four color CMYK) of #867271 color hex is 0.00, 0.15, 0.16, 0.47. Web safe color of #867271 is #996666. Color #867271 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01110010 01110001
Octal 206 162 161
Decimal 134 114 113
Hex 86 72 71

RGB Percentages of Color #867271

%37.12
%31.58
%31.30

CMYK Percentages of Color #867271

%0
%15
%16
%47

Triadic Colors of #867271

#867271 #718672 #727186

Analogous Colors of #867271

#867271 #867d71 #86717b

Monochromatic Colors of #867271

#867271

Complementary Color

#867271 #718586

#867271 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#867271 Color Preview on White Background

Lorem ipsum dolor sit amet.

#867271 Color CSS Codes

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

#867271 Text Font Color

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

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


#867271 Background Color

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

This div background color is #867271


#867271 Border Color

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

This div border color is #867271


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #867271


Comments

No comments written yet.

Please login to write comment.