Color Hex Logo

#857d5e Color Hex

#857D5E
(133,125,94)
0 Favorites   0 Comments

Color spaces of #857d5e

RGB 13312594
HSL0.130.170.45
HSV48°29°52°
CMYK 0.000.060.29   0.48
XYZ19.026920.461913.5364
Yxy20.46190.35880.3859
Hunter Lab45.2348-4.079413.9220
CIE-Lab52.3555-2.144218.0358

#857d5e color RGB value is (133,125,94).

#857d5e hex color red value is 133, green value is 125 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #857d5e hue: 0.13 , saturation: 0.17 and the lightness value of 857d5e is 0.45.

The process color (four color CMYK) of #857d5e color hex is 0.00, 0.06, 0.29, 0.48. Web safe color of #857d5e is #996666. Color #857d5e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01111101 01011110
Octal 205 175 136
Decimal 133 125 94
Hex 85 7D 5E

RGB Percentages of Color #857d5e

%37.78
%35.51
%26.70

CMYK Percentages of Color #857d5e

%0
%6
%29
%48

Triadic Colors of #857d5e

#857d5e #5e857d #7d5e85

Analogous Colors of #857d5e

#857d5e #7a855e #856a5e

Monochromatic Colors of #857d5e

#857d5e

Complementary Color

#857d5e #5e6685

#857d5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#857d5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#857d5e Color CSS Codes

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

#857d5e Text Font Color

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

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


#857d5e Background Color

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

This div background color is #857d5e


#857d5e Border Color

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

This div border color is #857d5e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,125,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #857d5e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #857d5e;
  -webkit-box-shadow: 1px 1px 3px 2px #857d5e;
  box-shadow:         1px 1px 3px 2px #857d5e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #857d5e

#857d5e Color Palettes


Comments

No comments written yet.

Please login to write comment.