Color Hex Logo

#494721 Color Hex

#494721
(73,71,33)
0 Favorites   0 Comments

Color spaces of #494721

RGB 737133
HSL0.160.380.21
HSV57°55°29°
CMYK 0.000.030.55   0.71
XYZ5.27546.03272.3252
Yxy6.03270.38690.4425
Hunter Lab24.5616-4.644011.5802
CIE-Lab29.4948-5.372722.9516

#494721 color RGB value is (73,71,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01000111 00100001
Octal 111 107 41
Decimal 73 71 33
Hex 49 47 21

RGB Percentages of Color #494721

%41.24
%40.11
%18.64

CMYK Percentages of Color #494721

%0
%3
%55
%71

Triadic Colors of #494721

#494721 #214947 #472149

Analogous Colors of #494721

#494721 #374921 #493321

Monochromatic Colors of #494721

#494721

Complementary Color

#494721 #212349

#494721 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494721 Color Preview on White Background

Lorem ipsum dolor sit amet.

#494721 Color CSS Codes

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

#494721 Text Font Color

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

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


#494721 Background Color

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

This div background color is #494721


#494721 Border Color

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

This div border color is #494721


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,71,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 #494721">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494721


Comments

No comments written yet.

Please login to write comment.