Color Hex Logo

#494125 Color Hex

#494125
(73,65,37)
0 Favorites   0 Comments

Color spaces of #494125

RGB 736537
HSL0.130.330.22
HSV47°49°29°
CMYK 0.000.110.49   0.71
XYZ4.97195.33062.5171
Yxy5.33060.38780.4158
Hunter Lab23.0881-1.96519.6978
CIE-Lab27.6566-1.179518.2960

#494125 color RGB value is (73,65,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01000001 00100101
Octal 111 101 45
Decimal 73 65 37
Hex 49 41 25

RGB Percentages of Color #494125

%41.71
%37.14
%21.14

CMYK Percentages of Color #494125

%0
%11
%49
%71

Triadic Colors of #494125

#494125 #254941 #412549

Analogous Colors of #494125

#494125 #3f4925 #492f25

Monochromatic Colors of #494125

#494125

Complementary Color

#494125 #252d49

#494125 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494125 Color Preview on White Background

Lorem ipsum dolor sit amet.

#494125 Color CSS Codes

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

#494125 Text Font Color

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

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


#494125 Background Color

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

This div background color is #494125


#494125 Border Color

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

This div border color is #494125


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494125


Comments

No comments written yet.

Please login to write comment.