Color Hex Logo

#495720 Color Hex

#495720
(73,87,32)
0 Favorites   0 Comments

Color spaces of #495720

RGB 738732
HSL0.210.460.23
HSV75°63°34°
CMYK 0.160.000.63   0.66
XYZ6.41668.33712.6375
Yxy8.33710.36900.4794
Hunter Lab28.8740-10.862014.7960
CIE-Lab34.6753-14.836929.5029

#495720 color RGB value is (73,87,32).

#495720 hex color red value is 73, green value is 87 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #495720 hue: 0.21 , saturation: 0.46 and the lightness value of 495720 is 0.23.

The process color (four color CMYK) of #495720 color hex is 0.16, 0.00, 0.63, 0.66. Web safe color of #495720 is #336633. Color #495720 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01010111 00100000
Octal 111 127 40
Decimal 73 87 32
Hex 49 57 20

RGB Percentages of Color #495720

%38.02
%45.31
%16.67

CMYK Percentages of Color #495720

%16
%0
%63
%66

Triadic Colors of #495720

#495720 #204957 #572049

Analogous Colors of #495720

#495720 #2e5720 #574a20

Monochromatic Colors of #495720

#495720

Complementary Color

#495720 #2e2057

#495720 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#495720 Color Preview on White Background

Lorem ipsum dolor sit amet.

#495720 Color CSS Codes

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

#495720 Text Font Color

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

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


#495720 Background Color

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

This div background color is #495720


#495720 Border Color

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

This div border color is #495720


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #495720


Comments

No comments written yet.

Please login to write comment.