Color Hex Logo

#49863c Color Hex

#49863C
(73,134,60)
0 Favorites   0 Comments

Color spaces of #49863c

RGB 7313460
HSL0.300.380.38
HSV109°55°53°
CMYK 0.460.000.55   0.47
XYZ12.088418.79297.2652
Yxy18.79290.31690.4927
Hunter Lab43.3508-26.089020.4091
CIE-Lab50.4440-34.949533.4391

#49863c color RGB value is (73,134,60).

#49863c hex color red value is 73, green value is 134 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #49863c hue: 0.30 , saturation: 0.38 and the lightness value of 49863c is 0.38.

The process color (four color CMYK) of #49863c color hex is 0.46, 0.00, 0.55, 0.47. Web safe color of #49863c is #339933. Color #49863c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10000110 00111100
Octal 111 206 74
Decimal 73 134 60
Hex 49 86 3C

RGB Percentages of Color #49863c

%27.34
%50.19
%22.47

CMYK Percentages of Color #49863c

%46
%0
%55
%47

Triadic Colors of #49863c

#49863c #3c4986 #863c49

Analogous Colors of #49863c

#49863c #3c8654 #6e863c

Monochromatic Colors of #49863c

#49863c

Complementary Color

#49863c #793c86

#49863c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49863c Color Preview on White Background

Lorem ipsum dolor sit amet.

#49863c Color CSS Codes

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

#49863c Text Font Color

<p style="color:#49863c">Text here</p>

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


#49863c Background Color

<div style="background-color:#49863c">
Div content here</div>

This div background color is #49863c


#49863c Border Color

<div style="border:3px solid #49863c">
Div here</div>

This div border color is #49863c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49863c


Comments

No comments written yet.

Please login to write comment.