Color Hex Logo

#863924 Color Hex

#863924
(134,57,36)
0 Favorites   0 Comments

Color spaces of #863924

RGB 1345736
HSL0.040.580.33
HSV13°73°53°
CMYK 0.000.570.73   0.47
XYZ11.61318.12202.6247
Yxy8.12200.51940.3632
Hunter Lab28.499122.863514.4889
CIE-Lab34.235731.574428.8387

#863924 color RGB value is (134,57,36).

#863924 hex color red value is 134, green value is 57 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #863924 hue: 0.04 , saturation: 0.58 and the lightness value of 863924 is 0.33.

The process color (four color CMYK) of #863924 color hex is 0.00, 0.57, 0.73, 0.47. Web safe color of #863924 is #993333. Color #863924 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00111001 00100100
Octal 206 71 44
Decimal 134 57 36
Hex 86 39 24

RGB Percentages of Color #863924

%59.03
%25.11
%15.86

CMYK Percentages of Color #863924

%0
%57
%73
%47

Triadic Colors of #863924

#863924 #248639 #392486

Analogous Colors of #863924

#863924 #866a24 #862440

Monochromatic Colors of #863924

#863924

Complementary Color

#863924 #247186

#863924 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#863924 Color Preview on White Background

Lorem ipsum dolor sit amet.

#863924 Color CSS Codes

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

#863924 Text Font Color

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

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


#863924 Background Color

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

This div background color is #863924


#863924 Border Color

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

This div border color is #863924


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #863924


Comments

No comments written yet.

Please login to write comment.