Color Hex Logo

#498132 Color Hex

#498132
(73,129,50)
0 Favorites   0 Comments

Color spaces of #498132

RGB 7312950
HSL0.280.440.35
HSV103°61°51°
CMYK 0.430.000.61   0.49
XYZ11.173617.34735.7771
Yxy17.34730.32580.5058
Hunter Lab41.6501-25.000920.9312
CIE-Lab48.6947-33.919136.3895

#498132 color RGB value is (73,129,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10000001 00110010
Octal 111 201 62
Decimal 73 129 50
Hex 49 81 32

RGB Percentages of Color #498132

%28.97
%51.19
%19.84

CMYK Percentages of Color #498132

%43
%0
%61
%49

Triadic Colors of #498132

#498132 #324981 #813249

Analogous Colors of #498132

#498132 #328143 #718132

Monochromatic Colors of #498132

#498132

Complementary Color

#498132 #6a3281

#498132 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#498132 Color Preview on White Background

Lorem ipsum dolor sit amet.

#498132 Color CSS Codes

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

#498132 Text Font Color

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

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


#498132 Background Color

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

This div background color is #498132


#498132 Border Color

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

This div border color is #498132


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,129,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 #498132">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #498132


Comments

No comments written yet.

Please login to write comment.