Color Hex Logo

#863744 Color Hex

#863744
(134,55,68)
0 Favorites   0 Comments

Color spaces of #863744

RGB 1345568
HSL0.970.420.37
HSV350°59°53°
CMYK 0.000.590.49   0.47
XYZ12.24118.21816.4099
Yxy8.21810.45560.3059
Hunter Lab28.667226.05316.8100
CIE-Lab34.433035.11779.1510

#863744 color RGB value is (134,55,68).

#863744 hex color red value is 134, green value is 55 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #863744 hue: 0.97 , saturation: 0.42 and the lightness value of 863744 is 0.37.

The process color (four color CMYK) of #863744 color hex is 0.00, 0.59, 0.49, 0.47. Web safe color of #863744 is #993333. Color #863744 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00110111 01000100
Octal 206 67 104
Decimal 134 55 68
Hex 86 37 44

RGB Percentages of Color #863744

%52.14
%21.40
%26.46

CMYK Percentages of Color #863744

%0
%59
%49
%47

Triadic Colors of #863744

#863744 #448637 #374486

Analogous Colors of #863744

#863744 #865237 #86376c

Monochromatic Colors of #863744

#863744

Complementary Color

#863744 #378679

#863744 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#863744 Color Preview on White Background

Lorem ipsum dolor sit amet.

#863744 Color CSS Codes

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

#863744 Text Font Color

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

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


#863744 Background Color

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

This div background color is #863744


#863744 Border Color

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

This div border color is #863744


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #863744


Comments

No comments written yet.

Please login to write comment.