Color Hex Logo

#49803f Color Hex

#49803F
(73,128,63)
0 Favorites   0 Comments

Color spaces of #49803f

RGB 7312863
HSL0.310.340.37
HSV111°51°50°
CMYK 0.430.000.51   0.50
XYZ11.364017.21377.4263
Yxy17.21370.31560.4781
Hunter Lab41.4894-23.715118.4301
CIE-Lab48.5282-31.818029.5407

#49803f color RGB value is (73,128,63).

#49803f hex color red value is 73, green value is 128 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #49803f hue: 0.31 , saturation: 0.34 and the lightness value of 49803f is 0.37.

The process color (four color CMYK) of #49803f color hex is 0.43, 0.00, 0.51, 0.50. Web safe color of #49803f is #339933. Color #49803f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10000000 00111111
Octal 111 200 77
Decimal 73 128 63
Hex 49 80 3F

RGB Percentages of Color #49803f

%27.65
%48.48
%23.86

CMYK Percentages of Color #49803f

%43
%0
%51
%50

Triadic Colors of #49803f

#49803f #3f4980 #803f49

Analogous Colors of #49803f

#49803f #3f8056 #6a803f

Monochromatic Colors of #49803f

#49803f

Complementary Color

#49803f #763f80

#49803f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49803f Color Preview on White Background

Lorem ipsum dolor sit amet.

#49803f Color CSS Codes

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

#49803f Text Font Color

<p style="color:#49803f">Text here</p>

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


#49803f Background Color

<div style="background-color:#49803f">
Div content here</div>

This div background color is #49803f


#49803f Border Color

<div style="border:3px solid #49803f">
Div here</div>

This div border color is #49803f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49803f

#49803f Color Palettes


Comments

No comments written yet.

Please login to write comment.