Color Hex Logo

#857361 Color Hex

#857361
(133,115,97)
0 Favorites   0 Comments

Color spaces of #857361

RGB 13311597
HSL0.080.160.45
HSV30°27°52°
CMYK 0.000.140.27   0.48
XYZ17.961318.111113.8584
Yxy18.11110.35970.3627
Hunter Lab42.55710.861210.4827
CIE-Lab49.63064.035512.5524

#857361 color RGB value is (133,115,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01110011 01100001
Octal 205 163 141
Decimal 133 115 97
Hex 85 73 61

RGB Percentages of Color #857361

%38.55
%33.33
%28.12

CMYK Percentages of Color #857361

%0
%14
%27
%48

Triadic Colors of #857361

#857361 #618573 #736185

Analogous Colors of #857361

#857361 #858561 #856161

Monochromatic Colors of #857361

#857361

Complementary Color

#857361 #617385

#857361 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#857361 Color Preview on White Background

Lorem ipsum dolor sit amet.

#857361 Color CSS Codes

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

#857361 Text Font Color

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

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


#857361 Background Color

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

This div background color is #857361


#857361 Border Color

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

This div border color is #857361


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #857361

#857361 Color Palettes


Comments

No comments written yet.

Please login to write comment.