Color Hex Logo

#499247 Color Hex

#499247
(73,146,71)
0 Favorites   0 Comments

Color spaces of #499247

RGB 7314671
HSL0.330.350.43
HSV118°51°57°
CMYK 0.500.000.51   0.43
XYZ14.163922.42929.5440
Yxy22.42920.30700.4861
Hunter Lab47.3595-29.494721.2034
CIE-Lab54.4795-38.706032.6739

#499247 color RGB value is (73,146,71).

#499247 hex color red value is 73, green value is 146 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #499247 hue: 0.33 , saturation: 0.35 and the lightness value of 499247 is 0.43.

The process color (four color CMYK) of #499247 color hex is 0.50, 0.00, 0.51, 0.43. Web safe color of #499247 is #339933. Color #499247 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10010010 01000111
Octal 111 222 107
Decimal 73 146 71
Hex 49 92 47

RGB Percentages of Color #499247

%25.17
%50.34
%24.48

CMYK Percentages of Color #499247

%50
%0
%51
%43

Triadic Colors of #499247

#499247 #474992 #924749

Analogous Colors of #499247

#499247 #47926b #6f9247

Monochromatic Colors of #499247

#499247

Complementary Color

#499247 #904792

#499247 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#499247 Color Preview on White Background

Lorem ipsum dolor sit amet.

#499247 Color CSS Codes

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

#499247 Text Font Color

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

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


#499247 Background Color

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

This div background color is #499247


#499247 Border Color

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

This div border color is #499247


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #499247


Comments

No comments written yet.

Please login to write comment.