Color Hex Logo

#493641 Color Hex

#493641
(73,54,65)
0 Favorites   0 Comments

Color spaces of #493641

RGB 735465
HSL0.900.150.25
HSV325°26°29°
CMYK 0.000.260.11   0.71
XYZ5.02104.43655.5927
Yxy4.43650.33360.2948
Hunter Lab21.06305.6906-0.9987
CIE-Lab25.065010.6049-3.5431

#493641 color RGB value is (73,54,65).

#493641 hex color red value is 73, green value is 54 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #493641 hue: 0.90 , saturation: 0.15 and the lightness value of 493641 is 0.25.

The process color (four color CMYK) of #493641 color hex is 0.00, 0.26, 0.11, 0.71. Web safe color of #493641 is #333333. Color #493641 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00110110 01000001
Octal 111 66 101
Decimal 73 54 65
Hex 49 36 41

RGB Percentages of Color #493641

%38.02
%28.13
%33.85

CMYK Percentages of Color #493641

%0
%26
%11
%71

Triadic Colors of #493641

#493641 #414936 #364149

Analogous Colors of #493641

#493641 #493638 #483649

Monochromatic Colors of #493641

#493641

Complementary Color

#493641 #36493e

#493641 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#493641 Color Preview on White Background

Lorem ipsum dolor sit amet.

#493641 Color CSS Codes

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

#493641 Text Font Color

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

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


#493641 Background Color

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

This div background color is #493641


#493641 Border Color

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

This div border color is #493641


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #493641


Comments

No comments written yet.

Please login to write comment.