Color Hex Logo

#495702 Color Hex

#495702
(73,87,2)
0 Favorites   0 Comments

Color spaces of #495702

RGB 73872
HSL0.190.960.17
HSV70°98°34°
CMYK 0.160.000.98   0.66
XYZ6.16688.23721.3224
Yxy8.23720.39210.5238
Hunter Lab28.7005-11.872117.3585
CIE-Lab34.4721-16.637941.0484

#495702 color RGB value is (73,87,2).

#495702 hex color red value is 73, green value is 87 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #495702 hue: 0.19 , saturation: 0.96 and the lightness value of 495702 is 0.17.

The process color (four color CMYK) of #495702 color hex is 0.16, 0.00, 0.98, 0.66. Web safe color of #495702 is #336600. Color #495702 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01010111 00000010
Octal 111 127 2
Decimal 73 87 2
Hex 49 57 2

RGB Percentages of Color #495702

%45.06
%53.70
%1.23

CMYK Percentages of Color #495702

%16
%0
%98
%66

Triadic Colors of #495702

#495702 #024957 #570249

Analogous Colors of #495702

#495702 #1e5702 #573b02

Monochromatic Colors of #495702

#495702

Complementary Color

#495702 #100257

#495702 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#495702 Color Preview on White Background

Lorem ipsum dolor sit amet.

#495702 Color CSS Codes

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

#495702 Text Font Color

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

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


#495702 Background Color

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

This div background color is #495702


#495702 Border Color

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

This div border color is #495702


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #495702


Comments

No comments written yet.

Please login to write comment.