Color Hex Logo

#492705 Color Hex

#492705
(73,39,5)
0 Favorites   0 Comments

Color spaces of #492705

RGB 73395
HSL0.080.870.15
HSV30°93°29°
CMYK 0.000.470.93   0.71
XYZ3.50062.87850.5147
Yxy2.87850.50780.4175
Hunter Lab16.96617.138910.0776
CIE-Lab19.550613.120626.3459

#492705 color RGB value is (73,39,5).

#492705 hex color red value is 73, green value is 39 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #492705 hue: 0.08 , saturation: 0.87 and the lightness value of 492705 is 0.15.

The process color (four color CMYK) of #492705 color hex is 0.00, 0.47, 0.93, 0.71. Web safe color of #492705 is #333300. Color #492705 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00100111 00000101
Octal 111 47 5
Decimal 73 39 5
Hex 49 27 5

RGB Percentages of Color #492705

%62.39
%33.33
%4.27

CMYK Percentages of Color #492705

%0
%47
%93
%71

Triadic Colors of #492705

#492705 #054927 #270549

Analogous Colors of #492705

#492705 #494905 #490505

Monochromatic Colors of #492705

#492705

Complementary Color

#492705 #052749

#492705 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#492705 Color Preview on White Background

Lorem ipsum dolor sit amet.

#492705 Color CSS Codes

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

#492705 Text Font Color

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

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


#492705 Background Color

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

This div background color is #492705


#492705 Border Color

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

This div border color is #492705


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #492705


Comments

No comments written yet.

Please login to write comment.