Color Hex Logo

#494012 Color Hex

#494012
(73,64,18)
0 Favorites   0 Comments

Color spaces of #494012

RGB 736418
HSL0.140.600.18
HSV50°75°29°
CMYK 0.000.120.75   0.71
XYZ4.69025.12691.3147
Yxy5.12690.42130.4606
Hunter Lab22.6427-2.650212.4073
CIE-Lab27.0933-2.351928.4157

#494012 color RGB value is (73,64,18).

#494012 hex color red value is 73, green value is 64 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #494012 hue: 0.14 , saturation: 0.60 and the lightness value of 494012 is 0.18.

The process color (four color CMYK) of #494012 color hex is 0.00, 0.12, 0.75, 0.71. Web safe color of #494012 is #333300. Color #494012 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01000000 00010010
Octal 111 100 22
Decimal 73 64 18
Hex 49 40 12

RGB Percentages of Color #494012

%47.10
%41.29
%11.61

CMYK Percentages of Color #494012

%0
%12
%75
%71

Triadic Colors of #494012

#494012 #124940 #401249

Analogous Colors of #494012

#494012 #374912 #492512

Monochromatic Colors of #494012

#494012

Complementary Color

#494012 #121b49

#494012 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494012 Color Preview on White Background

Lorem ipsum dolor sit amet.

#494012 Color CSS Codes

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

#494012 Text Font Color

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

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


#494012 Background Color

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

This div background color is #494012


#494012 Border Color

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

This div border color is #494012


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494012


Comments

No comments written yet.

Please login to write comment.