Color Hex Logo

#497103 Color Hex

#497103
(73,113,3)
0 Favorites   0 Comments

Color spaces of #497103

RGB 731133
HSL0.230.950.23
HSV82°97°44°
CMYK 0.350.000.97   0.56
XYZ8.669213.23332.1835
Yxy13.23330.35990.5494
Hunter Lab36.3776-21.122221.9055
CIE-Lab43.1127-29.726547.5816

#497103 color RGB value is (73,113,3).

#497103 hex color red value is 73, green value is 113 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #497103 hue: 0.23 , saturation: 0.95 and the lightness value of 497103 is 0.23.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01110001 00000011
Octal 111 161 3
Decimal 73 113 3
Hex 49 71 3

RGB Percentages of Color #497103

%38.62
%59.79
%1.59

CMYK Percentages of Color #497103

%35
%0
%97
%56

Triadic Colors of #497103

#497103 #034971 #710349

Analogous Colors of #497103

#497103 #127103 #716203

Monochromatic Colors of #497103

#497103

Complementary Color

#497103 #2b0371

#497103 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#497103 Color Preview on White Background

Lorem ipsum dolor sit amet.

#497103 Color CSS Codes

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

#497103 Text Font Color

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

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


#497103 Background Color

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

This div background color is #497103


#497103 Border Color

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

This div border color is #497103


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #497103


Comments

No comments written yet.

Please login to write comment.