Color Hex Logo

#49585d Color Hex

#49585D
(73,88,93)
0 Favorites   0 Comments

Color spaces of #49585d

RGB 738893
HSL0.540.120.33
HSV195°22°36°
CMYK 0.220.050.00   0.64
XYZ8.21329.186211.6962
Yxy9.18620.28230.3157
Hunter Lab30.3087-4.6696-1.6640
CIE-Lab36.3403-4.5528-4.8312

#49585d color RGB value is (73,88,93).

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

The process color (four color CMYK) of #49585d color hex is 0.22, 0.05, 0.00, 0.64. Web safe color of #49585d is #336666. Color #49585d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01011000 01011101
Octal 111 130 135
Decimal 73 88 93
Hex 49 58 5D

RGB Percentages of Color #49585d

%28.74
%34.65
%36.61

CMYK Percentages of Color #49585d

%22
%5
%0
%64

Triadic Colors of #49585d

#49585d #5d4958 #585d49

Analogous Colors of #49585d

#49585d #494e5d #495d58

Monochromatic Colors of #49585d

#49585d

Complementary Color

#49585d #5d4e49

#49585d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49585d Color Preview on White Background

Lorem ipsum dolor sit amet.

#49585d Color CSS Codes

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

#49585d Text Font Color

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

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


#49585d Background Color

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

This div background color is #49585d


#49585d Border Color

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

This div border color is #49585d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49585d


Comments

No comments written yet.

Please login to write comment.