Color Hex Logo

#490524 Color Hex

#490524
(73,5,36)
0 Favorites   0 Comments

Color spaces of #490524

RGB 73536
HSL0.920.870.15
HSV333°93°29°
CMYK 0.000.930.51   0.71
XYZ3.12041.65241.8235
Yxy1.65240.47310.2505
Hunter Lab12.854620.83470.5875
CIE-Lab13.545832.7482-0.2285

#490524 color RGB value is (73,5,36).

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

The process color (four color CMYK) of #490524 color hex is 0.00, 0.93, 0.51, 0.71. Web safe color of #490524 is #330033. Color #490524 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00000101 00100100
Octal 111 5 44
Decimal 73 5 36
Hex 49 5 24

RGB Percentages of Color #490524

%64.04
%4.39
%31.58

CMYK Percentages of Color #490524

%0
%93
%51
%71

Triadic Colors of #490524

#490524 #244905 #052449

Analogous Colors of #490524

#490524 #490805 #490546

Monochromatic Colors of #490524

#490524

Complementary Color

#490524 #05492a

#490524 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#490524 Color Preview on White Background

Lorem ipsum dolor sit amet.

#490524 Color CSS Codes

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

#490524 Text Font Color

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

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


#490524 Background Color

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

This div background color is #490524


#490524 Border Color

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

This div border color is #490524


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #490524


Comments

No comments written yet.

Please login to write comment.