Color Hex Logo

#857460 Color Hex

#857460
(133,116,96)
0 Favorites   0 Comments

Color spaces of #857460

RGB 13311696
HSL0.090.160.45
HSV32°28°52°
CMYK 0.000.130.28   0.48
XYZ18.029618.321913.6525
Yxy18.32190.36060.3664
Hunter Lab42.80410.279211.0521
CIE-Lab49.88423.305413.4904

#857460 color RGB value is (133,116,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01110100 01100000
Octal 205 164 140
Decimal 133 116 96
Hex 85 74 60

RGB Percentages of Color #857460

%38.55
%33.62
%27.83

CMYK Percentages of Color #857460

%0
%13
%28
%48

Triadic Colors of #857460

#857460 #608574 #746085

Analogous Colors of #857460

#857460 #848560 #856260

Monochromatic Colors of #857460

#857460

Complementary Color

#857460 #607185

#857460 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#857460 Color Preview on White Background

Lorem ipsum dolor sit amet.

#857460 Color CSS Codes

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

#857460 Text Font Color

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

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


#857460 Background Color

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

This div background color is #857460


#857460 Border Color

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

This div border color is #857460


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #857460


Comments

No comments written yet.

Please login to write comment.