Color Hex Logo

#494525 Color Hex

#494525
(73,69,37)
0 Favorites   0 Comments

Color spaces of #494525

RGB 736937
HSL0.150.330.22
HSV53°49°29°
CMYK 0.000.050.49   0.71
XYZ5.20975.80632.5964
Yxy5.80630.38270.4265
Hunter Lab24.0963-3.576110.4788
CIE-Lab28.9184-3.683419.8794

#494525 color RGB value is (73,69,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01000101 00100101
Octal 111 105 45
Decimal 73 69 37
Hex 49 45 25

RGB Percentages of Color #494525

%40.78
%38.55
%20.67

CMYK Percentages of Color #494525

%0
%5
%49
%71

Triadic Colors of #494525

#494525 #254945 #452549

Analogous Colors of #494525

#494525 #3b4925 #493325

Monochromatic Colors of #494525

#494525

Complementary Color

#494525 #252949

#494525 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494525 Color Preview on White Background

Lorem ipsum dolor sit amet.

#494525 Color CSS Codes

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

#494525 Text Font Color

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

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


#494525 Background Color

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

This div background color is #494525


#494525 Border Color

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

This div border color is #494525


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494525


Comments

No comments written yet.

Please login to write comment.