Color Hex Logo

#490525 Color Hex

#490525
(73,5,37)
0 Favorites   0 Comments

Color spaces of #490525

RGB 73537
HSL0.920.870.15
HSV332°93°29°
CMYK 0.000.930.49   0.71
XYZ3.13591.65861.9051
Yxy1.65860.46810.2476
Hunter Lab12.878720.92630.2445
CIE-Lab13.582732.8538-0.9170

#490525 color RGB value is (73,5,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00000101 00100101
Octal 111 5 45
Decimal 73 5 37
Hex 49 5 25

RGB Percentages of Color #490525

%63.48
%4.35
%32.17

CMYK Percentages of Color #490525

%0
%93
%49
%71

Triadic Colors of #490525

#490525 #254905 #052549

Analogous Colors of #490525

#490525 #490705 #490547

Monochromatic Colors of #490525

#490525

Complementary Color

#490525 #054929

#490525 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#490525 Color Preview on White Background

Lorem ipsum dolor sit amet.

#490525 Color CSS Codes

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

#490525 Text Font Color

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

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


#490525 Background Color

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

This div background color is #490525


#490525 Border Color

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

This div border color is #490525


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #490525


Comments

No comments written yet.

Please login to write comment.