Color Hex Logo

#495032 Color Hex

#495032
(73,80,50)
0 Favorites   0 Comments

Color spaces of #495032

RGB 738050
HSL0.210.230.25
HSV74°38°31°
CMYK 0.090.000.38   0.69
XYZ6.19207.38414.1165
Yxy7.38410.35000.4174
Hunter Lab27.1737-6.879610.0398
CIE-Lab32.6658-8.578916.7813

#495032 color RGB value is (73,80,50).

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

The process color (four color CMYK) of #495032 color hex is 0.09, 0.00, 0.38, 0.69. Web safe color of #495032 is #336633. Color #495032 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01010000 00110010
Octal 111 120 62
Decimal 73 80 50
Hex 49 50 32

RGB Percentages of Color #495032

%35.96
%39.41
%24.63

CMYK Percentages of Color #495032

%9
%0
%38
%69

Triadic Colors of #495032

#495032 #324950 #503249

Analogous Colors of #495032

#495032 #3a5032 #504832

Monochromatic Colors of #495032

#495032

Complementary Color

#495032 #393250

#495032 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#495032 Color Preview on White Background

Lorem ipsum dolor sit amet.

#495032 Color CSS Codes

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

#495032 Text Font Color

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

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


#495032 Background Color

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

This div background color is #495032


#495032 Border Color

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

This div border color is #495032


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #495032


Comments

No comments written yet.

Please login to write comment.