Color Hex Logo

#499c77 Color Hex

#499C77
(73,156,119)
0 Favorites   0 Comments

Color spaces of #499c77

RGB 73156119
HSL0.430.360.45
HSV153°53°61°
CMYK 0.530.000.24   0.39
XYZ17.965926.525321.6258
Yxy26.52530.27170.4012
Hunter Lab51.5027-27.862911.1563
CIE-Lab58.5323-34.309711.8139

#499c77 color RGB value is (73,156,119).

#499c77 hex color red value is 73, green value is 156 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #499c77 hue: 0.43 , saturation: 0.36 and the lightness value of 499c77 is 0.45.

The process color (four color CMYK) of #499c77 color hex is 0.53, 0.00, 0.24, 0.39. Web safe color of #499c77 is #339966. Color #499c77 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10011100 01110111
Octal 111 234 167
Decimal 73 156 119
Hex 49 9C 77

RGB Percentages of Color #499c77

%20.98
%44.83
%34.20

CMYK Percentages of Color #499c77

%53
%0
%24
%39

Triadic Colors of #499c77

#499c77 #77499c #9c7749

Analogous Colors of #499c77

#499c77 #49989c #499c4e

Monochromatic Colors of #499c77

#499c77

Complementary Color

#499c77 #9c496e

#499c77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#499c77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#499c77 Color CSS Codes

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

#499c77 Text Font Color

<p style="color:#499c77">Text here</p>

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


#499c77 Background Color

<div style="background-color:#499c77">
Div content here</div>

This div background color is #499c77


#499c77 Border Color

<div style="border:3px solid #499c77">
Div here</div>

This div border color is #499c77


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,156,119, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #499c77; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #499c77;
  -webkit-box-shadow: 1px 1px 3px 2px #499c77;
  box-shadow:         1px 1px 3px 2px #499c77; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #499c77


Comments

No comments written yet.

Please login to write comment.