Color Hex Logo

#848e3c Color Hex

#848E3C
(132,142,60)
0 Favorites   0 Comments

Color spaces of #848e3c

RGB 13214260
HSL0.190.410.40
HSV67°58°56°
CMYK 0.070.000.58   0.44
XYZ20.004324.57787.9646
Yxy24.57780.38070.4677
Hunter Lab49.5760-14.731925.1780
CIE-Lab56.6617-15.780641.6355

#848e3c color RGB value is (132,142,60).

#848e3c hex color red value is 132, green value is 142 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #848e3c hue: 0.19 , saturation: 0.41 and the lightness value of 848e3c is 0.40.

The process color (four color CMYK) of #848e3c color hex is 0.07, 0.00, 0.58, 0.44. Web safe color of #848e3c is #999933. Color #848e3c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10001110 00111100
Octal 204 216 74
Decimal 132 142 60
Hex 84 8E 3C

RGB Percentages of Color #848e3c

%39.52
%42.51
%17.96

CMYK Percentages of Color #848e3c

%7
%0
%58
%44

Triadic Colors of #848e3c

#848e3c #3c848e #8e3c84

Analogous Colors of #848e3c

#848e3c #5b8e3c #8e6f3c

Monochromatic Colors of #848e3c

#848e3c

Complementary Color

#848e3c #463c8e

#848e3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#848e3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#848e3c Color CSS Codes

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

#848e3c Text Font Color

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

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


#848e3c Background Color

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

This div background color is #848e3c


#848e3c Border Color

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

This div border color is #848e3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #848e3c


Comments

No comments written yet.

Please login to write comment.