Color Hex Logo

#490618 Color Hex

#490618
(73,6,24)
0 Favorites   0 Comments

Color spaces of #490618

RGB 73624
HSL0.960.850.15
HSV344°92°29°
CMYK 0.000.920.67   0.71
XYZ2.97761.61271.0185
Yxy1.61270.53090.2875
Hunter Lab12.699219.62954.1343
CIE-Lab13.307331.29598.3896

#490618 color RGB value is (73,6,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00000110 00011000
Octal 111 6 30
Decimal 73 6 24
Hex 49 6 18

RGB Percentages of Color #490618

%70.87
%5.83
%23.30

CMYK Percentages of Color #490618

%0
%92
%67
%71

Triadic Colors of #490618

#490618 #184906 #061849

Analogous Colors of #490618

#490618 #491606 #49063a

Monochromatic Colors of #490618

#490618

Complementary Color

#490618 #064937

#490618 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#490618 Color Preview on White Background

Lorem ipsum dolor sit amet.

#490618 Color CSS Codes

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

#490618 Text Font Color

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

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


#490618 Background Color

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

This div background color is #490618


#490618 Border Color

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

This div border color is #490618


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #490618


Comments

No comments written yet.

Please login to write comment.