Color Hex Logo

#493802 Color Hex

#493802
(73,56,2)
0 Favorites   0 Comments

Color spaces of #493802

RGB 73562
HSL0.130.950.15
HSV46°97°29°
CMYK 0.000.230.97   0.71
XYZ4.17284.24920.6577
Yxy4.24920.45960.4680
Hunter Lab20.61360.059912.5378
CIE-Lab24.47871.909632.7974

#493802 color RGB value is (73,56,2).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00111000 00000010
Octal 111 70 2
Decimal 73 56 2
Hex 49 38 2

RGB Percentages of Color #493802

%55.73
%42.75
%1.53

CMYK Percentages of Color #493802

%0
%23
%97
%71

Triadic Colors of #493802

#493802 #024938 #380249

Analogous Colors of #493802

#493802 #364902 #491502

Monochromatic Colors of #493802

#493802

Complementary Color

#493802 #021349

#493802 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#493802 Color Preview on White Background

Lorem ipsum dolor sit amet.

#493802 Color CSS Codes

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

#493802 Text Font Color

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

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


#493802 Background Color

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

This div background color is #493802


#493802 Border Color

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

This div border color is #493802


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,56,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 #493802">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #493802


Comments

No comments written yet.

Please login to write comment.