Color Hex Logo

#86673f Color Hex

#86673F
(134,103,63)
0 Favorites   0 Comments

Color spaces of #86673f

RGB 13410363
HSL0.090.360.39
HSV34°53°53°
CMYK 0.000.230.53   0.47
XYZ15.579015.12776.8015
Yxy15.12770.41530.4033
Hunter Lab38.89433.432516.8579
CIE-Lab45.80867.217827.2109

#86673f color RGB value is (134,103,63).

#86673f hex color red value is 134, green value is 103 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #86673f hue: 0.09 , saturation: 0.36 and the lightness value of 86673f is 0.39.

The process color (four color CMYK) of #86673f color hex is 0.00, 0.23, 0.53, 0.47. Web safe color of #86673f is #996633. Color #86673f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01100111 00111111
Octal 206 147 77
Decimal 134 103 63
Hex 86 67 3F

RGB Percentages of Color #86673f

%44.67
%34.33
%21.00

CMYK Percentages of Color #86673f

%0
%23
%53
%47

Triadic Colors of #86673f

#86673f #3f8667 #673f86

Analogous Colors of #86673f

#86673f #82863f #86443f

Monochromatic Colors of #86673f

#86673f

Complementary Color

#86673f #3f5e86

#86673f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86673f Color Preview on White Background

Lorem ipsum dolor sit amet.

#86673f Color CSS Codes

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

#86673f Text Font Color

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

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


#86673f Background Color

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

This div background color is #86673f


#86673f Border Color

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

This div border color is #86673f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86673f


Comments

No comments written yet.

Please login to write comment.