Color Hex Logo

#495337 Color Hex

#495337
(73,83,55)
0 Favorites   0 Comments

Color spaces of #495337

RGB 738355
HSL0.230.200.27
HSV81°34°33°
CMYK 0.120.000.34   0.67
XYZ6.53057.87884.7910
Yxy7.87880.34010.4103
Hunter Lab28.0692-7.59189.5285
CIE-Lab33.7292-9.561215.1323

#495337 color RGB value is (73,83,55).

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

The process color (four color CMYK) of #495337 color hex is 0.12, 0.00, 0.34, 0.67. Web safe color of #495337 is #336633. Color #495337 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01010011 00110111
Octal 111 123 67
Decimal 73 83 55
Hex 49 53 37

RGB Percentages of Color #495337

%34.60
%39.34
%26.07

CMYK Percentages of Color #495337

%12
%0
%34
%67

Triadic Colors of #495337

#495337 #374953 #533749

Analogous Colors of #495337

#495337 #3b5337 #534f37

Monochromatic Colors of #495337

#495337

Complementary Color

#495337 #413753

#495337 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#495337 Color Preview on White Background

Lorem ipsum dolor sit amet.

#495337 Color CSS Codes

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

#495337 Text Font Color

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

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


#495337 Background Color

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

This div background color is #495337


#495337 Border Color

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

This div border color is #495337


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #495337


Comments

No comments written yet.

Please login to write comment.