Color Hex Logo

#493042 Color Hex

#493042
(73,48,66)
0 Favorites   0 Comments

Color spaces of #493042

RGB 734866
HSL0.880.210.24
HSV317°34°29°
CMYK 0.000.340.10   0.71
XYZ4.78803.92375.6593
Yxy3.92370.33320.2730
Hunter Lab19.80838.4818-3.0735
CIE-Lab23.417614.7577-6.6774

#493042 color RGB value is (73,48,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00110000 01000010
Octal 111 60 102
Decimal 73 48 66
Hex 49 30 42

RGB Percentages of Color #493042

%39.04
%25.67
%35.29

CMYK Percentages of Color #493042

%0
%34
%10
%71

Triadic Colors of #493042

#493042 #424930 #304249

Analogous Colors of #493042

#493042 #493036 #443049

Monochromatic Colors of #493042

#493042

Complementary Color

#493042 #304937

#493042 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#493042 Color Preview on White Background

Lorem ipsum dolor sit amet.

#493042 Color CSS Codes

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

#493042 Text Font Color

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

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


#493042 Background Color

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

This div background color is #493042


#493042 Border Color

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

This div border color is #493042


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #493042


Comments

No comments written yet.

Please login to write comment.