Color Hex Logo

#493345 Color Hex

#493345
(73,51,69)
0 Favorites   0 Comments

Color spaces of #493345

RGB 735169
HSL0.860.180.24
HSV311°30°29°
CMYK 0.000.300.05   0.71
XYZ5.00574.21386.1797
Yxy4.21380.32510.2736
Hunter Lab20.52757.6045-3.4796
CIE-Lab24.366013.4269-7.2632

#493345 color RGB value is (73,51,69).

#493345 hex color red value is 73, green value is 51 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #493345 hue: 0.86 , saturation: 0.18 and the lightness value of 493345 is 0.24.

The process color (four color CMYK) of #493345 color hex is 0.00, 0.30, 0.05, 0.71. Web safe color of #493345 is #333333. Color #493345 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00110011 01000101
Octal 111 63 105
Decimal 73 51 69
Hex 49 33 45

RGB Percentages of Color #493345

%37.82
%26.42
%35.75

CMYK Percentages of Color #493345

%0
%30
%5
%71

Triadic Colors of #493345

#493345 #454933 #334549

Analogous Colors of #493345

#493345 #49333a #423349

Monochromatic Colors of #493345

#493345

Complementary Color

#493345 #334937

#493345 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#493345 Color Preview on White Background

Lorem ipsum dolor sit amet.

#493345 Color CSS Codes

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

#493345 Text Font Color

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

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


#493345 Background Color

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

This div background color is #493345


#493345 Border Color

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

This div border color is #493345


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #493345


Comments

No comments written yet.

Please login to write comment.