Color Hex Logo

#494319 Color Hex

#494319
(73,67,25)
0 Favorites   0 Comments

Color spaces of #494319

RGB 736725
HSL0.150.490.19
HSV53°66°29°
CMYK 0.000.080.66   0.71
XYZ4.93035.50101.7216
Yxy5.50100.40570.4526
Hunter Lab23.4542-3.522512.0659
CIE-Lab28.1169-3.686625.8655

#494319 color RGB value is (73,67,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01000011 00011001
Octal 111 103 31
Decimal 73 67 25
Hex 49 43 19

RGB Percentages of Color #494319

%44.24
%40.61
%15.15

CMYK Percentages of Color #494319

%0
%8
%66
%71

Triadic Colors of #494319

#494319 #194943 #431949

Analogous Colors of #494319

#494319 #374919 #492b19

Monochromatic Colors of #494319

#494319

Complementary Color

#494319 #191f49

#494319 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494319 Color Preview on White Background

Lorem ipsum dolor sit amet.

#494319 Color CSS Codes

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

#494319 Text Font Color

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

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


#494319 Background Color

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

This div background color is #494319


#494319 Border Color

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

This div border color is #494319


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494319


Comments

No comments written yet.

Please login to write comment.