Color Hex Logo

#497007 Color Hex

#497007
(73,112,7)
0 Favorites   0 Comments

Color spaces of #497007

RGB 731127
HSL0.230.880.23
HSV82°94°44°
CMYK 0.350.000.94   0.56
XYZ8.580213.02012.2619
Yxy13.02010.35960.5456
Hunter Lab36.0834-20.700721.5417
CIE-Lab42.7935-29.123646.3886

#497007 color RGB value is (73,112,7).

#497007 hex color red value is 73, green value is 112 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #497007 hue: 0.23 , saturation: 0.88 and the lightness value of 497007 is 0.23.

The process color (four color CMYK) of #497007 color hex is 0.35, 0.00, 0.94, 0.56. Web safe color of #497007 is #336600. Color #497007 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01110000 00000111
Octal 111 160 7
Decimal 73 112 7
Hex 49 70 7

RGB Percentages of Color #497007

%38.02
%58.33
%3.65

CMYK Percentages of Color #497007

%35
%0
%94
%56

Triadic Colors of #497007

#497007 #074970 #700749

Analogous Colors of #497007

#497007 #157007 #706307

Monochromatic Colors of #497007

#497007

Complementary Color

#497007 #2e0770

#497007 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#497007 Color Preview on White Background

Lorem ipsum dolor sit amet.

#497007 Color CSS Codes

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

#497007 Text Font Color

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

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


#497007 Background Color

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

This div background color is #497007


#497007 Border Color

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

This div border color is #497007


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #497007


Comments

No comments written yet.

Please login to write comment.