Color Hex Logo

#86796d Color Hex

#86796D
(134,121,109)
0 Favorites   0 Comments

Color spaces of #86796d

RGB 134121109
HSL0.080.100.48
HSV29°19°53°
CMYK 0.000.100.19   0.47
XYZ19.429219.847217.2749
Yxy19.84720.34360.3510
Hunter Lab44.5502-0.11568.1947
CIE-Lab51.66402.88338.3903

#86796d color RGB value is (134,121,109).

#86796d hex color red value is 134, green value is 121 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #86796d hue: 0.08 , saturation: 0.10 and the lightness value of 86796d is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01111001 01101101
Octal 206 171 155
Decimal 134 121 109
Hex 86 79 6D

RGB Percentages of Color #86796d

%36.81
%33.24
%29.95

CMYK Percentages of Color #86796d

%0
%10
%19
%47

Triadic Colors of #86796d

#86796d #6d8679 #796d86

Analogous Colors of #86796d

#86796d #86866d #866d6e

Monochromatic Colors of #86796d

#86796d

Complementary Color

#86796d #6d7a86

#86796d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86796d Color Preview on White Background

Lorem ipsum dolor sit amet.

#86796d Color CSS Codes

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

#86796d Text Font Color

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

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


#86796d Background Color

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

This div background color is #86796d


#86796d Border Color

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

This div border color is #86796d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86796d


Comments

No comments written yet.

Please login to write comment.