Color Hex Logo

#86793d Color Hex

#86793D
(134,121,61)
0 Favorites   0 Comments

Color spaces of #86793d

RGB 13412161
HSL0.140.370.38
HSV49°54°53°
CMYK 0.000.100.54   0.47
XYZ17.511219.08007.1747
Yxy19.08000.40010.4360
Hunter Lab43.6807-4.882020.8379
CIE-Lab50.7807-3.338834.3577

#86793d color RGB value is (134,121,61).

#86793d hex color red value is 134, green value is 121 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #86793d hue: 0.14 , saturation: 0.37 and the lightness value of 86793d is 0.38.

The process color (four color CMYK) of #86793d color hex is 0.00, 0.10, 0.54, 0.47. Web safe color of #86793d is #996633. Color #86793d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01111001 00111101
Octal 206 171 75
Decimal 134 121 61
Hex 86 79 3D

RGB Percentages of Color #86793d

%42.41
%38.29
%19.30

CMYK Percentages of Color #86793d

%0
%10
%54
%47

Triadic Colors of #86793d

#86793d #3d8679 #793d86

Analogous Colors of #86793d

#86793d #6f863d #86553d

Monochromatic Colors of #86793d

#86793d

Complementary Color

#86793d #3d4a86

#86793d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86793d Color Preview on White Background

Lorem ipsum dolor sit amet.

#86793d Color CSS Codes

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

#86793d Text Font Color

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

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


#86793d Background Color

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

This div background color is #86793d


#86793d Border Color

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

This div border color is #86793d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86793d


Comments

No comments written yet.

Please login to write comment.