Color Hex Logo

#494113 Color Hex

#494113
(73,65,19)
0 Favorites   0 Comments

Color spaces of #494113

RGB 736519
HSL0.140.590.18
HSV51°74°29°
CMYK 0.000.110.74   0.71
XYZ4.75555.24411.3777
Yxy5.24410.41800.4609
Hunter Lab22.9000-3.007012.4630
CIE-Lab27.4192-2.909428.2561

#494113 color RGB value is (73,65,19).

#494113 hex color red value is 73, green value is 65 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #494113 hue: 0.14 , saturation: 0.59 and the lightness value of 494113 is 0.18.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01000001 00010011
Octal 111 101 23
Decimal 73 65 19
Hex 49 41 13

RGB Percentages of Color #494113

%46.50
%41.40
%12.10

CMYK Percentages of Color #494113

%0
%11
%74
%71

Triadic Colors of #494113

#494113 #134941 #411349

Analogous Colors of #494113

#494113 #364913 #492613

Monochromatic Colors of #494113

#494113

Complementary Color

#494113 #131b49

#494113 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494113 Color Preview on White Background

Lorem ipsum dolor sit amet.

#494113 Color CSS Codes

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

#494113 Text Font Color

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

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


#494113 Background Color

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

This div background color is #494113


#494113 Border Color

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

This div border color is #494113


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494113


Comments

No comments written yet.

Please login to write comment.