Color Hex Logo

#857358 Color Hex

#857358
(133,115,88)
0 Favorites   0 Comments

Color spaces of #857358

RGB 13311588
HSL0.100.200.43
HSV36°34°52°
CMYK 0.000.140.34   0.48
XYZ17.565117.952611.7719
Yxy17.95260.37140.3796
Hunter Lab42.3705-0.149513.1867
CIE-Lab49.43862.737717.5472

#857358 color RGB value is (133,115,88).

#857358 hex color red value is 133, green value is 115 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #857358 hue: 0.10 , saturation: 0.20 and the lightness value of 857358 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01110011 01011000
Octal 205 163 130
Decimal 133 115 88
Hex 85 73 58

RGB Percentages of Color #857358

%39.58
%34.23
%26.19

CMYK Percentages of Color #857358

%0
%14
%34
%48

Triadic Colors of #857358

#857358 #588573 #735885

Analogous Colors of #857358

#857358 #818558 #855d58

Monochromatic Colors of #857358

#857358

Complementary Color

#857358 #586a85

#857358 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#857358 Color Preview on White Background

Lorem ipsum dolor sit amet.

#857358 Color CSS Codes

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

#857358 Text Font Color

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

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


#857358 Background Color

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

This div background color is #857358


#857358 Border Color

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

This div border color is #857358


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #857358


Comments

No comments written yet.

Please login to write comment.