Color Hex Logo

#49836d Color Hex

#49836D
(73,131,109)
0 Favorites   0 Comments

Color spaces of #49836d

RGB 73131109
HSL0.440.280.40
HSV157°44°51°
CMYK 0.440.000.17   0.49
XYZ13.624318.753217.3697
Yxy18.75320.27390.3770
Hunter Lab43.3050-19.62536.5321
CIE-Lab50.3972-24.52006.0085

#49836d color RGB value is (73,131,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10000011 01101101
Octal 111 203 155
Decimal 73 131 109
Hex 49 83 6D

RGB Percentages of Color #49836d

%23.32
%41.85
%34.82

CMYK Percentages of Color #49836d

%44
%0
%17
%49

Triadic Colors of #49836d

#49836d #6d4983 #836d49

Analogous Colors of #49836d

#49836d #497c83 #498350

Monochromatic Colors of #49836d

#49836d

Complementary Color

#49836d #83495f

#49836d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49836d Color Preview on White Background

Lorem ipsum dolor sit amet.

#49836d Color CSS Codes

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

#49836d Text Font Color

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

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


#49836d Background Color

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

This div background color is #49836d


#49836d Border Color

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

This div border color is #49836d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49836d


Comments

No comments written yet.

Please login to write comment.