Color Hex Logo

#849003 Color Hex

#849003
(132,144,3)
0 Favorites   0 Comments

Color spaces of #849003

RGB 1321443
HSL0.180.960.29
HSV65°98°56°
CMYK 0.080.000.98   0.44
XYZ19.505424.85863.8563
Yxy24.85860.40450.5155
Hunter Lab49.8584-17.420230.3151
CIE-Lab56.9374-19.462260.0741

#849003 color RGB value is (132,144,3).

#849003 hex color red value is 132, green value is 144 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #849003 hue: 0.18 , saturation: 0.96 and the lightness value of 849003 is 0.29.

The process color (four color CMYK) of #849003 color hex is 0.08, 0.00, 0.98, 0.44. Web safe color of #849003 is #999900. Color #849003 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10010000 00000011
Octal 204 220 3
Decimal 132 144 3
Hex 84 90 3

RGB Percentages of Color #849003

%47.31
%51.61
%1.08

CMYK Percentages of Color #849003

%8
%0
%98
%44

Triadic Colors of #849003

#849003 #038490 #900384

Analogous Colors of #849003

#849003 #3e9003 #905603

Monochromatic Colors of #849003

#849003

Complementary Color

#849003 #0f0390

#849003 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#849003 Color Preview on White Background

Lorem ipsum dolor sit amet.

#849003 Color CSS Codes

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

#849003 Text Font Color

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

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


#849003 Background Color

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

This div background color is #849003


#849003 Border Color

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

This div border color is #849003


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #849003


Comments

No comments written yet.

Please login to write comment.