Color Hex Logo

#49602e Color Hex

#49602E
(73,96,46)
0 Favorites   0 Comments

Color spaces of #49602e

RGB 739646
HSL0.240.350.28
HSV88°52°38°
CMYK 0.240.000.52   0.62
XYZ7.42379.97954.1197
Yxy9.97950.34490.4637
Hunter Lab31.5903-13.335814.3812
CIE-Lab37.8056-18.191525.6256

#49602e color RGB value is (73,96,46).

#49602e hex color red value is 73, green value is 96 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #49602e hue: 0.24 , saturation: 0.35 and the lightness value of 49602e is 0.28.

The process color (four color CMYK) of #49602e color hex is 0.24, 0.00, 0.52, 0.62. Web safe color of #49602e is #336633. Color #49602e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01100000 00101110
Octal 111 140 56
Decimal 73 96 46
Hex 49 60 2E

RGB Percentages of Color #49602e

%33.95
%44.65
%21.40

CMYK Percentages of Color #49602e

%24
%0
%52
%62

Triadic Colors of #49602e

#49602e #2e4960 #602e49

Analogous Colors of #49602e

#49602e #30602e #605e2e

Monochromatic Colors of #49602e

#49602e

Complementary Color

#49602e #452e60

#49602e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49602e Color Preview on White Background

Lorem ipsum dolor sit amet.

#49602e Color CSS Codes

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

#49602e Text Font Color

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

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


#49602e Background Color

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

This div background color is #49602e


#49602e Border Color

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

This div border color is #49602e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,96,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 #49602e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49602e


Comments

No comments written yet.

Please login to write comment.