Color Hex Logo

#49835e Color Hex

#49835E
(73,131,94)
0 Favorites   0 Comments

Color spaces of #49835e

RGB 7313194
HSL0.390.280.40
HSV142°44°51°
CMYK 0.440.000.28   0.49
XYZ12.884318.457213.4732
Yxy18.45720.28750.4119
Hunter Lab42.9618-21.650911.4794
CIE-Lab50.0460-27.832314.2095

#49835e color RGB value is (73,131,94).

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

The process color (four color CMYK) of #49835e color hex is 0.44, 0.00, 0.28, 0.49. Web safe color of #49835e is #339966. Color #49835e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10000011 01011110
Octal 111 203 136
Decimal 73 131 94
Hex 49 83 5E

RGB Percentages of Color #49835e

%24.50
%43.96
%31.54

CMYK Percentages of Color #49835e

%44
%0
%28
%49

Triadic Colors of #49835e

#49835e #5e4983 #835e49

Analogous Colors of #49835e

#49835e #49837b #518349

Monochromatic Colors of #49835e

#49835e

Complementary Color

#49835e #83496e

#49835e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49835e Color Preview on White Background

Lorem ipsum dolor sit amet.

#49835e Color CSS Codes

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

#49835e Text Font Color

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

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


#49835e Background Color

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

This div background color is #49835e


#49835e Border Color

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

This div border color is #49835e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49835e


Comments

No comments written yet.

Please login to write comment.