Color Hex Logo

#494342 Color Hex

#494342
(73,67,66)
0 Favorites   0 Comments

Color spaces of #494342

RGB 736766
HSL0.020.050.27
HSV10°29°
CMYK 0.000.080.10   0.71
XYZ5.73825.82415.9760
Yxy5.82410.32720.3321
Hunter Lab24.13320.20932.2115
CIE-Lab28.96432.33581.5188

#494342 color RGB value is (73,67,66).

#494342 hex color red value is 73, green value is 67 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #494342 hue: 0.02 , saturation: 0.05 and the lightness value of 494342 is 0.27.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01000011 01000010
Octal 111 103 102
Decimal 73 67 66
Hex 49 43 42

RGB Percentages of Color #494342

%35.44
%32.52
%32.04

CMYK Percentages of Color #494342

%0
%8
%10
%71

Triadic Colors of #494342

#494342 #424943 #434249

Analogous Colors of #494342

#494342 #494742 #494245

Monochromatic Colors of #494342

#494342

Complementary Color

#494342 #424849

#494342 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494342 Color Preview on White Background

Lorem ipsum dolor sit amet.

#494342 Color CSS Codes

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

#494342 Text Font Color

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

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


#494342 Background Color

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

This div background color is #494342


#494342 Border Color

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

This div border color is #494342


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494342


Comments

No comments written yet.

Please login to write comment.