Color Hex Logo

#86492f Color Hex

#86492F
(134,73,47)
0 Favorites   0 Comments

Color spaces of #86492f

RGB 1347347
HSL0.050.480.35
HSV18°65°53°
CMYK 0.000.460.65   0.47
XYZ12.727110.03873.9562
Yxy10.03870.47630.3757
Hunter Lab31.683916.254814.7755
CIE-Lab37.911823.421526.7090

#86492f color RGB value is (134,73,47).

#86492f hex color red value is 134, green value is 73 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #86492f hue: 0.05 , saturation: 0.48 and the lightness value of 86492f is 0.35.

The process color (four color CMYK) of #86492f color hex is 0.00, 0.46, 0.65, 0.47. Web safe color of #86492f is #993333. Color #86492f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01001001 00101111
Octal 206 111 57
Decimal 134 73 47
Hex 86 49 2F

RGB Percentages of Color #86492f

%52.76
%28.74
%18.50

CMYK Percentages of Color #86492f

%0
%46
%65
%47

Triadic Colors of #86492f

#86492f #2f8649 #492f86

Analogous Colors of #86492f

#86492f #86752f #862f41

Monochromatic Colors of #86492f

#86492f

Complementary Color

#86492f #2f6c86

#86492f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86492f Color Preview on White Background

Lorem ipsum dolor sit amet.

#86492f Color CSS Codes

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

#86492f Text Font Color

<p style="color:#86492f">Text here</p>

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


#86492f Background Color

<div style="background-color:#86492f">
Div content here</div>

This div background color is #86492f


#86492f Border Color

<div style="border:3px solid #86492f">
Div here</div>

This div border color is #86492f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,73,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #86492f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #86492f;
  -webkit-box-shadow: 1px 1px 3px 2px #86492f;
  box-shadow:         1px 1px 3px 2px #86492f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86492f


Comments

No comments written yet.

Please login to write comment.