Color Hex Logo

#858870 Color Hex

#858870
(133,136,112)
0 Favorites   0 Comments

Color spaces of #858870

RGB 133136112
HSL0.190.100.49
HSV68°18°53°
CMYK 0.020.000.18   0.47
XYZ21.401723.764718.7883
Yxy23.76470.33460.3716
Hunter Lab48.7491-6.946211.2735
CIE-Lab55.8514-5.517912.5363

#858870 color RGB value is (133,136,112).

#858870 hex color red value is 133, green value is 136 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #858870 hue: 0.19 , saturation: 0.10 and the lightness value of 858870 is 0.49.

The process color (four color CMYK) of #858870 color hex is 0.02, 0.00, 0.18, 0.47. Web safe color of #858870 is #999966. Color #858870 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10001000 01110000
Octal 205 210 160
Decimal 133 136 112
Hex 85 88 70

RGB Percentages of Color #858870

%34.91
%35.70
%29.40

CMYK Percentages of Color #858870

%2
%0
%18
%47

Triadic Colors of #858870

#858870 #708588 #887085

Analogous Colors of #858870

#858870 #798870 #887f70

Monochromatic Colors of #858870

#858870

Complementary Color

#858870 #737088

#858870 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#858870 Color Preview on White Background

Lorem ipsum dolor sit amet.

#858870 Color CSS Codes

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

#858870 Text Font Color

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

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


#858870 Background Color

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

This div background color is #858870


#858870 Border Color

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

This div border color is #858870


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #858870


Comments

No comments written yet.

Please login to write comment.