Color Hex Logo

#494217 Color Hex

#494217
(73,66,23)
0 Favorites   0 Comments

Color spaces of #494217

RGB 736623
HSL0.140.520.19
HSV52°68°29°
CMYK 0.000.100.68   0.71
XYZ4.85055.37481.5924
Yxy5.37480.41040.4548
Hunter Lab23.1836-3.225412.1561
CIE-Lab27.7769-3.232726.5679

#494217 color RGB value is (73,66,23).

#494217 hex color red value is 73, green value is 66 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #494217 hue: 0.14 , saturation: 0.52 and the lightness value of 494217 is 0.19.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01000010 00010111
Octal 111 102 27
Decimal 73 66 23
Hex 49 42 17

RGB Percentages of Color #494217

%45.06
%40.74
%14.20

CMYK Percentages of Color #494217

%0
%10
%68
%71

Triadic Colors of #494217

#494217 #174942 #421749

Analogous Colors of #494217

#494217 #374917 #492917

Monochromatic Colors of #494217

#494217

Complementary Color

#494217 #171e49

#494217 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494217 Color Preview on White Background

Lorem ipsum dolor sit amet.

#494217 Color CSS Codes

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

#494217 Text Font Color

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

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


#494217 Background Color

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

This div background color is #494217


#494217 Border Color

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

This div border color is #494217


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494217


Comments

No comments written yet.

Please login to write comment.