Color Hex Logo

#857383 Color Hex

#857383
(133,115,131)
0 Favorites   0 Comments

Color spaces of #857383

RGB 133115131
HSL0.850.070.49
HSV307°14°52°
CMYK 0.000.140.02   0.48
XYZ19.900318.886724.0694
Yxy18.88670.31660.3005
Hunter Lab43.45885.6843-2.4162
CIE-Lab50.554410.0278-6.1804

#857383 color RGB value is (133,115,131).

#857383 hex color red value is 133, green value is 115 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #857383 hue: 0.85 , saturation: 0.07 and the lightness value of 857383 is 0.49.

The process color (four color CMYK) of #857383 color hex is 0.00, 0.14, 0.02, 0.48. Web safe color of #857383 is #996699. Color #857383 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01110011 10000011
Octal 205 163 203
Decimal 133 115 131
Hex 85 73 83

RGB Percentages of Color #857383

%35.09
%30.34
%34.56

CMYK Percentages of Color #857383

%0
%14
%2
%48

Triadic Colors of #857383

#857383 #838573 #738385

Analogous Colors of #857383

#857383 #85737a #7e7385

Monochromatic Colors of #857383

#857383

Complementary Color

#857383 #738575

#857383 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#857383 Color Preview on White Background

Lorem ipsum dolor sit amet.

#857383 Color CSS Codes

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

#857383 Text Font Color

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

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


#857383 Background Color

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

This div background color is #857383


#857383 Border Color

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

This div border color is #857383


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #857383


Comments

No comments written yet.

Please login to write comment.