Color Hex Logo

#848c5d Color Hex

#848C5D
(132,140,93)
0 Favorites   0 Comments

Color spaces of #848c5d

RGB 13214093
HSL0.200.200.46
HSV70°34°55°
CMYK 0.060.000.34   0.45
XYZ20.869624.452013.9757
Yxy24.45200.35190.4124
Hunter Lab49.4490-11.201017.8572
CIE-Lab56.5375-11.017424.1779

#848c5d color RGB value is (132,140,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10001100 01011101
Octal 204 214 135
Decimal 132 140 93
Hex 84 8C 5D

RGB Percentages of Color #848c5d

%36.16
%38.36
%25.48

CMYK Percentages of Color #848c5d

%6
%0
%34
%45

Triadic Colors of #848c5d

#848c5d #5d848c #8c5d84

Analogous Colors of #848c5d

#848c5d #6d8c5d #8c7d5d

Monochromatic Colors of #848c5d

#848c5d

Complementary Color

#848c5d #655d8c

#848c5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#848c5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#848c5d Color CSS Codes

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

#848c5d Text Font Color

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

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


#848c5d Background Color

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

This div background color is #848c5d


#848c5d Border Color

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

This div border color is #848c5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #848c5d


Comments

No comments written yet.

Please login to write comment.