Color Hex Logo

#494905 Color Hex

#494905
(73,73,5)
0 Favorites   0 Comments

Color spaces of #494905

RGB 73735
HSL0.170.870.15
HSV60°93°29°
CMYK 0.000.000.93   0.71
XYZ5.15766.19251.0670
Yxy6.19250.41540.4987
Hunter Lab24.8847-6.552414.8771
CIE-Lab29.8930-8.519536.3271

#494905 color RGB value is (73,73,5).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01001001 00000101
Octal 111 111 5
Decimal 73 73 5
Hex 49 49 5

RGB Percentages of Color #494905

%48.34
%48.34
%3.31

CMYK Percentages of Color #494905

%0
%0
%93
%71

Triadic Colors of #494905

#494905 #054949 #490549

Analogous Colors of #494905

#494905 #274905 #492705

Monochromatic Colors of #494905

#494905

Complementary Color

#494905 #050549

#494905 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494905 Color Preview on White Background

Lorem ipsum dolor sit amet.

#494905 Color CSS Codes

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

#494905 Text Font Color

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

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


#494905 Background Color

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

This div background color is #494905


#494905 Border Color

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

This div border color is #494905


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494905


Comments

No comments written yet.

Please login to write comment.