Color Hex Logo

#49805e Color Hex

#49805E
(73,128,94)
0 Favorites   0 Comments

Color spaces of #49805e

RGB 7312894
HSL0.400.270.39
HSV143°43°50°
CMYK 0.430.000.27   0.50
XYZ12.487217.663013.3408
Yxy17.66300.28710.4061
Hunter Lab42.0274-20.511910.5987
CIE-Lab49.0848-26.355412.8798

#49805e color RGB value is (73,128,94).

#49805e hex color red value is 73, green value is 128 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #49805e hue: 0.40 , saturation: 0.27 and the lightness value of 49805e is 0.39.

The process color (four color CMYK) of #49805e color hex is 0.43, 0.00, 0.27, 0.50. Web safe color of #49805e is #339966. Color #49805e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10000000 01011110
Octal 111 200 136
Decimal 73 128 94
Hex 49 80 5E

RGB Percentages of Color #49805e

%24.75
%43.39
%31.86

CMYK Percentages of Color #49805e

%43
%0
%27
%50

Triadic Colors of #49805e

#49805e #5e4980 #805e49

Analogous Colors of #49805e

#49805e #49807a #508049

Monochromatic Colors of #49805e

#49805e

Complementary Color

#49805e #80496b

#49805e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49805e Color Preview on White Background

Lorem ipsum dolor sit amet.

#49805e Color CSS Codes

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

#49805e Text Font Color

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

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


#49805e Background Color

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

This div background color is #49805e


#49805e Border Color

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

This div border color is #49805e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49805e


Comments

No comments written yet.

Please login to write comment.