Color Hex Logo

#498648 Color Hex

#498648
(73,134,72)
0 Favorites   0 Comments

Color spaces of #498648

RGB 7313472
HSL0.330.300.40
HSV119°46°53°
CMYK 0.460.000.46   0.47
XYZ12.442418.93459.1298
Yxy18.93450.30720.4674
Hunter Lab43.5138-25.108618.0198
CIE-Lab50.6105-33.236127.3076

#498648 color RGB value is (73,134,72).

#498648 hex color red value is 73, green value is 134 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #498648 hue: 0.33 , saturation: 0.30 and the lightness value of 498648 is 0.40.

The process color (four color CMYK) of #498648 color hex is 0.46, 0.00, 0.46, 0.47. Web safe color of #498648 is #339933. Color #498648 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10000110 01001000
Octal 111 206 110
Decimal 73 134 72
Hex 49 86 48

RGB Percentages of Color #498648

%26.16
%48.03
%25.81

CMYK Percentages of Color #498648

%46
%0
%46
%47

Triadic Colors of #498648

#498648 #484986 #864849

Analogous Colors of #498648

#498648 #488666 #688648

Monochromatic Colors of #498648

#498648

Complementary Color

#498648 #854886

#498648 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#498648 Color Preview on White Background

Lorem ipsum dolor sit amet.

#498648 Color CSS Codes

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

#498648 Text Font Color

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

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


#498648 Background Color

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

This div background color is #498648


#498648 Border Color

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

This div border color is #498648


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #498648


Comments

No comments written yet.

Please login to write comment.