Color Hex Logo

#498032 Color Hex

#498032
(73,128,50)
0 Favorites   0 Comments

Color spaces of #498032

RGB 7312850
HSL0.280.440.35
HSV102°61°50°
CMYK 0.430.000.61   0.50
XYZ11.042517.08515.7334
Yxy17.08510.32610.5046
Hunter Lab41.3341-24.648120.7099
CIE-Lab48.3671-33.468836.0147

#498032 color RGB value is (73,128,50).

#498032 hex color red value is 73, green value is 128 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #498032 hue: 0.28 , saturation: 0.44 and the lightness value of 498032 is 0.35.

The process color (four color CMYK) of #498032 color hex is 0.43, 0.00, 0.61, 0.50. Web safe color of #498032 is #339933. Color #498032 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10000000 00110010
Octal 111 200 62
Decimal 73 128 50
Hex 49 80 32

RGB Percentages of Color #498032

%29.08
%51.00
%19.92

CMYK Percentages of Color #498032

%43
%0
%61
%50

Triadic Colors of #498032

#498032 #324980 #803249

Analogous Colors of #498032

#498032 #328042 #708032

Monochromatic Colors of #498032

#498032

Complementary Color

#498032 #693280

#498032 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#498032 Color Preview on White Background

Lorem ipsum dolor sit amet.

#498032 Color CSS Codes

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

#498032 Text Font Color

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

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


#498032 Background Color

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

This div background color is #498032


#498032 Border Color

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

This div border color is #498032


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,128,50, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #498032; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #498032;
  -webkit-box-shadow: 1px 1px 3px 2px #498032;
  box-shadow:         1px 1px 3px 2px #498032; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,128,50, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #498032


Comments

No comments written yet.

Please login to write comment.