Color Hex Logo

#864427 Color Hex

#864427
(134,68,39)
0 Favorites   0 Comments

Color spaces of #864427

RGB 1346839
HSL0.050.550.34
HSV18°71°53°
CMYK 0.000.490.71   0.47
XYZ12.26489.34913.0776
Yxy9.34910.49670.3786
Hunter Lab30.576318.091615.4357
CIE-Lab36.647925.733729.8494

#864427 color RGB value is (134,68,39).

#864427 hex color red value is 134, green value is 68 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #864427 hue: 0.05 , saturation: 0.55 and the lightness value of 864427 is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01000100 00100111
Octal 206 104 47
Decimal 134 68 39
Hex 86 44 27

RGB Percentages of Color #864427

%55.60
%28.22
%16.18

CMYK Percentages of Color #864427

%0
%49
%71
%47

Triadic Colors of #864427

#864427 #278644 #442786

Analogous Colors of #864427

#864427 #867427 #86273a

Monochromatic Colors of #864427

#864427

Complementary Color

#864427 #276986

#864427 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#864427 Color Preview on White Background

Lorem ipsum dolor sit amet.

#864427 Color CSS Codes

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

#864427 Text Font Color

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

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


#864427 Background Color

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

This div background color is #864427


#864427 Border Color

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

This div border color is #864427


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #864427


Comments

No comments written yet.

Please login to write comment.