Color Hex Logo

#858c68 Color Hex

#858C68
(133,140,104)
0 Favorites   0 Comments

Color spaces of #858c68

RGB 133140104
HSL0.200.150.48
HSV72°26°55°
CMYK 0.050.000.26   0.45
XYZ21.549624.742216.7366
Yxy24.74220.34190.3926
Hunter Lab49.7415-9.715914.8697
CIE-Lab56.8234-9.008218.4223

#858c68 color RGB value is (133,140,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10001100 01101000
Octal 205 214 150
Decimal 133 140 104
Hex 85 8C 68

RGB Percentages of Color #858c68

%35.28
%37.14
%27.59

CMYK Percentages of Color #858c68

%5
%0
%26
%45

Triadic Colors of #858c68

#858c68 #68858c #8c6885

Analogous Colors of #858c68

#858c68 #738c68 #8c8168

Monochromatic Colors of #858c68

#858c68

Complementary Color

#858c68 #6f688c

#858c68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#858c68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#858c68 Color CSS Codes

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

#858c68 Text Font Color

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

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


#858c68 Background Color

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

This div background color is #858c68


#858c68 Border Color

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

This div border color is #858c68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #858c68


Comments

No comments written yet.

Please login to write comment.