Color Hex Logo

#86464d Color Hex

#86464D
(134,70,77)
0 Favorites   0 Comments

Color spaces of #86464d

RGB 1347077
HSL0.980.310.40
HSV353°48°53°
CMYK 0.000.480.43   0.47
XYZ13.36129.98458.2442
Yxy9.98450.42300.3161
Hunter Lab31.598320.18116.6496
CIE-Lab37.814628.02008.1729

#86464d color RGB value is (134,70,77).

#86464d hex color red value is 134, green value is 70 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #86464d hue: 0.98 , saturation: 0.31 and the lightness value of 86464d is 0.40.

The process color (four color CMYK) of #86464d color hex is 0.00, 0.48, 0.43, 0.47. Web safe color of #86464d is #993366. Color #86464d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01000110 01001101
Octal 206 106 115
Decimal 134 70 77
Hex 86 46 4D

RGB Percentages of Color #86464d

%47.69
%24.91
%27.40

CMYK Percentages of Color #86464d

%0
%48
%43
%47

Triadic Colors of #86464d

#86464d #4d8646 #464d86

Analogous Colors of #86464d

#86464d #865f46 #86466d

Monochromatic Colors of #86464d

#86464d

Complementary Color

#86464d #46867f

#86464d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86464d Color Preview on White Background

Lorem ipsum dolor sit amet.

#86464d Color CSS Codes

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

#86464d Text Font Color

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

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


#86464d Background Color

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

This div background color is #86464d


#86464d Border Color

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

This div border color is #86464d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,70,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #86464d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #86464d;
  -webkit-box-shadow: 1px 1px 3px 2px #86464d;
  box-shadow:         1px 1px 3px 2px #86464d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86464d


Comments

No comments written yet.

Please login to write comment.