Color Hex Logo

#49764d Color Hex

#49764D
(73,118,77)
0 Favorites   0 Comments

Color spaces of #49764d

RGB 7311877
HSL0.350.240.37
HSV125°38°46°
CMYK 0.380.000.35   0.54
XYZ10.565614.90929.3421
Yxy14.90920.30350.4282
Hunter Lab38.6124-18.728412.6838
CIE-Lab45.5096-24.716017.8396

#49764d color RGB value is (73,118,77).

#49764d hex color red value is 73, green value is 118 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #49764d hue: 0.35 , saturation: 0.24 and the lightness value of 49764d is 0.37.

The process color (four color CMYK) of #49764d color hex is 0.38, 0.00, 0.35, 0.54. Web safe color of #49764d is #336666. Color #49764d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01110110 01001101
Octal 111 166 115
Decimal 73 118 77
Hex 49 76 4D

RGB Percentages of Color #49764d

%27.24
%44.03
%28.73

CMYK Percentages of Color #49764d

%38
%0
%35
%54

Triadic Colors of #49764d

#49764d #4d4976 #764d49

Analogous Colors of #49764d

#49764d #497664 #5c7649

Monochromatic Colors of #49764d

#49764d

Complementary Color

#49764d #764972

#49764d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49764d Color Preview on White Background

Lorem ipsum dolor sit amet.

#49764d Color CSS Codes

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

#49764d Text Font Color

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

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


#49764d Background Color

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

This div background color is #49764d


#49764d Border Color

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

This div border color is #49764d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,118,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 #49764d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49764d


Comments

No comments written yet.

Please login to write comment.