Color Hex Logo

#495631 Color Hex

#495631
(73,86,49)
0 Favorites   0 Comments

Color spaces of #495631

RGB 738649
HSL0.230.270.26
HSV81°43°34°
CMYK 0.150.000.43   0.66
XYZ6.62988.29384.1572
Yxy8.29380.34750.4347
Hunter Lab28.7990-9.305711.6006
CIE-Lab34.5874-12.227719.8739

#495631 color RGB value is (73,86,49).

#495631 hex color red value is 73, green value is 86 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #495631 hue: 0.23 , saturation: 0.27 and the lightness value of 495631 is 0.26.

The process color (four color CMYK) of #495631 color hex is 0.15, 0.00, 0.43, 0.66. Web safe color of #495631 is #336633. Color #495631 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01010110 00110001
Octal 111 126 61
Decimal 73 86 49
Hex 49 56 31

RGB Percentages of Color #495631

%35.10
%41.35
%23.56

CMYK Percentages of Color #495631

%15
%0
%43
%66

Triadic Colors of #495631

#495631 #314956 #563149

Analogous Colors of #495631

#495631 #375631 #565131

Monochromatic Colors of #495631

#495631

Complementary Color

#495631 #3e3156

#495631 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#495631 Color Preview on White Background

Lorem ipsum dolor sit amet.

#495631 Color CSS Codes

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

#495631 Text Font Color

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

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


#495631 Background Color

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

This div background color is #495631


#495631 Border Color

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

This div border color is #495631


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #495631


Comments

No comments written yet.

Please login to write comment.