Color Hex Logo

#498950 Color Hex

#498950
(73,137,80)
0 Favorites   0 Comments

Color spaces of #498950

RGB 7313780
HSL0.350.300.41
HSV127°47°54°
CMYK 0.470.000.42   0.46
XYZ13.141319.887010.7354
Yxy19.88700.30030.4544
Hunter Lab44.5948-25.440216.9434
CIE-Lab51.7092-33.304724.3448

#498950 color RGB value is (73,137,80).

#498950 hex color red value is 73, green value is 137 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #498950 hue: 0.35 , saturation: 0.30 and the lightness value of 498950 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10001001 01010000
Octal 111 211 120
Decimal 73 137 80
Hex 49 89 50

RGB Percentages of Color #498950

%25.17
%47.24
%27.59

CMYK Percentages of Color #498950

%47
%0
%42
%46

Triadic Colors of #498950

#498950 #504989 #895049

Analogous Colors of #498950

#498950 #498970 #628949

Monochromatic Colors of #498950

#498950

Complementary Color

#498950 #894982

#498950 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#498950 Color Preview on White Background

Lorem ipsum dolor sit amet.

#498950 Color CSS Codes

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

#498950 Text Font Color

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

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


#498950 Background Color

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

This div background color is #498950


#498950 Border Color

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

This div border color is #498950


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #498950


Comments

No comments written yet.

Please login to write comment.