Color Hex Logo

#857340 Color Hex

#857340
(133,115,64)
0 Favorites   0 Comments

Color spaces of #857340

RGB 13311564
HSL0.120.350.39
HSV44°52°52°
CMYK 0.000.140.52   0.48
XYZ16.729017.61827.3694
Yxy17.61820.40100.4223
Hunter Lab41.9740-2.312318.9723
CIE-Lab49.0297-0.092530.6146

#857340 color RGB value is (133,115,64).

#857340 hex color red value is 133, green value is 115 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #857340 hue: 0.12 , saturation: 0.35 and the lightness value of 857340 is 0.39.

The process color (four color CMYK) of #857340 color hex is 0.00, 0.14, 0.52, 0.48. Web safe color of #857340 is #996633. Color #857340 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01110011 01000000
Octal 205 163 100
Decimal 133 115 64
Hex 85 73 40

RGB Percentages of Color #857340

%42.63
%36.86
%20.51

CMYK Percentages of Color #857340

%0
%14
%52
%48

Triadic Colors of #857340

#857340 #408573 #734085

Analogous Colors of #857340

#857340 #758540 #855140

Monochromatic Colors of #857340

#857340

Complementary Color

#857340 #405285

#857340 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#857340 Color Preview on White Background

Lorem ipsum dolor sit amet.

#857340 Color CSS Codes

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

#857340 Text Font Color

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

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


#857340 Background Color

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

This div background color is #857340


#857340 Border Color

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

This div border color is #857340


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,115,64, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #857340


Comments

No comments written yet.

Please login to write comment.