Color Hex Logo

#49834d Color Hex

#49834D
(73,131,77)
0 Favorites   0 Comments

Color spaces of #49834d

RGB 7313177
HSL0.340.280.40
HSV124°44°51°
CMYK 0.440.000.41   0.49
XYZ12.203518.18499.8880
Yxy18.18490.30300.4515
Hunter Lab42.6438-23.544716.1028
CIE-Lab49.7196-31.031423.4125

#49834d color RGB value is (73,131,77).

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

The process color (four color CMYK) of #49834d color hex is 0.44, 0.00, 0.41, 0.49. Web safe color of #49834d is #339966. Color #49834d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10000011 01001101
Octal 111 203 115
Decimal 73 131 77
Hex 49 83 4D

RGB Percentages of Color #49834d

%25.98
%46.62
%27.40

CMYK Percentages of Color #49834d

%44
%0
%41
%49

Triadic Colors of #49834d

#49834d #4d4983 #834d49

Analogous Colors of #49834d

#49834d #49836a #628349

Monochromatic Colors of #49834d

#49834d

Complementary Color

#49834d #83497f

#49834d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49834d Color Preview on White Background

Lorem ipsum dolor sit amet.

#49834d Color CSS Codes

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

#49834d Text Font Color

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

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


#49834d Background Color

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

This div background color is #49834d


#49834d Border Color

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

This div border color is #49834d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49834d


Comments

No comments written yet.

Please login to write comment.