Color Hex Logo

#498945 Color Hex

#498945
(73,137,69)
0 Favorites   0 Comments

Color spaces of #498945

RGB 7313769
HSL0.320.330.40
HSV116°50°54°
CMYK 0.470.000.50   0.46
XYZ12.767519.73758.7670
Yxy19.73750.30940.4782
Hunter Lab44.4269-26.449419.3988
CIE-Lab51.5391-35.046630.0839

#498945 color RGB value is (73,137,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10001001 01000101
Octal 111 211 105
Decimal 73 137 69
Hex 49 89 45

RGB Percentages of Color #498945

%26.16
%49.10
%24.73

CMYK Percentages of Color #498945

%47
%0
%50
%46

Triadic Colors of #498945

#498945 #454989 #894549

Analogous Colors of #498945

#498945 #458963 #6b8945

Monochromatic Colors of #498945

#498945

Complementary Color

#498945 #854589

#498945 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#498945 Color Preview on White Background

Lorem ipsum dolor sit amet.

#498945 Color CSS Codes

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

#498945 Text Font Color

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

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


#498945 Background Color

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

This div background color is #498945


#498945 Border Color

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

This div border color is #498945


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #498945


Comments

No comments written yet.

Please login to write comment.