Color Hex Logo

#491506 Color Hex

#491506
(73,21,6)
0 Favorites   0 Comments

Color spaces of #491506

RGB 73216
HSL0.040.850.15
HSV13°92°29°
CMYK 0.000.710.92   0.71
XYZ3.04871.96590.3911
Yxy1.96590.56400.3637
Hunter Lab14.021114.27578.1609
CIE-Lab15.307323.920120.7978

#491506 color RGB value is (73,21,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00010101 00000110
Octal 111 25 6
Decimal 73 21 6
Hex 49 15 6

RGB Percentages of Color #491506

%73.00
%21.00
%6.00

CMYK Percentages of Color #491506

%0
%71
%92
%71

Triadic Colors of #491506

#491506 #064915 #150649

Analogous Colors of #491506

#491506 #493706 #490618

Monochromatic Colors of #491506

#491506

Complementary Color

#491506 #063a49

#491506 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#491506 Color Preview on White Background

Lorem ipsum dolor sit amet.

#491506 Color CSS Codes

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

#491506 Text Font Color

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

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


#491506 Background Color

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

This div background color is #491506


#491506 Border Color

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

This div border color is #491506


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,21,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 #491506">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #491506


Comments

No comments written yet.

Please login to write comment.