Color Hex Logo

#493342 Color Hex

#493342
(73,51,66)
0 Favorites   0 Comments

Color spaces of #493342

RGB 735166
HSL0.890.180.24
HSV319°30°29°
CMYK 0.000.300.10   0.71
XYZ4.91484.17755.7015
Yxy4.17750.33220.2824
Hunter Lab20.43897.1544-2.2319
CIE-Lab24.249812.7865-5.4276

#493342 color RGB value is (73,51,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00110011 01000010
Octal 111 63 102
Decimal 73 51 66
Hex 49 33 42

RGB Percentages of Color #493342

%38.42
%26.84
%34.74

CMYK Percentages of Color #493342

%0
%30
%10
%71

Triadic Colors of #493342

#493342 #424933 #334249

Analogous Colors of #493342

#493342 #493337 #453349

Monochromatic Colors of #493342

#493342

Complementary Color

#493342 #33493a

#493342 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#493342 Color Preview on White Background

Lorem ipsum dolor sit amet.

#493342 Color CSS Codes

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

#493342 Text Font Color

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

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


#493342 Background Color

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

This div background color is #493342


#493342 Border Color

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

This div border color is #493342


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #493342


Comments

No comments written yet.

Please login to write comment.