Color Hex Logo

#494b29 Color Hex

#494B29
(73,75,41)
0 Favorites   0 Comments

Color spaces of #494b29

RGB 737541
HSL0.180.290.23
HSV64°45°29°
CMYK 0.030.000.45   0.71
XYZ5.66406.60873.0749
Yxy6.60870.36900.4306
Hunter Lab25.7074-5.659810.9034
CIE-Lab30.8990-6.852519.9552

#494b29 color RGB value is (73,75,41).

#494b29 hex color red value is 73, green value is 75 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #494b29 hue: 0.18 , saturation: 0.29 and the lightness value of 494b29 is 0.23.

The process color (four color CMYK) of #494b29 color hex is 0.03, 0.00, 0.45, 0.71. Web safe color of #494b29 is #333333. Color #494b29 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01001011 00101001
Octal 111 113 51
Decimal 73 75 41
Hex 49 4B 29

RGB Percentages of Color #494b29

%38.62
%39.68
%21.69

CMYK Percentages of Color #494b29

%3
%0
%45
%71

Triadic Colors of #494b29

#494b29 #29494b #4b2949

Analogous Colors of #494b29

#494b29 #384b29 #4b3c29

Monochromatic Colors of #494b29

#494b29

Complementary Color

#494b29 #2b294b

#494b29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494b29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#494b29 Color CSS Codes

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

#494b29 Text Font Color

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

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


#494b29 Background Color

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

This div background color is #494b29


#494b29 Border Color

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

This div border color is #494b29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494b29


Comments

No comments written yet.

Please login to write comment.