Color Hex Logo

#858c45 Color Hex

#858C45
(133,140,69)
0 Favorites   0 Comments

Color spaces of #858c45

RGB 13314069
HSL0.180.340.41
HSV66°51°55°
CMYK 0.050.000.51   0.45
XYZ20.125124.17249.2353
Yxy24.17240.37590.4515
Hunter Lab49.1654-12.973323.2787
CIE-Lab56.2600-13.451636.7122

#858c45 color RGB value is (133,140,69).

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

The process color (four color CMYK) of #858c45 color hex is 0.05, 0.00, 0.51, 0.45. Web safe color of #858c45 is #999933. Color #858c45 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10001100 01000101
Octal 205 214 105
Decimal 133 140 69
Hex 85 8C 45

RGB Percentages of Color #858c45

%38.89
%40.94
%20.18

CMYK Percentages of Color #858c45

%5
%0
%51
%45

Triadic Colors of #858c45

#858c45 #45858c #8c4585

Analogous Colors of #858c45

#858c45 #628c45 #8c7045

Monochromatic Colors of #858c45

#858c45

Complementary Color

#858c45 #4c458c

#858c45 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#858c45 Color Preview on White Background

Lorem ipsum dolor sit amet.

#858c45 Color CSS Codes

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

#858c45 Text Font Color

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

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


#858c45 Background Color

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

This div background color is #858c45


#858c45 Border Color

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

This div border color is #858c45


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #858c45


Comments

No comments written yet.

Please login to write comment.