Color Hex Logo

#86824e Color Hex

#86824E
(134,130,78)
0 Favorites   0 Comments

Color spaces of #86824e

RGB 13413078
HSL0.150.260.42
HSV56°42°53°
CMYK 0.000.030.42   0.47
XYZ19.189321.583710.3624
Yxy21.58370.37530.4221
Hunter Lab46.4583-7.573619.2963
CIE-Lab53.5825-6.603228.6573

#86824e color RGB value is (134,130,78).

#86824e hex color red value is 134, green value is 130 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #86824e hue: 0.15 , saturation: 0.26 and the lightness value of 86824e is 0.42.

The process color (four color CMYK) of #86824e color hex is 0.00, 0.03, 0.42, 0.47. Web safe color of #86824e is #999966. Color #86824e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10000010 01001110
Octal 206 202 116
Decimal 134 130 78
Hex 86 82 4E

RGB Percentages of Color #86824e

%39.18
%38.01
%22.81

CMYK Percentages of Color #86824e

%0
%3
%42
%47

Triadic Colors of #86824e

#86824e #4e8682 #824e86

Analogous Colors of #86824e

#86824e #6e864e #86664e

Monochromatic Colors of #86824e

#86824e

Complementary Color

#86824e #4e5286

#86824e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86824e Color Preview on White Background

Lorem ipsum dolor sit amet.

#86824e Color CSS Codes

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

#86824e Text Font Color

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

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


#86824e Background Color

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

This div background color is #86824e


#86824e Border Color

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

This div border color is #86824e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86824e


Comments

No comments written yet.

Please login to write comment.