Color Hex Logo

#491003 Color Hex

#491003
(73,16,3)
0 Favorites   0 Comments

Color spaces of #491003

RGB 73163
HSL0.030.920.15
HSV11°96°29°
CMYK 0.000.780.96   0.71
XYZ2.94941.79360.2769
Yxy1.79360.58750.3573
Hunter Lab13.392515.87368.1489
CIE-Lab14.364526.239720.8058

#491003 color RGB value is (73,16,3).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00010000 00000011
Octal 111 20 3
Decimal 73 16 3
Hex 49 10 3

RGB Percentages of Color #491003

%79.35
%17.39
%3.26

CMYK Percentages of Color #491003

%0
%78
%96
%71

Triadic Colors of #491003

#491003 #034910 #100349

Analogous Colors of #491003

#491003 #493303 #490319

Monochromatic Colors of #491003

#491003

Complementary Color

#491003 #033c49

#491003 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#491003 Color Preview on White Background

Lorem ipsum dolor sit amet.

#491003 Color CSS Codes

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

#491003 Text Font Color

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

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


#491003 Background Color

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

This div background color is #491003


#491003 Border Color

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

This div border color is #491003


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #491003


Comments

No comments written yet.

Please login to write comment.