Color Hex Logo

#490712 Color Hex

#490712
(73,7,18)
0 Favorites   0 Comments

Color spaces of #490712

RGB 73718
HSL0.970.830.16
HSV350°90°29°
CMYK 0.000.900.75   0.71
XYZ2.93281.61210.7289
Yxy1.61210.55610.3057
Hunter Lab12.696919.01165.4841
CIE-Lab13.303730.517112.5116

#490712 color RGB value is (73,7,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00000111 00010010
Octal 111 7 22
Decimal 73 7 18
Hex 49 7 12

RGB Percentages of Color #490712

%74.49
%7.14
%18.37

CMYK Percentages of Color #490712

%0
%90
%75
%71

Triadic Colors of #490712

#490712 #124907 #071249

Analogous Colors of #490712

#490712 #491d07 #490733

Monochromatic Colors of #490712

#490712

Complementary Color

#490712 #07493e

#490712 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#490712 Color Preview on White Background

Lorem ipsum dolor sit amet.

#490712 Color CSS Codes

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

#490712 Text Font Color

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

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


#490712 Background Color

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

This div background color is #490712


#490712 Border Color

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

This div border color is #490712


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #490712


Comments

No comments written yet.

Please login to write comment.