Color Hex Logo

#490323 Color Hex

#490323
(73,3,35)
0 Favorites   0 Comments

Color spaces of #490323

RGB 73335
HSL0.920.920.15
HSV333°96°29°
CMYK 0.000.960.52   0.71
XYZ3.08361.60291.7370
Yxy1.60290.48000.2495
Hunter Lab12.660621.31940.7280
CIE-Lab13.247833.40090.0799

#490323 color RGB value is (73,3,35).

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

The process color (four color CMYK) of #490323 color hex is 0.00, 0.96, 0.52, 0.71. Web safe color of #490323 is #330033. Color #490323 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00000011 00100011
Octal 111 3 43
Decimal 73 3 35
Hex 49 3 23

RGB Percentages of Color #490323

%65.77
%2.70
%31.53

CMYK Percentages of Color #490323

%0
%96
%52
%71

Triadic Colors of #490323

#490323 #234903 #032349

Analogous Colors of #490323

#490323 #490603 #490346

Monochromatic Colors of #490323

#490323

Complementary Color

#490323 #034929

#490323 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#490323 Color Preview on White Background

Lorem ipsum dolor sit amet.

#490323 Color CSS Codes

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

#490323 Text Font Color

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

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


#490323 Background Color

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

This div background color is #490323


#490323 Border Color

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

This div border color is #490323


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #490323


Comments

No comments written yet.

Please login to write comment.