Color Hex Logo

#849b2e Color Hex

#849B2E
(132,155,46)
0 Favorites   0 Comments

Color spaces of #849b2e

RGB 13215546
HSL0.200.540.39
HSV73°70°61°
CMYK 0.150.000.70   0.39
XYZ21.730228.54556.9493
Yxy28.54550.37970.4988
Hunter Lab53.4280-20.899629.6878
CIE-Lab60.3784-23.482351.7605

#849b2e color RGB value is (132,155,46).

#849b2e hex color red value is 132, green value is 155 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #849b2e hue: 0.20 , saturation: 0.54 and the lightness value of 849b2e is 0.39.

The process color (four color CMYK) of #849b2e color hex is 0.15, 0.00, 0.70, 0.39. Web safe color of #849b2e is #999933. Color #849b2e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10011011 00101110
Octal 204 233 56
Decimal 132 155 46
Hex 84 9B 2E

RGB Percentages of Color #849b2e

%39.64
%46.55
%13.81

CMYK Percentages of Color #849b2e

%15
%0
%70
%39

Triadic Colors of #849b2e

#849b2e #2e849b #9b2e84

Analogous Colors of #849b2e

#849b2e #4e9b2e #9b7c2e

Monochromatic Colors of #849b2e

#849b2e

Complementary Color

#849b2e #452e9b

#849b2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#849b2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#849b2e Color CSS Codes

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

#849b2e Text Font Color

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

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


#849b2e Background Color

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

This div background color is #849b2e


#849b2e Border Color

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

This div border color is #849b2e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,155,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #849b2e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #849b2e;
  -webkit-box-shadow: 1px 1px 3px 2px #849b2e;
  box-shadow:         1px 1px 3px 2px #849b2e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #849b2e


Comments

No comments written yet.

Please login to write comment.