Color Hex Logo

#490515 Color Hex

#490515
(73,5,21)
0 Favorites   0 Comments

Color spaces of #490515

RGB 73521
HSL0.960.870.15
HSV346°93°29°
CMYK 0.000.930.71   0.71
XYZ2.93731.57920.8595
Yxy1.57920.54640.2938
Hunter Lab12.566619.73074.7415
CIE-Lab13.103031.462410.2975

#490515 color RGB value is (73,5,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00000101 00010101
Octal 111 5 25
Decimal 73 5 21
Hex 49 5 15

RGB Percentages of Color #490515

%73.74
%5.05
%21.21

CMYK Percentages of Color #490515

%0
%93
%71
%71

Triadic Colors of #490515

#490515 #154905 #051549

Analogous Colors of #490515

#490515 #491705 #490537

Monochromatic Colors of #490515

#490515

Complementary Color

#490515 #054939

#490515 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#490515 Color Preview on White Background

Lorem ipsum dolor sit amet.

#490515 Color CSS Codes

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

#490515 Text Font Color

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

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


#490515 Background Color

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

This div background color is #490515


#490515 Border Color

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

This div border color is #490515


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #490515


Comments

No comments written yet.

Please login to write comment.