Color Hex Logo

#49723e Color Hex

#49723E
(73,114,62)
0 Favorites   0 Comments

Color spaces of #49723e

RGB 7311462
HSL0.300.300.35
HSV107°46°45°
CMYK 0.360.000.46   0.55
XYZ9.634513.79896.7131
Yxy13.79890.31960.4577
Hunter Lab37.1469-18.710815.2881
CIE-Lab43.9431-25.244524.3398

#49723e color RGB value is (73,114,62).

#49723e hex color red value is 73, green value is 114 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #49723e hue: 0.30 , saturation: 0.30 and the lightness value of 49723e is 0.35.

The process color (four color CMYK) of #49723e color hex is 0.36, 0.00, 0.46, 0.55. Web safe color of #49723e is #336633. Color #49723e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01110010 00111110
Octal 111 162 76
Decimal 73 114 62
Hex 49 72 3E

RGB Percentages of Color #49723e

%29.32
%45.78
%24.90

CMYK Percentages of Color #49723e

%36
%0
%46
%55

Triadic Colors of #49723e

#49723e #3e4972 #723e49

Analogous Colors of #49723e

#49723e #3e724d #63723e

Monochromatic Colors of #49723e

#49723e

Complementary Color

#49723e #673e72

#49723e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49723e Color Preview on White Background

Lorem ipsum dolor sit amet.

#49723e Color CSS Codes

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

#49723e Text Font Color

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

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


#49723e Background Color

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

This div background color is #49723e


#49723e Border Color

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

This div border color is #49723e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49723e


Comments

No comments written yet.

Please login to write comment.