Color Hex Logo

#493207 Color Hex

#493207
(73,50,7)
0 Favorites   0 Comments

Color spaces of #493207

RGB 73507
HSL0.110.830.16
HSV39°90°29°
CMYK 0.000.320.90   0.71
XYZ3.92663.71300.7107
Yxy3.71300.47020.4447
Hunter Lab19.26912.653111.3016
CIE-Lab22.69906.041428.9707

#493207 color RGB value is (73,50,7).

#493207 hex color red value is 73, green value is 50 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #493207 hue: 0.11 , saturation: 0.83 and the lightness value of 493207 is 0.16.

The process color (four color CMYK) of #493207 color hex is 0.00, 0.32, 0.90, 0.71. Web safe color of #493207 is #333300. Color #493207 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00110010 00000111
Octal 111 62 7
Decimal 73 50 7
Hex 49 32 7

RGB Percentages of Color #493207

%56.15
%38.46
%5.38

CMYK Percentages of Color #493207

%0
%32
%90
%71

Triadic Colors of #493207

#493207 #074932 #320749

Analogous Colors of #493207

#493207 #3f4907 #491107

Monochromatic Colors of #493207

#493207

Complementary Color

#493207 #071e49

#493207 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#493207 Color Preview on White Background

Lorem ipsum dolor sit amet.

#493207 Color CSS Codes

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

#493207 Text Font Color

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

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


#493207 Background Color

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

This div background color is #493207


#493207 Border Color

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

This div border color is #493207


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #493207


Comments

No comments written yet.

Please login to write comment.