Color Hex Logo

#86482e Color Hex

#86482E
(134,72,46)
0 Favorites   0 Comments

Color spaces of #86482e

RGB 1347246
HSL0.050.490.35
HSV18°66°53°
CMYK 0.000.460.66   0.47
XYZ12.64209.90033.8294
Yxy9.90030.47940.3754
Hunter Lab31.464716.655014.8095
CIE-Lab37.662923.922926.9952

#86482e color RGB value is (134,72,46).

#86482e hex color red value is 134, green value is 72 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #86482e hue: 0.05 , saturation: 0.49 and the lightness value of 86482e is 0.35.

The process color (four color CMYK) of #86482e color hex is 0.00, 0.46, 0.66, 0.47. Web safe color of #86482e is #993333. Color #86482e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01001000 00101110
Octal 206 110 56
Decimal 134 72 46
Hex 86 48 2E

RGB Percentages of Color #86482e

%53.17
%28.57
%18.25

CMYK Percentages of Color #86482e

%0
%46
%66
%47

Triadic Colors of #86482e

#86482e #2e8648 #482e86

Analogous Colors of #86482e

#86482e #86742e #862e40

Monochromatic Colors of #86482e

#86482e

Complementary Color

#86482e #2e6c86

#86482e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86482e Color Preview on White Background

Lorem ipsum dolor sit amet.

#86482e Color CSS Codes

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

#86482e Text Font Color

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

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


#86482e Background Color

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

This div background color is #86482e


#86482e Border Color

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

This div border color is #86482e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,72,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #86482e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #86482e;
  -webkit-box-shadow: 1px 1px 3px 2px #86482e;
  box-shadow:         1px 1px 3px 2px #86482e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86482e


Comments

No comments written yet.

Please login to write comment.