Color Hex Logo

#49886a Color Hex

#49886A
(73,136,106)
0 Favorites   0 Comments

Color spaces of #49886a

RGB 73136106
HSL0.420.300.41
HSV151°46°53°
CMYK 0.460.000.22   0.47
XYZ14.153320.065416.7627
Yxy20.06540.27760.3936
Hunter Lab44.7944-21.99129.1689
CIE-Lab51.9111-27.70159.8971

#49886a color RGB value is (73,136,106).

#49886a hex color red value is 73, green value is 136 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #49886a hue: 0.42 , saturation: 0.30 and the lightness value of 49886a is 0.41.

The process color (four color CMYK) of #49886a color hex is 0.46, 0.00, 0.22, 0.47. Web safe color of #49886a is #339966. Color #49886a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10001000 01101010
Octal 111 210 152
Decimal 73 136 106
Hex 49 88 6A

RGB Percentages of Color #49886a

%23.17
%43.17
%33.65

CMYK Percentages of Color #49886a

%46
%0
%22
%47

Triadic Colors of #49886a

#49886a #6a4988 #886a49

Analogous Colors of #49886a

#49886a #498788 #49884b

Monochromatic Colors of #49886a

#49886a

Complementary Color

#49886a #884967

#49886a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49886a Color Preview on White Background

Lorem ipsum dolor sit amet.

#49886a Color CSS Codes

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

#49886a Text Font Color

<p style="color:#49886a">Text here</p>

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


#49886a Background Color

<div style="background-color:#49886a">
Div content here</div>

This div background color is #49886a


#49886a Border Color

<div style="border:3px solid #49886a">
Div here</div>

This div border color is #49886a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,136,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #49886a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #49886a;
  -webkit-box-shadow: 1px 1px 3px 2px #49886a;
  box-shadow:         1px 1px 3px 2px #49886a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49886a


Comments

No comments written yet.

Please login to write comment.