Color Hex Logo

#494625 Color Hex

#494625
(73,70,37)
0 Favorites   0 Comments

Color spaces of #494625

RGB 737037
HSL0.150.330.22
HSV55°49°29°
CMYK 0.000.040.49   0.71
XYZ5.27175.93042.6171
Yxy5.93040.38150.4291
Hunter Lab24.3524-3.975910.6749
CIE-Lab29.2362-4.302620.2747

#494625 color RGB value is (73,70,37).

#494625 hex color red value is 73, green value is 70 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #494625 hue: 0.15 , saturation: 0.33 and the lightness value of 494625 is 0.22.

The process color (four color CMYK) of #494625 color hex is 0.00, 0.04, 0.49, 0.71. Web safe color of #494625 is #333333. Color #494625 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01000110 00100101
Octal 111 106 45
Decimal 73 70 37
Hex 49 46 25

RGB Percentages of Color #494625

%40.56
%38.89
%20.56

CMYK Percentages of Color #494625

%0
%4
%49
%71

Triadic Colors of #494625

#494625 #254946 #462549

Analogous Colors of #494625

#494625 #3a4925 #493425

Monochromatic Colors of #494625

#494625

Complementary Color

#494625 #252849

#494625 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494625 Color Preview on White Background

Lorem ipsum dolor sit amet.

#494625 Color CSS Codes

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

#494625 Text Font Color

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

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


#494625 Background Color

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

This div background color is #494625


#494625 Border Color

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

This div border color is #494625


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494625


Comments

No comments written yet.

Please login to write comment.