Color Hex Logo

#49734f Color Hex

#49734F
(73,115,79)
0 Favorites   0 Comments

Color spaces of #49734f

RGB 7311579
HSL0.360.220.37
HSV129°37°45°
CMYK 0.370.000.31   0.55
XYZ10.289714.24249.6039
Yxy14.24240.30140.4172
Hunter Lab37.7391-17.374811.3292
CIE-Lab44.5786-22.814115.4180

#49734f color RGB value is (73,115,79).

#49734f hex color red value is 73, green value is 115 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #49734f hue: 0.36 , saturation: 0.22 and the lightness value of 49734f is 0.37.

The process color (four color CMYK) of #49734f color hex is 0.37, 0.00, 0.31, 0.55. Web safe color of #49734f is #336666. Color #49734f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01110011 01001111
Octal 111 163 117
Decimal 73 115 79
Hex 49 73 4F

RGB Percentages of Color #49734f

%27.34
%43.07
%29.59

CMYK Percentages of Color #49734f

%37
%0
%31
%55

Triadic Colors of #49734f

#49734f #4f4973 #734f49

Analogous Colors of #49734f

#49734f #497364 #587349

Monochromatic Colors of #49734f

#49734f

Complementary Color

#49734f #73496d

#49734f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49734f Color Preview on White Background

Lorem ipsum dolor sit amet.

#49734f Color CSS Codes

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

#49734f Text Font Color

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

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


#49734f Background Color

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

This div background color is #49734f


#49734f Border Color

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

This div border color is #49734f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49734f


Comments

No comments written yet.

Please login to write comment.