Color Hex Logo

#849443 Color Hex

#849443
(132,148,67)
0 Favorites   0 Comments

Color spaces of #849443

RGB 13214867
HSL0.200.380.42
HSV72°55°58°
CMYK 0.110.000.55   0.42
XYZ21.118726.49069.3103
Yxy26.49060.37100.4654
Hunter Lab51.4690-16.828925.3033
CIE-Lab58.4998-18.280240.3368

#849443 color RGB value is (132,148,67).

#849443 hex color red value is 132, green value is 148 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #849443 hue: 0.20 , saturation: 0.38 and the lightness value of 849443 is 0.42.

The process color (four color CMYK) of #849443 color hex is 0.11, 0.00, 0.55, 0.42. Web safe color of #849443 is #999933. Color #849443 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10010100 01000011
Octal 204 224 103
Decimal 132 148 67
Hex 84 94 43

RGB Percentages of Color #849443

%38.04
%42.65
%19.31

CMYK Percentages of Color #849443

%11
%0
%55
%42

Triadic Colors of #849443

#849443 #438494 #944384

Analogous Colors of #849443

#849443 #5c9443 #947c43

Monochromatic Colors of #849443

#849443

Complementary Color

#849443 #534394

#849443 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#849443 Color Preview on White Background

Lorem ipsum dolor sit amet.

#849443 Color CSS Codes

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

#849443 Text Font Color

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

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


#849443 Background Color

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

This div background color is #849443


#849443 Border Color

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

This div border color is #849443


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,148,67, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #849443; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #849443;
  -webkit-box-shadow: 1px 1px 3px 2px #849443;
  box-shadow:         1px 1px 3px 2px #849443; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #849443


Comments

No comments written yet.

Please login to write comment.