Color Hex Logo

#858c5d Color Hex

#858C5D
(133,140,93)
0 Favorites   0 Comments

Color spaces of #858c5d

RGB 13314093
HSL0.190.200.46
HSV69°34°55°
CMYK 0.050.000.34   0.45
XYZ21.026724.533013.9830
Yxy24.53300.35310.4120
Hunter Lab49.5308-10.902517.9334
CIE-Lab56.6175-10.607324.2983

#858c5d color RGB value is (133,140,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10001100 01011101
Octal 205 214 135
Decimal 133 140 93
Hex 85 8C 5D

RGB Percentages of Color #858c5d

%36.34
%38.25
%25.41

CMYK Percentages of Color #858c5d

%5
%0
%34
%45

Triadic Colors of #858c5d

#858c5d #5d858c #8c5d85

Analogous Colors of #858c5d

#858c5d #6e8c5d #8c7c5d

Monochromatic Colors of #858c5d

#858c5d

Complementary Color

#858c5d #645d8c

#858c5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#858c5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#858c5d Color CSS Codes

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

#858c5d Text Font Color

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

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


#858c5d Background Color

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

This div background color is #858c5d


#858c5d Border Color

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

This div border color is #858c5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #858c5d


Comments

No comments written yet.

Please login to write comment.