#858280

#858280 color hex

#858280 hex color information.
RGB value of #858280 is (133,130,128)
Change page background color to #858280 | Reset

#858280 rgb color chart

Color spaces of #858280

RGB 133130128
HSL0.070.020.51
HSV24°52°
CMYK 0.000.020.04   0.48
XYZ21.551822.510323.6311
Yxy22.51030.31840.3325
Hunter Lab47.4450-1.94553.6807
CIE-Lab54.56430.73951.4718

Shades of #858280

Tints of #858280

RGB Percentages of Color #858280

%34.02
%33.25
%32.74

CMYK Percentages of Color #858280

%0
%2
%4
%48

#858280 Color Info

#858280 hex color red value is 133, green value is 130 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #858280 hue: 0.07 , saturation: 0.02 and the lightness value of 858280 is 0.51.

The process color (four color CMYK) of #858280 hex color is 0.00, 0.02, 0.04, 0.48. Web safe color of #858280 is #999999

Color #858280 contains mostly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10000010 10000000
Octal 205 202 200
Decimal 133 130 128
Hexadecimal 85 82 80

Decimal base numbers are RGB value of the color.

Monochromatic Colors of #858280

Triadic Colors of #858280

#858280 #808482 #828084

Analogous Colors of #858280

#858280 #848480 #848080

Complementary Color of #858280

#858280 #808384

#858280 HSL Color Chart
#858280 hsl color chart
#858280 RGB Color Chart

#858280 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#858280 Color Preview on White Background

Lorem ipsum dolor sit amet.

#858280 Color CSS Codes

.mybgcolor {background-color:#858280; } 
.myforecolor {color:#858280; }
.mybordercolor {border:3px solid #858280; }
Sample text font color #858280

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

html code
<p style="color:#858280">Text here</p>
#858280 background color

This div background color is #858280

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

This div border color is #858280

<div style="border:3px solid #858280">
Div here</div>
HTML Button and Input Text Box Sample

HTML Table Border #858280 Color Sample
#858280border color

CSS3 Examples

.textShadowRgb {
    text-shadow: 4px 4px 2px rgba(133,130,128, 0.8); 
        } 
.textShadowHex { 
    text-shadow: 4px 4px 2px #858280; 
        }
.divShadow { 
    -moz-box-shadow: 1px 1px 3px 2px #858280;
  -webkit-box-shadow: 1px 1px 3px 2px #858280;
  box-shadow:         1px 1px 3px 2px #858280; 
      }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(133,130,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 #858280">Text here</p>

This text has shadow with hex values.



Div Box Shadow

This div box has shadow with color #858280

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

Share your comments, give name to this color:



Your comment has added and will published after it's approved.
Back to top