Color Hex Logo

#86794d Color Hex

#86794D
(134,121,77)
0 Favorites   0 Comments

Color spaces of #86794d

RGB 13412177
HSL0.130.270.41
HSV46°43°53°
CMYK 0.000.100.43   0.47
XYZ18.008419.27899.7932
Yxy19.27890.38250.4095
Hunter Lab43.9077-3.628217.5114
CIE-Lab51.0119-1.668025.9288

#86794d color RGB value is (134,121,77).

#86794d hex color red value is 134, green value is 121 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #86794d hue: 0.13 , saturation: 0.27 and the lightness value of 86794d is 0.41.

The process color (four color CMYK) of #86794d color hex is 0.00, 0.10, 0.43, 0.47. Web safe color of #86794d is #996666. Color #86794d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01111001 01001101
Octal 206 171 115
Decimal 134 121 77
Hex 86 79 4D

RGB Percentages of Color #86794d

%40.36
%36.45
%23.19

CMYK Percentages of Color #86794d

%0
%10
%43
%47

Triadic Colors of #86794d

#86794d #4d8679 #794d86

Analogous Colors of #86794d

#86794d #77864d #865d4d

Monochromatic Colors of #86794d

#86794d

Complementary Color

#86794d #4d5a86

#86794d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86794d Color Preview on White Background

Lorem ipsum dolor sit amet.

#86794d Color CSS Codes

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

#86794d Text Font Color

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

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


#86794d Background Color

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

This div background color is #86794d


#86794d Border Color

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

This div border color is #86794d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,121,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 #86794d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86794d


Comments

No comments written yet.

Please login to write comment.