Color Hex Logo

#493931 Color Hex

#493931
(73,57,49)
0 Favorites   0 Comments

Color spaces of #493931

RGB 735749
HSL0.060.200.24
HSV20°33°29°
CMYK 0.000.220.33   0.71
XYZ4.76524.56453.5356
Yxy4.56450.37040.3548
Hunter Lab21.36472.42465.1435
CIE-Lab25.45625.67717.6697

#493931 color RGB value is (73,57,49).

#493931 hex color red value is 73, green value is 57 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #493931 hue: 0.06 , saturation: 0.20 and the lightness value of 493931 is 0.24.

The process color (four color CMYK) of #493931 color hex is 0.00, 0.22, 0.33, 0.71. Web safe color of #493931 is #333333. Color #493931 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00111001 00110001
Octal 111 71 61
Decimal 73 57 49
Hex 49 39 31

RGB Percentages of Color #493931

%40.78
%31.84
%27.37

CMYK Percentages of Color #493931

%0
%22
%33
%71

Triadic Colors of #493931

#493931 #314939 #393149

Analogous Colors of #493931

#493931 #494531 #493135

Monochromatic Colors of #493931

#493931

Complementary Color

#493931 #314149

#493931 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#493931 Color Preview on White Background

Lorem ipsum dolor sit amet.

#493931 Color CSS Codes

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

#493931 Text Font Color

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

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


#493931 Background Color

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

This div background color is #493931


#493931 Border Color

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

This div border color is #493931


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #493931


Comments

No comments written yet.

Please login to write comment.