Color Hex Logo

#864828 Color Hex

#864828
(134,72,40)
0 Favorites   0 Comments

Color spaces of #864828

RGB 1347240
HSL0.060.540.34
HSV20°70°53°
CMYK 0.000.460.70   0.47
XYZ12.53199.85633.2494
Yxy9.85630.48880.3844
Hunter Lab31.394716.311415.8397
CIE-Lab37.583323.523030.3489

#864828 color RGB value is (134,72,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01001000 00101000
Octal 206 110 50
Decimal 134 72 40
Hex 86 48 28

RGB Percentages of Color #864828

%54.47
%29.27
%16.26

CMYK Percentages of Color #864828

%0
%46
%70
%47

Triadic Colors of #864828

#864828 #288648 #482886

Analogous Colors of #864828

#864828 #867728 #862837

Monochromatic Colors of #864828

#864828

Complementary Color

#864828 #286686

#864828 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#864828 Color Preview on White Background

Lorem ipsum dolor sit amet.

#864828 Color CSS Codes

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

#864828 Text Font Color

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

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


#864828 Background Color

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

This div background color is #864828


#864828 Border Color

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

This div border color is #864828


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,72,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 #864828">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #864828


Comments

No comments written yet.

Please login to write comment.