Color Hex Logo

#497160 Color Hex

#497160
(73,113,96)
0 Favorites   0 Comments

Color spaces of #497160

RGB 7311396
HSL0.430.220.36
HSV155°35°44°
CMYK 0.350.000.15   0.56
XYZ10.764114.071313.2150
Yxy14.07130.28290.3698
Hunter Lab37.5117-14.42445.3710
CIE-Lab44.3350-18.15705.0037

#497160 color RGB value is (73,113,96).

#497160 hex color red value is 73, green value is 113 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #497160 hue: 0.43 , saturation: 0.22 and the lightness value of 497160 is 0.36.

The process color (four color CMYK) of #497160 color hex is 0.35, 0.00, 0.15, 0.56. Web safe color of #497160 is #336666. Color #497160 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01110001 01100000
Octal 111 161 140
Decimal 73 113 96
Hex 49 71 60

RGB Percentages of Color #497160

%25.89
%40.07
%34.04

CMYK Percentages of Color #497160

%35
%0
%15
%56

Triadic Colors of #497160

#497160 #604971 #716049

Analogous Colors of #497160

#497160 #496e71 #49714c

Monochromatic Colors of #497160

#497160

Complementary Color

#497160 #71495a

#497160 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#497160 Color Preview on White Background

Lorem ipsum dolor sit amet.

#497160 Color CSS Codes

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

#497160 Text Font Color

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

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


#497160 Background Color

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

This div background color is #497160


#497160 Border Color

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

This div border color is #497160


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #497160


Comments

No comments written yet.

Please login to write comment.