Color Hex Logo

#864951 Color Hex

#864951
(134,73,81)
0 Favorites   0 Comments

Color spaces of #864951

RGB 1347381
HSL0.980.290.41
HSV352°46°53°
CMYK 0.000.460.40   0.47
XYZ13.699310.42759.0753
Yxy10.42750.41260.3141
Hunter Lab32.291619.21595.9412
CIE-Lab38.599026.81366.7727

#864951 color RGB value is (134,73,81).

#864951 hex color red value is 134, green value is 73 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #864951 hue: 0.98 , saturation: 0.29 and the lightness value of 864951 is 0.41.

The process color (four color CMYK) of #864951 color hex is 0.00, 0.46, 0.40, 0.47. Web safe color of #864951 is #993366. Color #864951 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01001001 01010001
Octal 206 111 121
Decimal 134 73 81
Hex 86 49 51

RGB Percentages of Color #864951

%46.53
%25.35
%28.13

CMYK Percentages of Color #864951

%0
%46
%40
%47

Triadic Colors of #864951

#864951 #518649 #495186

Analogous Colors of #864951

#864951 #866049 #864970

Monochromatic Colors of #864951

#864951

Complementary Color

#864951 #49867e

#864951 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#864951 Color Preview on White Background

Lorem ipsum dolor sit amet.

#864951 Color CSS Codes

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

#864951 Text Font Color

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

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


#864951 Background Color

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

This div background color is #864951


#864951 Border Color

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

This div border color is #864951


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #864951


Comments

No comments written yet.

Please login to write comment.