Color Hex Logo

#848c62 Color Hex

#848C62
(132,140,98)
0 Favorites   0 Comments

Color spaces of #848c62

RGB 13214098
HSL0.200.180.47
HSV71°30°55°
CMYK 0.060.000.30   0.45
XYZ21.098424.543515.1806
Yxy24.54350.34690.4035
Hunter Lab49.5414-10.678916.5112
CIE-Lab56.6279-10.308621.5139

#848c62 color RGB value is (132,140,98).

#848c62 hex color red value is 132, green value is 140 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #848c62 hue: 0.20 , saturation: 0.18 and the lightness value of 848c62 is 0.47.

The process color (four color CMYK) of #848c62 color hex is 0.06, 0.00, 0.30, 0.45. Web safe color of #848c62 is #999966. Color #848c62 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10001100 01100010
Octal 204 214 142
Decimal 132 140 98
Hex 84 8C 62

RGB Percentages of Color #848c62

%35.68
%37.84
%26.49

CMYK Percentages of Color #848c62

%6
%0
%30
%45

Triadic Colors of #848c62

#848c62 #62848c #8c6284

Analogous Colors of #848c62

#848c62 #6f8c62 #8c7f62

Monochromatic Colors of #848c62

#848c62

Complementary Color

#848c62 #6a628c

#848c62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#848c62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#848c62 Color CSS Codes

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

#848c62 Text Font Color

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

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


#848c62 Background Color

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

This div background color is #848c62


#848c62 Border Color

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

This div border color is #848c62


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,140,98, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #848c62; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #848c62;
  -webkit-box-shadow: 1px 1px 3px 2px #848c62;
  box-shadow:         1px 1px 3px 2px #848c62; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #848c62


Comments

No comments written yet.

Please login to write comment.