Color Hex Logo

#493544 Color Hex

#493544
(73,53,68)
0 Favorites   0 Comments

Color spaces of #493544

RGB 735368
HSL0.880.160.25
HSV315°27°29°
CMYK 0.000.270.07   0.71
XYZ5.06414.38006.0474
Yxy4.38000.32690.2827
Hunter Lab20.92846.5672-2.4823
CIE-Lab24.889911.8948-5.8075

#493544 color RGB value is (73,53,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00110101 01000100
Octal 111 65 104
Decimal 73 53 68
Hex 49 35 44

RGB Percentages of Color #493544

%37.63
%27.32
%35.05

CMYK Percentages of Color #493544

%0
%27
%7
%71

Triadic Colors of #493544

#493544 #444935 #354449

Analogous Colors of #493544

#493544 #49353a #443549

Monochromatic Colors of #493544

#493544

Complementary Color

#493544 #35493a

#493544 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#493544 Color Preview on White Background

Lorem ipsum dolor sit amet.

#493544 Color CSS Codes

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

#493544 Text Font Color

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

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


#493544 Background Color

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

This div background color is #493544


#493544 Border Color

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

This div border color is #493544


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,53,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 #493544">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #493544


Comments

No comments written yet.

Please login to write comment.