Color Hex Logo

#858b5c Color Hex

#858B5C
(133,139,92)
0 Favorites   0 Comments

Color spaces of #858b5c

RGB 13313992
HSL0.190.200.45
HSV68°34°55°
CMYK 0.040.000.34   0.45
XYZ20.837324.224513.7028
Yxy24.22450.35460.4122
Hunter Lab49.2184-10.561717.9461
CIE-Lab56.3119-10.200424.4498

#858b5c color RGB value is (133,139,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10001011 01011100
Octal 205 213 134
Decimal 133 139 92
Hex 85 8B 5C

RGB Percentages of Color #858b5c

%36.54
%38.19
%25.27

CMYK Percentages of Color #858b5c

%4
%0
%34
%45

Triadic Colors of #858b5c

#858b5c #5c858b #8b5c85

Analogous Colors of #858b5c

#858b5c #6e8b5c #8b7a5c

Monochromatic Colors of #858b5c

#858b5c

Complementary Color

#858b5c #625c8b

#858b5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#858b5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#858b5c Color CSS Codes

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

#858b5c Text Font Color

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

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


#858b5c Background Color

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

This div background color is #858b5c


#858b5c Border Color

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

This div border color is #858b5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #858b5c


Comments

No comments written yet.

Please login to write comment.