Color Hex Logo

#857360 Color Hex

#857360
(133,115,96)
0 Favorites   0 Comments

Color spaces of #857360

RGB 13311596
HSL0.090.160.45
HSV31°28°52°
CMYK 0.000.140.28   0.48
XYZ17.914918.092513.6143
Yxy18.09250.36100.3646
Hunter Lab42.53530.743410.7977
CIE-Lab49.60813.885113.1078

#857360 color RGB value is (133,115,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01110011 01100000
Octal 205 163 140
Decimal 133 115 96
Hex 85 73 60

RGB Percentages of Color #857360

%38.66
%33.43
%27.91

CMYK Percentages of Color #857360

%0
%14
%28
%48

Triadic Colors of #857360

#857360 #608573 #736085

Analogous Colors of #857360

#857360 #858560 #856160

Monochromatic Colors of #857360

#857360

Complementary Color

#857360 #607285

#857360 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#857360 Color Preview on White Background

Lorem ipsum dolor sit amet.

#857360 Color CSS Codes

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

#857360 Text Font Color

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

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


#857360 Background Color

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

This div background color is #857360


#857360 Border Color

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

This div border color is #857360


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #857360


Comments

No comments written yet.

Please login to write comment.