Color Hex Logo

#494c3e Color Hex

#494C3E
(73,76,62)
0 Favorites   0 Comments

Color spaces of #494c3e

RGB 737662
HSL0.200.100.27
HSV73°18°30°
CMYK 0.040.000.18   0.70
XYZ6.20166.93325.5688
Yxy6.93320.33160.3707
Hunter Lab26.3310-4.03805.8923
CIE-Lab31.6544-4.11537.9239

#494c3e color RGB value is (73,76,62).

#494c3e hex color red value is 73, green value is 76 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #494c3e hue: 0.20 , saturation: 0.10 and the lightness value of 494c3e is 0.27.

The process color (four color CMYK) of #494c3e color hex is 0.04, 0.00, 0.18, 0.70. Web safe color of #494c3e is #333333. Color #494c3e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01001100 00111110
Octal 111 114 76
Decimal 73 76 62
Hex 49 4C 3E

RGB Percentages of Color #494c3e

%34.60
%36.02
%29.38

CMYK Percentages of Color #494c3e

%4
%0
%18
%70

Triadic Colors of #494c3e

#494c3e #3e494c #4c3e49

Analogous Colors of #494c3e

#494c3e #424c3e #4c483e

Monochromatic Colors of #494c3e

#494c3e

Complementary Color

#494c3e #413e4c

#494c3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494c3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#494c3e Color CSS Codes

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

#494c3e Text Font Color

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

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


#494c3e Background Color

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

This div background color is #494c3e


#494c3e Border Color

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

This div border color is #494c3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494c3e


Comments

No comments written yet.

Please login to write comment.