Color Hex Logo

#499443 Color Hex

#499443
(73,148,67)
0 Favorites   0 Comments

Color spaces of #499443

RGB 7314867
HSL0.320.380.42
HSV116°55°58°
CMYK 0.510.000.55   0.42
XYZ14.350723.00158.9936
Yxy23.00150.30960.4963
Hunter Lab47.9599-30.518522.4537
CIE-Lab55.0739-40.107935.4406

#499443 color RGB value is (73,148,67).

#499443 hex color red value is 73, green value is 148 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #499443 hue: 0.32 , saturation: 0.38 and the lightness value of 499443 is 0.42.

The process color (four color CMYK) of #499443 color hex is 0.51, 0.00, 0.55, 0.42. Web safe color of #499443 is #339933. Color #499443 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10010100 01000011
Octal 111 224 103
Decimal 73 148 67
Hex 49 94 43

RGB Percentages of Color #499443

%25.35
%51.39
%23.26

CMYK Percentages of Color #499443

%51
%0
%55
%42

Triadic Colors of #499443

#499443 #434994 #944349

Analogous Colors of #499443

#499443 #439466 #729443

Monochromatic Colors of #499443

#499443

Complementary Color

#499443 #8e4394

#499443 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#499443 Color Preview on White Background

Lorem ipsum dolor sit amet.

#499443 Color CSS Codes

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

#499443 Text Font Color

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

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


#499443 Background Color

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

This div background color is #499443


#499443 Border Color

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

This div border color is #499443


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #499443


Comments

No comments written yet.

Please login to write comment.