Color Hex Logo

#857844 Color Hex

#857844
(133,120,68)
0 Favorites   0 Comments

Color spaces of #857844

RGB 13312068
HSL0.130.320.39
HSV48°49°52°
CMYK 0.000.100.49   0.48
XYZ17.432718.83688.1859
Yxy18.83680.39210.4237
Hunter Lab43.4014-4.255719.1983
CIE-Lab50.4957-2.536430.2368

#857844 color RGB value is (133,120,68).

#857844 hex color red value is 133, green value is 120 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #857844 hue: 0.13 , saturation: 0.32 and the lightness value of 857844 is 0.39.

The process color (four color CMYK) of #857844 color hex is 0.00, 0.10, 0.49, 0.48. Web safe color of #857844 is #996633. Color #857844 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01111000 01000100
Octal 205 170 104
Decimal 133 120 68
Hex 85 78 44

RGB Percentages of Color #857844

%41.43
%37.38
%21.18

CMYK Percentages of Color #857844

%0
%10
%49
%48

Triadic Colors of #857844

#857844 #448578 #784485

Analogous Colors of #857844

#857844 #728544 #855844

Monochromatic Colors of #857844

#857844

Complementary Color

#857844 #445185

#857844 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#857844 Color Preview on White Background

Lorem ipsum dolor sit amet.

#857844 Color CSS Codes

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

#857844 Text Font Color

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

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


#857844 Background Color

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

This div background color is #857844


#857844 Border Color

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

This div border color is #857844


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #857844


Comments

No comments written yet.

Please login to write comment.