Color Hex Logo

#858783 Color Hex

#858783
(133,135,131)
0 Favorites   0 Comments

Color spaces of #858783

RGB 133135131
HSL0.250.020.52
HSV90°53°
CMYK 0.010.000.03   0.47
XYZ22.433623.953224.9138
Yxy23.95320.31460.3359
Hunter Lab48.9420-3.82934.0780
CIE-Lab56.0409-1.52231.8812

#858783 color RGB value is (133,135,131).

#858783 hex color red value is 133, green value is 135 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #858783 hue: 0.25 , saturation: 0.02 and the lightness value of 858783 is 0.52.

The process color (four color CMYK) of #858783 color hex is 0.01, 0.00, 0.03, 0.47. Web safe color of #858783 is #999999. Color #858783 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10000111 10000011
Octal 205 207 203
Decimal 133 135 131
Hex 85 87 83

RGB Percentages of Color #858783

%33.33
%33.83
%32.83

CMYK Percentages of Color #858783

%1
%0
%3
%47

Triadic Colors of #858783

#858783 #838587 #878385

Analogous Colors of #858783

#858783 #838783 #878783

Monochromatic Colors of #858783

#858783

Complementary Color

#858783 #858387

#858783 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#858783 Color Preview on White Background

Lorem ipsum dolor sit amet.

#858783 Color CSS Codes

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

#858783 Text Font Color

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

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


#858783 Background Color

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

This div background color is #858783


#858783 Border Color

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

This div border color is #858783


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #858783

#858783 Color Palettes


Comments

No comments written yet.

Please login to write comment.