Color Hex Logo

#864947 Color Hex

#864947
(134,73,71)
0 Favorites   0 Comments

Color spaces of #864947

RGB 1347371
HSL0.010.310.40
HSV47°53°
CMYK 0.000.460.47   0.47
XYZ13.351410.28847.2434
Yxy10.28840.43230.3331
Hunter Lab32.075518.16829.0638
CIE-Lab38.355125.626512.6774

#864947 color RGB value is (134,73,71).

#864947 hex color red value is 134, green value is 73 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #864947 hue: 0.01 , saturation: 0.31 and the lightness value of 864947 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01001001 01000111
Octal 206 111 107
Decimal 134 73 71
Hex 86 49 47

RGB Percentages of Color #864947

%48.20
%26.26
%25.54

CMYK Percentages of Color #864947

%0
%46
%47
%47

Triadic Colors of #864947

#864947 #478649 #494786

Analogous Colors of #864947

#864947 #866947 #864765

Monochromatic Colors of #864947

#864947

Complementary Color

#864947 #478486

#864947 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#864947 Color Preview on White Background

Lorem ipsum dolor sit amet.

#864947 Color CSS Codes

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

#864947 Text Font Color

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

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


#864947 Background Color

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

This div background color is #864947


#864947 Border Color

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

This div border color is #864947


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #864947


Comments

No comments written yet.

Please login to write comment.