Color Hex Logo

#857560 Color Hex

#857560
(133,117,96)
0 Favorites   0 Comments

Color spaces of #857560

RGB 13311796
HSL0.090.160.45
HSV34°28°52°
CMYK 0.000.120.28   0.48
XYZ18.145518.553713.6912
Yxy18.55370.36010.3682
Hunter Lab43.0740-0.184011.3063
CIE-Lab50.16092.727113.8730

#857560 color RGB value is (133,117,96).

#857560 hex color red value is 133, green value is 117 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #857560 hue: 0.09 , saturation: 0.16 and the lightness value of 857560 is 0.45.

The process color (four color CMYK) of #857560 color hex is 0.00, 0.12, 0.28, 0.48. Web safe color of #857560 is #996666. Color #857560 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01110101 01100000
Octal 205 165 140
Decimal 133 117 96
Hex 85 75 60

RGB Percentages of Color #857560

%38.44
%33.82
%27.75

CMYK Percentages of Color #857560

%0
%12
%28
%48

Triadic Colors of #857560

#857560 #608575 #756085

Analogous Colors of #857560

#857560 #838560 #856360

Monochromatic Colors of #857560

#857560

Complementary Color

#857560 #607085

#857560 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#857560 Color Preview on White Background

Lorem ipsum dolor sit amet.

#857560 Color CSS Codes

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

#857560 Text Font Color

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

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


#857560 Background Color

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

This div background color is #857560


#857560 Border Color

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

This div border color is #857560


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #857560


Comments

No comments written yet.

Please login to write comment.