Color Hex Logo

#49864e Color Hex

#49864E
(73,134,78)
0 Favorites   0 Comments

Color spaces of #49864e

RGB 7313478
HSL0.350.290.41
HSV125°46°53°
CMYK 0.460.000.42   0.47
XYZ12.647919.016710.2117
Yxy19.01670.30200.4541
Hunter Lab43.6081-24.542916.6418
CIE-Lab50.7067-32.260924.1440

#49864e color RGB value is (73,134,78).

#49864e hex color red value is 73, green value is 134 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #49864e hue: 0.35 , saturation: 0.29 and the lightness value of 49864e is 0.41.

The process color (four color CMYK) of #49864e color hex is 0.46, 0.00, 0.42, 0.47. Web safe color of #49864e is #339966. Color #49864e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10000110 01001110
Octal 111 206 116
Decimal 73 134 78
Hex 49 86 4E

RGB Percentages of Color #49864e

%25.61
%47.02
%27.37

CMYK Percentages of Color #49864e

%46
%0
%42
%47

Triadic Colors of #49864e

#49864e #4e4986 #864e49

Analogous Colors of #49864e

#49864e #49866d #638649

Monochromatic Colors of #49864e

#49864e

Complementary Color

#49864e #864981

#49864e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49864e Color Preview on White Background

Lorem ipsum dolor sit amet.

#49864e Color CSS Codes

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

#49864e Text Font Color

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

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


#49864e Background Color

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

This div background color is #49864e


#49864e Border Color

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

This div border color is #49864e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49864e


Comments

No comments written yet.

Please login to write comment.