Color Hex Logo

#863900 Color Hex

#863900
(134,57,0)
0 Favorites   0 Comments

Color spaces of #863900

RGB 134570
HSL0.071.000.26
HSV26°100°53°
CMYK 0.000.571.00   0.47
XYZ11.29467.99460.9478
Yxy7.99460.55810.3950
Hunter Lab28.274721.822717.8048
CIE-Lab33.971630.423345.0150

#863900 color RGB value is (134,57,0).

#863900 hex color red value is 134, green value is 57 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #863900 hue: 0.07 , saturation: 1.00 and the lightness value of 863900 is 0.26.

The process color (four color CMYK) of #863900 color hex is 0.00, 0.57, 1.00, 0.47. Web safe color of #863900 is #993300. Color #863900 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00111001 00000000
Octal 206 71 0
Decimal 134 57 0
Hex 86 39 0

RGB Percentages of Color #863900

%70.16
%29.84
%0.00

CMYK Percentages of Color #863900

%0
%57
%100
%47

Triadic Colors of #863900

#863900 #008639 #390086

Analogous Colors of #863900

#863900 #867c00 #86000a

Monochromatic Colors of #863900

#863900

Complementary Color

#863900 #004d86

#863900 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#863900 Color Preview on White Background

Lorem ipsum dolor sit amet.

#863900 Color CSS Codes

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

#863900 Text Font Color

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

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


#863900 Background Color

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

This div background color is #863900


#863900 Border Color

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

This div border color is #863900


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,57,0, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #863900; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #863900;
  -webkit-box-shadow: 1px 1px 3px 2px #863900;
  box-shadow:         1px 1px 3px 2px #863900; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #863900


Comments

No comments written yet.

Please login to write comment.