Color Hex Logo

#494421 Color Hex

#494421
(73,68,33)
0 Favorites   0 Comments

Color spaces of #494421

RGB 736833
HSL0.150.380.21
HSV53°55°29°
CMYK 0.000.070.55   0.71
XYZ5.08935.66052.2632
Yxy5.66050.39110.4350
Hunter Lab23.7918-3.452811.0143
CIE-Lab28.5393-3.523621.8017

#494421 color RGB value is (73,68,33).

#494421 hex color red value is 73, green value is 68 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #494421 hue: 0.15 , saturation: 0.38 and the lightness value of 494421 is 0.21.

The process color (four color CMYK) of #494421 color hex is 0.00, 0.07, 0.55, 0.71. Web safe color of #494421 is #333333. Color #494421 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01000100 00100001
Octal 111 104 41
Decimal 73 68 33
Hex 49 44 21

RGB Percentages of Color #494421

%41.95
%39.08
%18.97

CMYK Percentages of Color #494421

%0
%7
%55
%71

Triadic Colors of #494421

#494421 #214944 #442149

Analogous Colors of #494421

#494421 #3a4921 #493021

Monochromatic Colors of #494421

#494421

Complementary Color

#494421 #212649

#494421 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494421 Color Preview on White Background

Lorem ipsum dolor sit amet.

#494421 Color CSS Codes

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

#494421 Text Font Color

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

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


#494421 Background Color

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

This div background color is #494421


#494421 Border Color

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

This div border color is #494421


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494421


Comments

No comments written yet.

Please login to write comment.