Color Hex Logo

#49997a Color Hex

#49997A
(73,153,122)
0 Favorites   0 Comments

Color spaces of #49997a

RGB 73153122
HSL0.440.350.44
HSV157°52°60°
CMYK 0.520.000.20   0.40
XYZ17.651725.604122.4241
Yxy25.60410.26880.3898
Hunter Lab50.6005-26.28219.1454
CIE-Lab57.6593-32.22948.8902

#49997a color RGB value is (73,153,122).

#49997a hex color red value is 73, green value is 153 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #49997a hue: 0.44 , saturation: 0.35 and the lightness value of 49997a is 0.44.

The process color (four color CMYK) of #49997a color hex is 0.52, 0.00, 0.20, 0.40. Web safe color of #49997a is #339966. Color #49997a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10011001 01111010
Octal 111 231 172
Decimal 73 153 122
Hex 49 99 7A

RGB Percentages of Color #49997a

%20.98
%43.97
%35.06

CMYK Percentages of Color #49997a

%52
%0
%20
%40

Triadic Colors of #49997a

#49997a #7a4999 #997a49

Analogous Colors of #49997a

#49997a #499099 #499952

Monochromatic Colors of #49997a

#49997a

Complementary Color

#49997a #994968

#49997a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49997a Color Preview on White Background

Lorem ipsum dolor sit amet.

#49997a Color CSS Codes

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

#49997a Text Font Color

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

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


#49997a Background Color

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

This div background color is #49997a


#49997a Border Color

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

This div border color is #49997a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49997a


Comments

No comments written yet.

Please login to write comment.