Color Hex Logo

#491006 Color Hex

#491006
(73,16,6)
0 Favorites   0 Comments

Color spaces of #491006

RGB 73166
HSL0.020.850.15
HSV92°29°
CMYK 0.000.780.92   0.71
XYZ2.96581.80020.3635
Yxy1.80020.57820.3510
Hunter Lab13.417215.97667.7857
CIE-Lab14.401726.370119.6313

#491006 color RGB value is (73,16,6).

#491006 hex color red value is 73, green value is 16 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #491006 hue: 0.02 , saturation: 0.85 and the lightness value of 491006 is 0.15.

The process color (four color CMYK) of #491006 color hex is 0.00, 0.78, 0.92, 0.71. Web safe color of #491006 is #330000. Color #491006 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00010000 00000110
Octal 111 20 6
Decimal 73 16 6
Hex 49 10 6

RGB Percentages of Color #491006

%76.84
%16.84
%6.32

CMYK Percentages of Color #491006

%0
%78
%92
%71

Triadic Colors of #491006

#491006 #064910 #100649

Analogous Colors of #491006

#491006 #493206 #49061e

Monochromatic Colors of #491006

#491006

Complementary Color

#491006 #063f49

#491006 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#491006 Color Preview on White Background

Lorem ipsum dolor sit amet.

#491006 Color CSS Codes

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

#491006 Text Font Color

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

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


#491006 Background Color

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

This div background color is #491006


#491006 Border Color

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

This div border color is #491006


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #491006


Comments

No comments written yet.

Please login to write comment.