Color Hex Logo

#49832e Color Hex

#49832E
(73,131,46)
0 Favorites   0 Comments

Color spaces of #49832e

RGB 7313146
HSL0.280.480.35
HSV101°65°51°
CMYK 0.440.000.65   0.49
XYZ11.357117.84635.4309
Yxy17.84630.32790.5153
Hunter Lab42.2449-25.940721.9492
CIE-Lab49.3092-35.234138.9812

#49832e color RGB value is (73,131,46).

#49832e hex color red value is 73, green value is 131 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #49832e hue: 0.28 , saturation: 0.48 and the lightness value of 49832e is 0.35.

The process color (four color CMYK) of #49832e color hex is 0.44, 0.00, 0.65, 0.49. Web safe color of #49832e is #339933. Color #49832e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10000011 00101110
Octal 111 203 56
Decimal 73 131 46
Hex 49 83 2E

RGB Percentages of Color #49832e

%29.20
%52.40
%18.40

CMYK Percentages of Color #49832e

%44
%0
%65
%49

Triadic Colors of #49832e

#49832e #2e4983 #832e49

Analogous Colors of #49832e

#49832e #2e833e #74832e

Monochromatic Colors of #49832e

#49832e

Complementary Color

#49832e #682e83

#49832e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49832e Color Preview on White Background

Lorem ipsum dolor sit amet.

#49832e Color CSS Codes

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

#49832e Text Font Color

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

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


#49832e Background Color

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

This div background color is #49832e


#49832e Border Color

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

This div border color is #49832e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49832e


Comments

No comments written yet.

Please login to write comment.