Color Hex Logo

#493444 Color Hex

#493444
(73,52,68)
0 Favorites   0 Comments

Color spaces of #493444

RGB 735268
HSL0.870.170.25
HSV314°29°29°
CMYK 0.000.290.07   0.71
XYZ5.01904.28986.0323
Yxy4.28980.32720.2796
Hunter Lab20.71187.0094-2.7699
CIE-Lab24.607312.5529-6.2312

#493444 color RGB value is (73,52,68).

#493444 hex color red value is 73, green value is 52 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #493444 hue: 0.87 , saturation: 0.17 and the lightness value of 493444 is 0.25.

The process color (four color CMYK) of #493444 color hex is 0.00, 0.29, 0.07, 0.71. Web safe color of #493444 is #333333. Color #493444 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00110100 01000100
Octal 111 64 104
Decimal 73 52 68
Hex 49 34 44

RGB Percentages of Color #493444

%37.82
%26.94
%35.23

CMYK Percentages of Color #493444

%0
%29
%7
%71

Triadic Colors of #493444

#493444 #444934 #344449

Analogous Colors of #493444

#493444 #49343a #443449

Monochromatic Colors of #493444

#493444

Complementary Color

#493444 #344939

#493444 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#493444 Color Preview on White Background

Lorem ipsum dolor sit amet.

#493444 Color CSS Codes

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

#493444 Text Font Color

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

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


#493444 Background Color

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

This div background color is #493444


#493444 Border Color

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

This div border color is #493444


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,52,68, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #493444; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #493444;
  -webkit-box-shadow: 1px 1px 3px 2px #493444;
  box-shadow:         1px 1px 3px 2px #493444; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #493444


Comments

No comments written yet.

Please login to write comment.