Color Hex Logo

#494311 Color Hex

#494311
(73,67,17)
0 Favorites   0 Comments

Color spaces of #494311

RGB 736717
HSL0.150.620.18
HSV54°77°29°
CMYK 0.000.080.77   0.71
XYZ4.85605.47121.3304
Yxy5.47120.41660.4693
Hunter Lab23.3906-3.876113.0011
CIE-Lab28.0371-4.284029.8611

#494311 color RGB value is (73,67,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01000011 00010001
Octal 111 103 21
Decimal 73 67 17
Hex 49 43 11

RGB Percentages of Color #494311

%46.50
%42.68
%10.83

CMYK Percentages of Color #494311

%0
%8
%77
%71

Triadic Colors of #494311

#494311 #114943 #431149

Analogous Colors of #494311

#494311 #334911 #492711

Monochromatic Colors of #494311

#494311

Complementary Color

#494311 #111749

#494311 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494311 Color Preview on White Background

Lorem ipsum dolor sit amet.

#494311 Color CSS Codes

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

#494311 Text Font Color

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

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


#494311 Background Color

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

This div background color is #494311


#494311 Border Color

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

This div border color is #494311


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494311


Comments

No comments written yet.

Please login to write comment.