Color Hex Logo

#494f34 Color Hex

#494F34
(73,79,52)
0 Favorites   0 Comments

Color spaces of #494f34

RGB 737952
HSL0.200.210.26
HSV73°34°31°
CMYK 0.080.000.34   0.69
XYZ6.16357.25644.3246
Yxy7.25640.34730.4089
Hunter Lab26.9377-6.29929.3379
CIE-Lab32.3836-7.671815.1822

#494f34 color RGB value is (73,79,52).

#494f34 hex color red value is 73, green value is 79 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #494f34 hue: 0.20 , saturation: 0.21 and the lightness value of 494f34 is 0.26.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01001111 00110100
Octal 111 117 64
Decimal 73 79 52
Hex 49 4F 34

RGB Percentages of Color #494f34

%35.78
%38.73
%25.49

CMYK Percentages of Color #494f34

%8
%0
%34
%69

Triadic Colors of #494f34

#494f34 #34494f #4f3449

Analogous Colors of #494f34

#494f34 #3c4f34 #4f4834

Monochromatic Colors of #494f34

#494f34

Complementary Color

#494f34 #3a344f

#494f34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494f34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#494f34 Color CSS Codes

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

#494f34 Text Font Color

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

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


#494f34 Background Color

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

This div background color is #494f34


#494f34 Border Color

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

This div border color is #494f34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494f34


Comments

No comments written yet.

Please login to write comment.