Color Hex Logo

#494f47 Color Hex

#494F47
(73,79,71)
0 Favorites   0 Comments

Color spaces of #494f47

RGB 737971
HSL0.290.050.29
HSV105°10°31°
CMYK 0.080.000.10   0.69
XYZ6.68107.46347.0497
Yxy7.46340.31520.3521
Hunter Lab27.3192-4.15593.8237
CIE-Lab32.8394-4.16473.8964

#494f47 color RGB value is (73,79,71).

#494f47 hex color red value is 73, green value is 79 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #494f47 hue: 0.29 , saturation: 0.05 and the lightness value of 494f47 is 0.29.

The process color (four color CMYK) of #494f47 color hex is 0.08, 0.00, 0.10, 0.69. Web safe color of #494f47 is #336633. Color #494f47 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01001111 01000111
Octal 111 117 107
Decimal 73 79 71
Hex 49 4F 47

RGB Percentages of Color #494f47

%32.74
%35.43
%31.84

CMYK Percentages of Color #494f47

%8
%0
%10
%69

Triadic Colors of #494f47

#494f47 #47494f #4f4749

Analogous Colors of #494f47

#494f47 #474f49 #4d4f47

Monochromatic Colors of #494f47

#494f47

Complementary Color

#494f47 #4d474f

#494f47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494f47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#494f47 Color CSS Codes

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

#494f47 Text Font Color

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

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


#494f47 Background Color

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

This div background color is #494f47


#494f47 Border Color

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

This div border color is #494f47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494f47


Comments

No comments written yet.

Please login to write comment.