Color Hex Logo

#494f3f Color Hex

#494F3F
(73,79,63)
0 Favorites   0 Comments

Color spaces of #494f3f

RGB 737963
HSL0.230.110.28
HSV83°20°31°
CMYK 0.080.000.20   0.69
XYZ6.44087.36735.7852
Yxy7.36730.32870.3760
Hunter Lab27.1428-5.14306.3629
CIE-Lab32.6289-5.76048.6547

#494f3f color RGB value is (73,79,63).

#494f3f hex color red value is 73, green value is 79 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #494f3f hue: 0.23 , saturation: 0.11 and the lightness value of 494f3f is 0.28.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01001111 00111111
Octal 111 117 77
Decimal 73 79 63
Hex 49 4F 3F

RGB Percentages of Color #494f3f

%33.95
%36.74
%29.30

CMYK Percentages of Color #494f3f

%8
%0
%20
%69

Triadic Colors of #494f3f

#494f3f #3f494f #4f3f49

Analogous Colors of #494f3f

#494f3f #414f3f #4f4d3f

Monochromatic Colors of #494f3f

#494f3f

Complementary Color

#494f3f #453f4f

#494f3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494f3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#494f3f Color CSS Codes

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

#494f3f Text Font Color

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

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


#494f3f Background Color

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

This div background color is #494f3f


#494f3f Border Color

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

This div border color is #494f3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494f3f


Comments

No comments written yet.

Please login to write comment.