Color Hex Logo

#858381 Color Hex

#858381
(133,131,129)
0 Favorites   0 Comments

Color spaces of #858381

RGB 133131129
HSL0.080.020.51
HSV30°52°
CMYK 0.000.020.03   0.48
XYZ21.751622.804124.0241
Yxy22.80410.31720.3325
Hunter Lab47.7536-2.26283.5997
CIE-Lab54.87000.36121.3362

#858381 color RGB value is (133,131,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10000011 10000001
Octal 205 203 201
Decimal 133 131 129
Hex 85 83 81

RGB Percentages of Color #858381

%33.84
%33.33
%32.82

CMYK Percentages of Color #858381

%0
%2
%3
%48

Triadic Colors of #858381

#858381 #818583 #838185

Analogous Colors of #858381

#858381 #858581 #858181

Monochromatic Colors of #858381

#858381

Complementary Color

#858381 #818385

#858381 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#858381 Color Preview on White Background

Lorem ipsum dolor sit amet.

#858381 Color CSS Codes

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

#858381 Text Font Color

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

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


#858381 Background Color

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

This div background color is #858381


#858381 Border Color

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

This div border color is #858381


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #858381


Comments

No comments written yet.

Please login to write comment.