Color Hex Logo

#857b5e Color Hex

#857B5E
(133,123,94)
0 Favorites   0 Comments

Color spaces of #857b5e

RGB 13312394
HSL0.120.170.45
HSV45°29°52°
CMYK 0.000.080.29   0.48
XYZ18.776219.960613.4528
Yxy19.96060.35980.3825
Hunter Lab44.6773-3.168413.4213
CIE-Lab51.7926-1.008517.2713

#857b5e color RGB value is (133,123,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01111011 01011110
Octal 205 173 136
Decimal 133 123 94
Hex 85 7B 5E

RGB Percentages of Color #857b5e

%38.00
%35.14
%26.86

CMYK Percentages of Color #857b5e

%0
%8
%29
%48

Triadic Colors of #857b5e

#857b5e #5e857b #7b5e85

Analogous Colors of #857b5e

#857b5e #7c855e #85685e

Monochromatic Colors of #857b5e

#857b5e

Complementary Color

#857b5e #5e6885

#857b5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#857b5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#857b5e Color CSS Codes

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

#857b5e Text Font Color

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

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


#857b5e Background Color

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

This div background color is #857b5e


#857b5e Border Color

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

This div border color is #857b5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #857b5e


Comments

No comments written yet.

Please login to write comment.