Color Hex Logo

#498649 Color Hex

#498649
(73,134,73)
0 Favorites   0 Comments

Color spaces of #498649

RGB 7313473
HSL0.330.290.41
HSV120°46°53°
CMYK 0.460.000.46   0.47
XYZ12.475318.94779.3031
Yxy18.94770.30630.4652
Hunter Lab43.5290-25.018017.7987
CIE-Lab50.6260-33.079226.7839

#498649 color RGB value is (73,134,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10000110 01001001
Octal 111 206 111
Decimal 73 134 73
Hex 49 86 49

RGB Percentages of Color #498649

%26.07
%47.86
%26.07

CMYK Percentages of Color #498649

%46
%0
%46
%47

Triadic Colors of #498649

#498649 #494986 #864949

Analogous Colors of #498649

#498649 #498668 #688649

Monochromatic Colors of #498649

#498649

Complementary Color

#498649 #864986

#498649 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#498649 Color Preview on White Background

Lorem ipsum dolor sit amet.

#498649 Color CSS Codes

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

#498649 Text Font Color

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

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


#498649 Background Color

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

This div background color is #498649


#498649 Border Color

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

This div border color is #498649


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #498649


Comments

No comments written yet.

Please login to write comment.