Color Hex Logo

#494108 Color Hex

#494108
(73,65,8)
0 Favorites   0 Comments

Color spaces of #494108

RGB 73658
HSL0.150.800.16
HSV53°89°29°
CMYK 0.000.110.89   0.71
XYZ4.68185.21460.9895
Yxy5.21460.43010.4790
Hunter Lab22.8355-3.365513.4157
CIE-Lab27.3376-3.514532.9836

#494108 color RGB value is (73,65,8).

#494108 hex color red value is 73, green value is 65 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #494108 hue: 0.15 , saturation: 0.80 and the lightness value of 494108 is 0.16.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01000001 00001000
Octal 111 101 10
Decimal 73 65 8
Hex 49 41 8

RGB Percentages of Color #494108

%50.00
%44.52
%5.48

CMYK Percentages of Color #494108

%0
%11
%89
%71

Triadic Colors of #494108

#494108 #084941 #410849

Analogous Colors of #494108

#494108 #314908 #492108

Monochromatic Colors of #494108

#494108

Complementary Color

#494108 #081049

#494108 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494108 Color Preview on White Background

Lorem ipsum dolor sit amet.

#494108 Color CSS Codes

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

#494108 Text Font Color

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

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


#494108 Background Color

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

This div background color is #494108


#494108 Border Color

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

This div border color is #494108


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494108


Comments

No comments written yet.

Please login to write comment.