Color Hex Logo

#49745a Color Hex

#49745A
(73,116,90)
0 Favorites   0 Comments

Color spaces of #49745a

RGB 7311690
HSL0.400.230.37
HSV144°37°45°
CMYK 0.370.000.22   0.55
XYZ10.838514.645411.9285
Yxy14.64540.28970.3915
Hunter Lab38.2693-16.41718.3079
CIE-Lab45.1446-21.09079.7233

#49745a color RGB value is (73,116,90).

#49745a hex color red value is 73, green value is 116 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #49745a hue: 0.40 , saturation: 0.23 and the lightness value of 49745a is 0.37.

The process color (four color CMYK) of #49745a color hex is 0.37, 0.00, 0.22, 0.55. Web safe color of #49745a is #336666. Color #49745a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01110100 01011010
Octal 111 164 132
Decimal 73 116 90
Hex 49 74 5A

RGB Percentages of Color #49745a

%26.16
%41.58
%32.26

CMYK Percentages of Color #49745a

%37
%0
%22
%55

Triadic Colors of #49745a

#49745a #5a4974 #745a49

Analogous Colors of #49745a

#49745a #497470 #4e7449

Monochromatic Colors of #49745a

#49745a

Complementary Color

#49745a #744963

#49745a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49745a Color Preview on White Background

Lorem ipsum dolor sit amet.

#49745a Color CSS Codes

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

#49745a Text Font Color

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

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


#49745a Background Color

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

This div background color is #49745a


#49745a Border Color

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

This div border color is #49745a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49745a


Comments

No comments written yet.

Please login to write comment.