Color Hex Logo

#499c68 Color Hex

#499C68
(73,156,104)
0 Favorites   0 Comments

Color spaces of #499c68

RGB 73156104
HSL0.400.360.45
HSV142°53°61°
CMYK 0.530.000.33   0.39
XYZ17.134826.192917.2493
Yxy26.19290.28290.4324
Hunter Lab51.1790-29.801215.8423
CIE-Lab58.2197-37.456919.7468

#499c68 color RGB value is (73,156,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10011100 01101000
Octal 111 234 150
Decimal 73 156 104
Hex 49 9C 68

RGB Percentages of Color #499c68

%21.92
%46.85
%31.23

CMYK Percentages of Color #499c68

%53
%0
%33
%39

Triadic Colors of #499c68

#499c68 #68499c #9c6849

Analogous Colors of #499c68

#499c68 #499c92 #549c49

Monochromatic Colors of #499c68

#499c68

Complementary Color

#499c68 #9c497d

#499c68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#499c68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#499c68 Color CSS Codes

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

#499c68 Text Font Color

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

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


#499c68 Background Color

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

This div background color is #499c68


#499c68 Border Color

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

This div border color is #499c68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #499c68


Comments

No comments written yet.

Please login to write comment.