Color Hex Logo

#864628 Color Hex

#864628
(134,70,40)
0 Favorites   0 Comments

Color spaces of #864628

RGB 1347040
HSL0.050.540.34
HSV19°70°53°
CMYK 0.000.480.70   0.47
XYZ12.40479.60193.2070
Yxy9.60190.49200.3808
Hunter Lab30.986917.230115.5546
CIE-Lab37.118224.663529.8181

#864628 color RGB value is (134,70,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01000110 00101000
Octal 206 106 50
Decimal 134 70 40
Hex 86 46 28

RGB Percentages of Color #864628

%54.92
%28.69
%16.39

CMYK Percentages of Color #864628

%0
%48
%70
%47

Triadic Colors of #864628

#864628 #288646 #462886

Analogous Colors of #864628

#864628 #867528 #862839

Monochromatic Colors of #864628

#864628

Complementary Color

#864628 #286886

#864628 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#864628 Color Preview on White Background

Lorem ipsum dolor sit amet.

#864628 Color CSS Codes

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

#864628 Text Font Color

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

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


#864628 Background Color

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

This div background color is #864628


#864628 Border Color

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

This div border color is #864628


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #864628


Comments

No comments written yet.

Please login to write comment.