Color Hex Logo

#49501e Color Hex

#49501E
(73,80,30)
0 Favorites   0 Comments

Color spaces of #49501e

RGB 738030
HSL0.190.450.22
HSV68°63°31°
CMYK 0.090.000.63   0.69
XYZ5.85077.24752.3188
Yxy7.24750.37950.4701
Hunter Lab26.9212-8.319213.7380
CIE-Lab32.3638-11.043927.9492

#49501e color RGB value is (73,80,30).

#49501e hex color red value is 73, green value is 80 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #49501e hue: 0.19 , saturation: 0.45 and the lightness value of 49501e is 0.22.

The process color (four color CMYK) of #49501e color hex is 0.09, 0.00, 0.63, 0.69. Web safe color of #49501e is #336633. Color #49501e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01010000 00011110
Octal 111 120 36
Decimal 73 80 30
Hex 49 50 1E

RGB Percentages of Color #49501e

%39.89
%43.72
%16.39

CMYK Percentages of Color #49501e

%9
%0
%63
%69

Triadic Colors of #49501e

#49501e #1e4950 #501e49

Analogous Colors of #49501e

#49501e #30501e #503e1e

Monochromatic Colors of #49501e

#49501e

Complementary Color

#49501e #251e50

#49501e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49501e Color Preview on White Background

Lorem ipsum dolor sit amet.

#49501e Color CSS Codes

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

#49501e Text Font Color

<p style="color:#49501e">Text here</p>

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


#49501e Background Color

<div style="background-color:#49501e">
Div content here</div>

This div background color is #49501e


#49501e Border Color

<div style="border:3px solid #49501e">
Div here</div>

This div border color is #49501e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,80,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #49501e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #49501e;
  -webkit-box-shadow: 1px 1px 3px 2px #49501e;
  box-shadow:         1px 1px 3px 2px #49501e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49501e


Comments

No comments written yet.

Please login to write comment.