Color Hex Logo

#497950 Color Hex

#497950
(73,121,80)
0 Favorites   0 Comments

Color spaces of #497950

RGB 7312180
HSL0.360.250.38
HSV129°40°47°
CMYK 0.400.000.34   0.53
XYZ11.033015.670410.0326
Yxy15.67040.30030.4266
Hunter Lab39.5859-19.525412.6837
CIE-Lab46.5391-25.659317.4927

#497950 color RGB value is (73,121,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01111001 01010000
Octal 111 171 120
Decimal 73 121 80
Hex 49 79 50

RGB Percentages of Color #497950

%26.64
%44.16
%29.20

CMYK Percentages of Color #497950

%40
%0
%34
%53

Triadic Colors of #497950

#497950 #504979 #795049

Analogous Colors of #497950

#497950 #497968 #5a7949

Monochromatic Colors of #497950

#497950

Complementary Color

#497950 #794972

#497950 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#497950 Color Preview on White Background

Lorem ipsum dolor sit amet.

#497950 Color CSS Codes

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

#497950 Text Font Color

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

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


#497950 Background Color

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

This div background color is #497950


#497950 Border Color

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

This div border color is #497950


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #497950


Comments

No comments written yet.

Please login to write comment.