Color Hex Logo

#858380 Color Hex

#858380
(133,131,128)
0 Favorites   0 Comments

Color spaces of #858380

RGB 133131128
HSL0.100.020.51
HSV36°52°
CMYK 0.000.020.04   0.48
XYZ21.685422.777723.6757
Yxy22.77770.31830.3343
Hunter Lab47.7260-2.41493.9959
CIE-Lab54.84260.16861.8761

#858380 color RGB value is (133,131,128).

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

The process color (four color CMYK) of #858380 color hex is 0.00, 0.02, 0.04, 0.48. Web safe color of #858380 is #999999. Color #858380 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10000011 10000000
Octal 205 203 200
Decimal 133 131 128
Hex 85 83 80

RGB Percentages of Color #858380

%33.93
%33.42
%32.65

CMYK Percentages of Color #858380

%0
%2
%4
%48

Triadic Colors of #858380

#858380 #808583 #838085

Analogous Colors of #858380

#858380 #858580 #858180

Monochromatic Colors of #858380

#858380

Complementary Color

#858380 #808285

#858380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#858380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#858380 Color CSS Codes

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

#858380 Text Font Color

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

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


#858380 Background Color

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

This div background color is #858380


#858380 Border Color

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

This div border color is #858380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #858380


Comments

No comments written yet.

Please login to write comment.