Color Hex Logo

#493302 Color Hex

#493302
(73,51,2)
0 Favorites   0 Comments

Color spaces of #493302

RGB 73512
HSL0.120.950.15
HSV41°97°29°
CMYK 0.000.300.97   0.71
XYZ3.94243.78850.5809
Yxy3.78850.47430.4558
Hunter Lab19.46412.092611.8554
CIE-Lab22.95955.149931.2765

#493302 color RGB value is (73,51,2).

#493302 hex color red value is 73, green value is 51 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #493302 hue: 0.12 , saturation: 0.95 and the lightness value of 493302 is 0.15.

The process color (four color CMYK) of #493302 color hex is 0.00, 0.30, 0.97, 0.71. Web safe color of #493302 is #333300. Color #493302 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00110011 00000010
Octal 111 63 2
Decimal 73 51 2
Hex 49 33 2

RGB Percentages of Color #493302

%57.94
%40.48
%1.59

CMYK Percentages of Color #493302

%0
%30
%97
%71

Triadic Colors of #493302

#493302 #024933 #330249

Analogous Colors of #493302

#493302 #3c4902 #491002

Monochromatic Colors of #493302

#493302

Complementary Color

#493302 #021849

#493302 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#493302 Color Preview on White Background

Lorem ipsum dolor sit amet.

#493302 Color CSS Codes

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

#493302 Text Font Color

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

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


#493302 Background Color

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

This div background color is #493302


#493302 Border Color

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

This div border color is #493302


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #493302


Comments

No comments written yet.

Please login to write comment.