Color Hex Logo

#49765c Color Hex

#49765C
(73,118,92)
0 Favorites   0 Comments

Color spaces of #49765c

RGB 7311892
HSL0.400.240.37
HSV145°38°46°
CMYK 0.380.000.22   0.54
XYZ11.157915.146012.4606
Yxy15.14600.28780.3907
Hunter Lab38.9179-16.92968.2592
CIE-Lab45.8335-21.70139.5087

#49765c color RGB value is (73,118,92).

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

The process color (four color CMYK) of #49765c color hex is 0.38, 0.00, 0.22, 0.54. Web safe color of #49765c is #336666. Color #49765c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01110110 01011100
Octal 111 166 134
Decimal 73 118 92
Hex 49 76 5C

RGB Percentages of Color #49765c

%25.80
%41.70
%32.51

CMYK Percentages of Color #49765c

%38
%0
%22
%54

Triadic Colors of #49765c

#49765c #5c4976 #765c49

Analogous Colors of #49765c

#49765c #497673 #4d7649

Monochromatic Colors of #49765c

#49765c

Complementary Color

#49765c #764963

#49765c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49765c Color Preview on White Background

Lorem ipsum dolor sit amet.

#49765c Color CSS Codes

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

#49765c Text Font Color

<p style="color:#49765c">Text here</p>

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


#49765c Background Color

<div style="background-color:#49765c">
Div content here</div>

This div background color is #49765c


#49765c Border Color

<div style="border:3px solid #49765c">
Div here</div>

This div border color is #49765c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49765c


Comments

No comments written yet.

Please login to write comment.