Color Hex Logo

#493d17 Color Hex

#493D17
(73,61,23)
0 Favorites   0 Comments

Color spaces of #493d17

RGB 736123
HSL0.130.520.19
HSV46°68°29°
CMYK 0.000.160.68   0.71
XYZ4.57114.81581.4992
Yxy4.81580.41990.4424
Hunter Lab21.9449-1.222311.3110
CIE-Lab26.2034-0.081824.8283

#493d17 color RGB value is (73,61,23).

#493d17 hex color red value is 73, green value is 61 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #493d17 hue: 0.13 , saturation: 0.52 and the lightness value of 493d17 is 0.19.

The process color (four color CMYK) of #493d17 color hex is 0.00, 0.16, 0.68, 0.71. Web safe color of #493d17 is #333300. Color #493d17 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00111101 00010111
Octal 111 75 27
Decimal 73 61 23
Hex 49 3D 17

RGB Percentages of Color #493d17

%46.50
%38.85
%14.65

CMYK Percentages of Color #493d17

%0
%16
%68
%71

Triadic Colors of #493d17

#493d17 #17493d #3d1749

Analogous Colors of #493d17

#493d17 #3c4917 #492417

Monochromatic Colors of #493d17

#493d17

Complementary Color

#493d17 #172349

#493d17 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#493d17 Color Preview on White Background

Lorem ipsum dolor sit amet.

#493d17 Color CSS Codes

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

#493d17 Text Font Color

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

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


#493d17 Background Color

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

This div background color is #493d17


#493d17 Border Color

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

This div border color is #493d17


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,61,23, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #493d17; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #493d17;
  -webkit-box-shadow: 1px 1px 3px 2px #493d17;
  box-shadow:         1px 1px 3px 2px #493d17; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #493d17


Comments

No comments written yet.

Please login to write comment.