Color Hex Logo

#858942 Color Hex

#858942
(133,137,66)
0 Favorites   0 Comments

Color spaces of #858942

RGB 13313766
HSL0.180.350.40
HSV63°52°54°
CMYK 0.030.000.52   0.46
XYZ19.601923.27128.6129
Yxy23.27120.38070.4520
Hunter Lab48.2402-11.888823.1824
CIE-Lab55.3506-12.137037.1644

#858942 color RGB value is (133,137,66).

#858942 hex color red value is 133, green value is 137 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #858942 hue: 0.18 , saturation: 0.35 and the lightness value of 858942 is 0.40.

The process color (four color CMYK) of #858942 color hex is 0.03, 0.00, 0.52, 0.46. Web safe color of #858942 is #999933. Color #858942 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10001001 01000010
Octal 205 211 102
Decimal 133 137 66
Hex 85 89 42

RGB Percentages of Color #858942

%39.58
%40.77
%19.64

CMYK Percentages of Color #858942

%3
%0
%52
%46

Triadic Colors of #858942

#858942 #428589 #894285

Analogous Colors of #858942

#858942 #628942 #896a42

Monochromatic Colors of #858942

#858942

Complementary Color

#858942 #464289

#858942 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#858942 Color Preview on White Background

Lorem ipsum dolor sit amet.

#858942 Color CSS Codes

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

#858942 Text Font Color

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

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


#858942 Background Color

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

This div background color is #858942


#858942 Border Color

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

This div border color is #858942


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,137,66, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #858942; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #858942;
  -webkit-box-shadow: 1px 1px 3px 2px #858942;
  box-shadow:         1px 1px 3px 2px #858942; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #858942


Comments

No comments written yet.

Please login to write comment.