Color Hex Logo

#49883d Color Hex

#49883D
(73,136,61)
0 Favorites   0 Comments

Color spaces of #49883d

RGB 7313661
HSL0.310.380.39
HSV110°55°53°
CMYK 0.460.000.55   0.47
XYZ12.394119.36177.4988
Yxy19.36170.31570.4932
Hunter Lab44.0019-26.725020.6972
CIE-Lab51.1077-35.708233.7231

#49883d color RGB value is (73,136,61).

#49883d hex color red value is 73, green value is 136 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #49883d hue: 0.31 , saturation: 0.38 and the lightness value of 49883d is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10001000 00111101
Octal 111 210 75
Decimal 73 136 61
Hex 49 88 3D

RGB Percentages of Color #49883d

%27.04
%50.37
%22.59

CMYK Percentages of Color #49883d

%46
%0
%55
%47

Triadic Colors of #49883d

#49883d #3d4988 #883d49

Analogous Colors of #49883d

#49883d #3d8857 #6f883d

Monochromatic Colors of #49883d

#49883d

Complementary Color

#49883d #7c3d88

#49883d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49883d Color Preview on White Background

Lorem ipsum dolor sit amet.

#49883d Color CSS Codes

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

#49883d Text Font Color

<p style="color:#49883d">Text here</p>

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


#49883d Background Color

<div style="background-color:#49883d">
Div content here</div>

This div background color is #49883d


#49883d Border Color

<div style="border:3px solid #49883d">
Div here</div>

This div border color is #49883d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49883d


Comments

No comments written yet.

Please login to write comment.