Color Hex Logo

#497455 Color Hex

#497455
(73,116,85)
0 Favorites   0 Comments

Color spaces of #497455

RGB 7311685
HSL0.380.230.37
HSV137°37°45°
CMYK 0.370.000.27   0.55
XYZ10.632714.563110.8449
Yxy14.56310.29500.4041
Hunter Lab38.1616-17.04879.8639
CIE-Lab45.0299-22.140512.5157

#497455 color RGB value is (73,116,85).

#497455 hex color red value is 73, green value is 116 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #497455 hue: 0.38 , saturation: 0.23 and the lightness value of 497455 is 0.37.

The process color (four color CMYK) of #497455 color hex is 0.37, 0.00, 0.27, 0.55. Web safe color of #497455 is #336666. Color #497455 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01110100 01010101
Octal 111 164 125
Decimal 73 116 85
Hex 49 74 55

RGB Percentages of Color #497455

%26.64
%42.34
%31.02

CMYK Percentages of Color #497455

%37
%0
%27
%55

Triadic Colors of #497455

#497455 #554974 #745549

Analogous Colors of #497455

#497455 #49746b #537449

Monochromatic Colors of #497455

#497455

Complementary Color

#497455 #744968

#497455 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#497455 Color Preview on White Background

Lorem ipsum dolor sit amet.

#497455 Color CSS Codes

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

#497455 Text Font Color

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

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


#497455 Background Color

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

This div background color is #497455


#497455 Border Color

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

This div border color is #497455


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #497455


Comments

No comments written yet.

Please login to write comment.