Color Hex Logo

#858c62 Color Hex

#858C62
(133,140,98)
0 Favorites   0 Comments

Color spaces of #858c62

RGB 13314098
HSL0.190.180.47
HSV70°30°55°
CMYK 0.050.000.30   0.45
XYZ21.255624.624615.1880
Yxy24.62460.34810.4032
Hunter Lab49.6232-10.381816.5895
CIE-Lab56.7078-9.903021.6349

#858c62 color RGB value is (133,140,98).

#858c62 hex color red value is 133, green value is 140 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #858c62 hue: 0.19 , saturation: 0.18 and the lightness value of 858c62 is 0.47.

The process color (four color CMYK) of #858c62 color hex is 0.05, 0.00, 0.30, 0.45. Web safe color of #858c62 is #999966. Color #858c62 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10001100 01100010
Octal 205 214 142
Decimal 133 140 98
Hex 85 8C 62

RGB Percentages of Color #858c62

%35.85
%37.74
%26.42

CMYK Percentages of Color #858c62

%5
%0
%30
%45

Triadic Colors of #858c62

#858c62 #62858c #8c6285

Analogous Colors of #858c62

#858c62 #708c62 #8c7e62

Monochromatic Colors of #858c62

#858c62

Complementary Color

#858c62 #69628c

#858c62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#858c62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#858c62 Color CSS Codes

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

#858c62 Text Font Color

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

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


#858c62 Background Color

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

This div background color is #858c62


#858c62 Border Color

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

This div border color is #858c62


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,140,98, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #858c62; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #858c62;
  -webkit-box-shadow: 1px 1px 3px 2px #858c62;
  box-shadow:         1px 1px 3px 2px #858c62; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #858c62


Comments

No comments written yet.

Please login to write comment.