Color Hex Logo

#86783a Color Hex

#86783A
(134,120,58)
0 Favorites   0 Comments

Color spaces of #86783a

RGB 13412058
HSL0.140.400.38
HSV49°57°53°
CMYK 0.000.100.57   0.47
XYZ17.311718.80686.7206
Yxy18.80680.40410.4390
Hunter Lab43.3668-4.636121.1685
CIE-Lab50.4604-3.042935.5471

#86783a color RGB value is (134,120,58).

#86783a hex color red value is 134, green value is 120 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #86783a hue: 0.14 , saturation: 0.40 and the lightness value of 86783a is 0.38.

The process color (four color CMYK) of #86783a color hex is 0.00, 0.10, 0.57, 0.47. Web safe color of #86783a is #996633. Color #86783a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01111000 00111010
Octal 206 170 72
Decimal 134 120 58
Hex 86 78 3A

RGB Percentages of Color #86783a

%42.95
%38.46
%18.59

CMYK Percentages of Color #86783a

%0
%10
%57
%47

Triadic Colors of #86783a

#86783a #3a8678 #783a86

Analogous Colors of #86783a

#86783a #6e863a #86523a

Monochromatic Colors of #86783a

#86783a

Complementary Color

#86783a #3a4886

#86783a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86783a Color Preview on White Background

Lorem ipsum dolor sit amet.

#86783a Color CSS Codes

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

#86783a Text Font Color

<p style="color:#86783a">Text here</p>

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


#86783a Background Color

<div style="background-color:#86783a">
Div content here</div>

This div background color is #86783a


#86783a Border Color

<div style="border:3px solid #86783a">
Div here</div>

This div border color is #86783a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,120,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #86783a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #86783a;
  -webkit-box-shadow: 1px 1px 3px 2px #86783a;
  box-shadow:         1px 1px 3px 2px #86783a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86783a


Comments

No comments written yet.

Please login to write comment.