Color Hex Logo

#863f0f Color Hex

#863F0F
(134,63,15)
0 Favorites   0 Comments

Color spaces of #863f0f

RGB 1346315
HSL0.070.800.29
HSV24°89°53°
CMYK 0.000.530.89   0.47
XYZ11.69528.65781.5067
Yxy8.65780.53500.3961
Hunter Lab29.424119.456117.5609
CIE-Lab35.316927.497240.4615

#863f0f color RGB value is (134,63,15).

#863f0f hex color red value is 134, green value is 63 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #863f0f hue: 0.07 , saturation: 0.80 and the lightness value of 863f0f is 0.29.

The process color (four color CMYK) of #863f0f color hex is 0.00, 0.53, 0.89, 0.47. Web safe color of #863f0f is #993300. Color #863f0f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00111111 00001111
Octal 206 77 17
Decimal 134 63 15
Hex 86 3F F

RGB Percentages of Color #863f0f

%63.21
%29.72
%7.08

CMYK Percentages of Color #863f0f

%0
%53
%89
%47

Triadic Colors of #863f0f

#863f0f #0f863f #3f0f86

Analogous Colors of #863f0f

#863f0f #867b0f #860f1b

Monochromatic Colors of #863f0f

#863f0f

Complementary Color

#863f0f #0f5686

#863f0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#863f0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#863f0f Color CSS Codes

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

#863f0f Text Font Color

<p style="color:#863f0f">Text here</p>

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


#863f0f Background Color

<div style="background-color:#863f0f">
Div content here</div>

This div background color is #863f0f


#863f0f Border Color

<div style="border:3px solid #863f0f">
Div here</div>

This div border color is #863f0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #863f0f


Comments

No comments written yet.

Please login to write comment.