Color Hex Logo

#49535c Color Hex

#49535C
(73,83,92)
0 Favorites   0 Comments

Color spaces of #49535c

RGB 738392
HSL0.580.120.32
HSV208°21°36°
CMYK 0.210.100.00   0.64
XYZ7.77278.375711.3322
Yxy8.37570.28280.3048
Hunter Lab28.9408-2.7062-2.9573
CIE-Lab34.7534-1.7372-6.5707

#49535c color RGB value is (73,83,92).

#49535c hex color red value is 73, green value is 83 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #49535c hue: 0.58 , saturation: 0.12 and the lightness value of 49535c is 0.32.

The process color (four color CMYK) of #49535c color hex is 0.21, 0.10, 0.00, 0.64. Web safe color of #49535c is #336666. Color #49535c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01010011 01011100
Octal 111 123 134
Decimal 73 83 92
Hex 49 53 5C

RGB Percentages of Color #49535c

%29.44
%33.47
%37.10

CMYK Percentages of Color #49535c

%21
%10
%0
%64

Triadic Colors of #49535c

#49535c #5c4953 #535c49

Analogous Colors of #49535c

#49535c #494a5c #495c5c

Monochromatic Colors of #49535c

#49535c

Complementary Color

#49535c #5c5249

#49535c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49535c Color Preview on White Background

Lorem ipsum dolor sit amet.

#49535c Color CSS Codes

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

#49535c Text Font Color

<p style="color:#49535c">Text here</p>

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


#49535c Background Color

<div style="background-color:#49535c">
Div content here</div>

This div background color is #49535c


#49535c Border Color

<div style="border:3px solid #49535c">
Div here</div>

This div border color is #49535c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,83,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #49535c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #49535c;
  -webkit-box-shadow: 1px 1px 3px 2px #49535c;
  box-shadow:         1px 1px 3px 2px #49535c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49535c


Comments

No comments written yet.

Please login to write comment.