Color Hex Logo

#491304 Color Hex

#491304
(73,19,4)
0 Favorites   0 Comments

Color spaces of #491304

RGB 73194
HSL0.040.900.15
HSV13°95°29°
CMYK 0.000.740.95   0.71
XYZ3.00241.89100.3216
Yxy1.89100.57570.3626
Hunter Lab13.751414.90798.2394
CIE-Lab14.904524.847821.0974

#491304 color RGB value is (73,19,4).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00010011 00000100
Octal 111 23 4
Decimal 73 19 4
Hex 49 13 4

RGB Percentages of Color #491304

%76.04
%19.79
%4.17

CMYK Percentages of Color #491304

%0
%74
%95
%71

Triadic Colors of #491304

#491304 #044913 #130449

Analogous Colors of #491304

#491304 #493604 #490417

Monochromatic Colors of #491304

#491304

Complementary Color

#491304 #043a49

#491304 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#491304 Color Preview on White Background

Lorem ipsum dolor sit amet.

#491304 Color CSS Codes

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

#491304 Text Font Color

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

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


#491304 Background Color

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

This div background color is #491304


#491304 Border Color

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

This div border color is #491304


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #491304


Comments

No comments written yet.

Please login to write comment.