Color Hex Logo

#491418 Color Hex

#491418
(73,20,24)
0 Favorites   0 Comments

Color spaces of #491418

RGB 732024
HSL0.990.570.18
HSV355°73°29°
CMYK 0.000.730.67   0.71
XYZ3.16271.98271.0802
Yxy1.98270.50800.3185
Hunter Lab14.080815.45155.3082
CIE-Lab15.396225.492711.1568

#491418 color RGB value is (73,20,24).

#491418 hex color red value is 73, green value is 20 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #491418 hue: 0.99 , saturation: 0.57 and the lightness value of 491418 is 0.18.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00010100 00011000
Octal 111 24 30
Decimal 73 20 24
Hex 49 14 18

RGB Percentages of Color #491418

%62.39
%17.09
%20.51

CMYK Percentages of Color #491418

%0
%73
%67
%71

Triadic Colors of #491418

#491418 #184914 #141849

Analogous Colors of #491418

#491418 #492b14 #491433

Monochromatic Colors of #491418

#491418

Complementary Color

#491418 #144945

#491418 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#491418 Color Preview on White Background

Lorem ipsum dolor sit amet.

#491418 Color CSS Codes

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

#491418 Text Font Color

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

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


#491418 Background Color

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

This div background color is #491418


#491418 Border Color

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

This div border color is #491418


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #491418


Comments

No comments written yet.

Please login to write comment.