Color Hex Logo

#494220 Color Hex

#494220
(73,66,32)
0 Favorites   0 Comments

Color spaces of #494220

RGB 736632
HSL0.140.390.21
HSV50°56°29°
CMYK 0.000.100.56   0.71
XYZ4.95665.41722.1509
Yxy5.41720.39570.4325
Hunter Lab23.2749-2.717810.8133
CIE-Lab27.8918-2.385021.6104

#494220 color RGB value is (73,66,32).

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

The process color (four color CMYK) of #494220 color hex is 0.00, 0.10, 0.56, 0.71. Web safe color of #494220 is #333333. Color #494220 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01000010 00100000
Octal 111 102 40
Decimal 73 66 32
Hex 49 42 20

RGB Percentages of Color #494220

%42.69
%38.60
%18.71

CMYK Percentages of Color #494220

%0
%10
%56
%71

Triadic Colors of #494220

#494220 #204942 #422049

Analogous Colors of #494220

#494220 #3c4920 #492e20

Monochromatic Colors of #494220

#494220

Complementary Color

#494220 #202749

#494220 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494220 Color Preview on White Background

Lorem ipsum dolor sit amet.

#494220 Color CSS Codes

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

#494220 Text Font Color

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

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


#494220 Background Color

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

This div background color is #494220


#494220 Border Color

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

This div border color is #494220


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494220


Comments

No comments written yet.

Please login to write comment.