Color Hex Logo

#858880 Color Hex

#858880
(133,136,128)
0 Favorites   0 Comments

Color spaces of #858880

RGB 133136128
HSL0.230.030.52
HSV83°53°
CMYK 0.020.000.06   0.47
XYZ22.373324.153423.9049
Yxy24.15340.31770.3429
Hunter Lab49.1461-4.74535.5633
CIE-Lab56.2411-2.66213.9003

#858880 color RGB value is (133,136,128).

#858880 hex color red value is 133, green value is 136 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #858880 hue: 0.23 , saturation: 0.03 and the lightness value of 858880 is 0.52.

The process color (four color CMYK) of #858880 color hex is 0.02, 0.00, 0.06, 0.47. Web safe color of #858880 is #999999. Color #858880 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10001000 10000000
Octal 205 210 200
Decimal 133 136 128
Hex 85 88 80

RGB Percentages of Color #858880

%33.50
%34.26
%32.24

CMYK Percentages of Color #858880

%2
%0
%6
%47

Triadic Colors of #858880

#858880 #808588 #888085

Analogous Colors of #858880

#858880 #818880 #888780

Monochromatic Colors of #858880

#858880

Complementary Color

#858880 #838088

#858880 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#858880 Color Preview on White Background

Lorem ipsum dolor sit amet.

#858880 Color CSS Codes

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

#858880 Text Font Color

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

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


#858880 Background Color

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

This div background color is #858880


#858880 Border Color

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

This div border color is #858880


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #858880

#858880 Color Palettes


Comments

No comments written yet.

Please login to write comment.