Color Hex Logo

#49585e Color Hex

#49585E
(73,88,94)
0 Favorites   0 Comments

Color spaces of #49585e

RGB 738894
HSL0.550.130.33
HSV197°22°37°
CMYK 0.220.060.00   0.63
XYZ8.25789.204111.9310
Yxy9.20410.28090.3131
Hunter Lab30.3383-4.5059-2.0799
CIE-Lab36.3743-4.2999-5.4047

#49585e color RGB value is (73,88,94).

#49585e hex color red value is 73, green value is 88 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #49585e hue: 0.55 , saturation: 0.13 and the lightness value of 49585e is 0.33.

The process color (four color CMYK) of #49585e color hex is 0.22, 0.06, 0.00, 0.63. Web safe color of #49585e is #336666. Color #49585e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01011000 01011110
Octal 111 130 136
Decimal 73 88 94
Hex 49 58 5E

RGB Percentages of Color #49585e

%28.63
%34.51
%36.86

CMYK Percentages of Color #49585e

%22
%6
%0
%63

Triadic Colors of #49585e

#49585e #5e4958 #585e49

Analogous Colors of #49585e

#49585e #494e5e #495e5a

Monochromatic Colors of #49585e

#49585e

Complementary Color

#49585e #5e4f49

#49585e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49585e Color Preview on White Background

Lorem ipsum dolor sit amet.

#49585e Color CSS Codes

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

#49585e Text Font Color

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

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


#49585e Background Color

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

This div background color is #49585e


#49585e Border Color

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

This div border color is #49585e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,88,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #49585e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #49585e;
  -webkit-box-shadow: 1px 1px 3px 2px #49585e;
  box-shadow:         1px 1px 3px 2px #49585e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49585e


Comments

No comments written yet.

Please login to write comment.