Color Hex Logo

#495b2e Color Hex

#495B2E
(73,91,46)
0 Favorites   0 Comments

Color spaces of #495b2e

RGB 739146
HSL0.230.330.27
HSV84°49°36°
CMYK 0.200.000.49   0.64
XYZ6.98199.09593.9725
Yxy9.09590.34820.4537
Hunter Lab30.1594-11.456213.3021
CIE-Lab36.1683-15.460823.6121

#495b2e color RGB value is (73,91,46).

#495b2e hex color red value is 73, green value is 91 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #495b2e hue: 0.23 , saturation: 0.33 and the lightness value of 495b2e is 0.27.

The process color (four color CMYK) of #495b2e color hex is 0.20, 0.00, 0.49, 0.64. Web safe color of #495b2e is #336633. Color #495b2e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01011011 00101110
Octal 111 133 56
Decimal 73 91 46
Hex 49 5B 2E

RGB Percentages of Color #495b2e

%34.76
%43.33
%21.90

CMYK Percentages of Color #495b2e

%20
%0
%49
%64

Triadic Colors of #495b2e

#495b2e #2e495b #5b2e49

Analogous Colors of #495b2e

#495b2e #335b2e #5b562e

Monochromatic Colors of #495b2e

#495b2e

Complementary Color

#495b2e #402e5b

#495b2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#495b2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#495b2e Color CSS Codes

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

#495b2e Text Font Color

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

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


#495b2e Background Color

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

This div background color is #495b2e


#495b2e Border Color

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

This div border color is #495b2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #495b2e


Comments

No comments written yet.

Please login to write comment.