Color Hex Logo

#494512 Color Hex

#494512
(73,69,18)
0 Favorites   0 Comments

Color spaces of #494512

RGB 736918
HSL0.150.600.18
HSV56°75°29°
CMYK 0.000.050.75   0.71
XYZ4.98505.71641.4129
Yxy5.71640.41150.4719
Hunter Lab23.9090-4.623713.2326
CIE-Lab28.6854-5.449830.0457

#494512 color RGB value is (73,69,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01000101 00010010
Octal 111 105 22
Decimal 73 69 18
Hex 49 45 12

RGB Percentages of Color #494512

%45.63
%43.13
%11.25

CMYK Percentages of Color #494512

%0
%5
%75
%71

Triadic Colors of #494512

#494512 #124945 #451249

Analogous Colors of #494512

#494512 #324912 #492a12

Monochromatic Colors of #494512

#494512

Complementary Color

#494512 #121649

#494512 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494512 Color Preview on White Background

Lorem ipsum dolor sit amet.

#494512 Color CSS Codes

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

#494512 Text Font Color

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

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


#494512 Background Color

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

This div background color is #494512


#494512 Border Color

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

This div border color is #494512


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494512


Comments

No comments written yet.

Please login to write comment.