Color Hex Logo

#849507 Color Hex

#849507
(132,149,7)
0 Favorites   0 Comments

Color spaces of #849507

RGB 1321497
HSL0.190.910.31
HSV67°95°58°
CMYK 0.110.000.95   0.42
XYZ20.301526.41584.2298
Yxy26.41580.39850.5185
Hunter Lab51.3963-19.436231.0980
CIE-Lab58.4296-21.935360.5914

#849507 color RGB value is (132,149,7).

#849507 hex color red value is 132, green value is 149 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #849507 hue: 0.19 , saturation: 0.91 and the lightness value of 849507 is 0.31.

The process color (four color CMYK) of #849507 color hex is 0.11, 0.00, 0.95, 0.42. Web safe color of #849507 is #999900. Color #849507 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10010101 00000111
Octal 204 225 7
Decimal 132 149 7
Hex 84 95 7

RGB Percentages of Color #849507

%45.83
%51.74
%2.43

CMYK Percentages of Color #849507

%11
%0
%95
%42

Triadic Colors of #849507

#849507 #078495 #950784

Analogous Colors of #849507

#849507 #3d9507 #955f07

Monochromatic Colors of #849507

#849507

Complementary Color

#849507 #180795

#849507 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#849507 Color Preview on White Background

Lorem ipsum dolor sit amet.

#849507 Color CSS Codes

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

#849507 Text Font Color

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

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


#849507 Background Color

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

This div background color is #849507


#849507 Border Color

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

This div border color is #849507


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #849507


Comments

No comments written yet.

Please login to write comment.