Color Hex Logo

#494306 Color Hex

#494306
(73,67,6)
0 Favorites   0 Comments

Color spaces of #494306

RGB 73676
HSL0.150.850.15
HSV55°92°29°
CMYK 0.000.080.92   0.71
XYZ4.78775.44390.9707
Yxy5.44390.42740.4860
Hunter Lab23.3322-4.203613.8658
CIE-Lab27.9637-4.841734.3292

#494306 color RGB value is (73,67,6).

#494306 hex color red value is 73, green value is 67 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #494306 hue: 0.15 , saturation: 0.85 and the lightness value of 494306 is 0.15.

The process color (four color CMYK) of #494306 color hex is 0.00, 0.08, 0.92, 0.71. Web safe color of #494306 is #333300. Color #494306 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01000011 00000110
Octal 111 103 6
Decimal 73 67 6
Hex 49 43 6

RGB Percentages of Color #494306

%50.00
%45.89
%4.11

CMYK Percentages of Color #494306

%0
%8
%92
%71

Triadic Colors of #494306

#494306 #064943 #430649

Analogous Colors of #494306

#494306 #2e4906 #492206

Monochromatic Colors of #494306

#494306

Complementary Color

#494306 #060c49

#494306 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494306 Color Preview on White Background

Lorem ipsum dolor sit amet.

#494306 Color CSS Codes

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

#494306 Text Font Color

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

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


#494306 Background Color

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

This div background color is #494306


#494306 Border Color

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

This div border color is #494306


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494306


Comments

No comments written yet.

Please login to write comment.