Color Hex Logo

#497458 Color Hex

#497458
(73,116,88)
0 Favorites   0 Comments

Color spaces of #497458

RGB 7311688
HSL0.390.230.37
HSV141°37°45°
CMYK 0.370.000.24   0.55
XYZ10.754514.611811.4861
Yxy14.61180.29180.3965
Hunter Lab38.2254-16.67448.9421
CIE-Lab45.0978-21.517010.8406

#497458 color RGB value is (73,116,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01110100 01011000
Octal 111 164 130
Decimal 73 116 88
Hex 49 74 58

RGB Percentages of Color #497458

%26.35
%41.88
%31.77

CMYK Percentages of Color #497458

%37
%0
%24
%55

Triadic Colors of #497458

#497458 #584974 #745849

Analogous Colors of #497458

#497458 #49746e #507449

Monochromatic Colors of #497458

#497458

Complementary Color

#497458 #744965

#497458 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#497458 Color Preview on White Background

Lorem ipsum dolor sit amet.

#497458 Color CSS Codes

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

#497458 Text Font Color

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

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


#497458 Background Color

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

This div background color is #497458


#497458 Border Color

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

This div border color is #497458


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #497458


Comments

No comments written yet.

Please login to write comment.