Color Hex Logo

#497951 Color Hex

#497951
(73,121,81)
0 Favorites   0 Comments

Color spaces of #497951

RGB 7312181
HSL0.360.250.38
HSV130°40°47°
CMYK 0.400.000.33   0.53
XYZ11.070215.685310.2287
Yxy15.68530.29930.4241
Hunter Lab39.6047-19.414312.4104
CIE-Lab46.5589-25.470916.9421

#497951 color RGB value is (73,121,81).

#497951 hex color red value is 73, green value is 121 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #497951 hue: 0.36 , saturation: 0.25 and the lightness value of 497951 is 0.38.

The process color (four color CMYK) of #497951 color hex is 0.40, 0.00, 0.33, 0.53. Web safe color of #497951 is #336666. Color #497951 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01111001 01010001
Octal 111 171 121
Decimal 73 121 81
Hex 49 79 51

RGB Percentages of Color #497951

%26.55
%44.00
%29.45

CMYK Percentages of Color #497951

%40
%0
%33
%53

Triadic Colors of #497951

#497951 #514979 #795149

Analogous Colors of #497951

#497951 #497969 #597949

Monochromatic Colors of #497951

#497951

Complementary Color

#497951 #794971

#497951 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#497951 Color Preview on White Background

Lorem ipsum dolor sit amet.

#497951 Color CSS Codes

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

#497951 Text Font Color

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

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


#497951 Background Color

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

This div background color is #497951


#497951 Border Color

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

This div border color is #497951


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,121,81, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #497951; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #497951;
  -webkit-box-shadow: 1px 1px 3px 2px #497951;
  box-shadow:         1px 1px 3px 2px #497951; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #497951


Comments

No comments written yet.

Please login to write comment.