Color Hex Logo

#494307 Color Hex

#494307
(73,67,7)
0 Favorites   0 Comments

Color spaces of #494307

RGB 73677
HSL0.150.830.16
HSV55°90°29°
CMYK 0.000.080.90   0.71
XYZ4.79325.44610.9996
Yxy5.44610.42650.4846
Hunter Lab23.3369-4.177113.7962
CIE-Lab27.9697-4.796633.9318

#494307 color RGB value is (73,67,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01000011 00000111
Octal 111 103 7
Decimal 73 67 7
Hex 49 43 7

RGB Percentages of Color #494307

%49.66
%45.58
%4.76

CMYK Percentages of Color #494307

%0
%8
%90
%71

Triadic Colors of #494307

#494307 #074943 #430749

Analogous Colors of #494307

#494307 #2e4907 #492207

Monochromatic Colors of #494307

#494307

Complementary Color

#494307 #070d49

#494307 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494307 Color Preview on White Background

Lorem ipsum dolor sit amet.

#494307 Color CSS Codes

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

#494307 Text Font Color

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

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


#494307 Background Color

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

This div background color is #494307


#494307 Border Color

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

This div border color is #494307


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494307


Comments

No comments written yet.

Please login to write comment.