Color Hex Logo

#498130 Color Hex

#498130
(73,129,48)
0 Favorites   0 Comments

Color spaces of #498130

RGB 7312948
HSL0.280.460.35
HSV101°63°51°
CMYK 0.430.000.63   0.49
XYZ11.131417.33045.5547
Yxy17.33040.32720.5095
Hunter Lab41.6298-25.123021.2297
CIE-Lab48.6737-34.137337.3303

#498130 color RGB value is (73,129,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10000001 00110000
Octal 111 201 60
Decimal 73 129 48
Hex 49 81 30

RGB Percentages of Color #498130

%29.20
%51.60
%19.20

CMYK Percentages of Color #498130

%43
%0
%63
%49

Triadic Colors of #498130

#498130 #304981 #813049

Analogous Colors of #498130

#498130 #308140 #728130

Monochromatic Colors of #498130

#498130

Complementary Color

#498130 #683081

#498130 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#498130 Color Preview on White Background

Lorem ipsum dolor sit amet.

#498130 Color CSS Codes

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

#498130 Text Font Color

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

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


#498130 Background Color

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

This div background color is #498130


#498130 Border Color

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

This div border color is #498130


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #498130


Comments

No comments written yet.

Please login to write comment.