Color Hex Logo

#49706d Color Hex

#49706D
(73,112,109)
0 Favorites   0 Comments

Color spaces of #49706d

RGB 73112109
HSL0.490.210.36
HSV175°35°44°
CMYK 0.350.000.03   0.56
XYZ11.302114.108916.5956
Yxy14.10890.26910.3359
Hunter Lab37.5618-12.02370.0977
CIE-Lab44.3887-14.4235-2.7151

#49706d color RGB value is (73,112,109).

#49706d hex color red value is 73, green value is 112 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #49706d hue: 0.49 , saturation: 0.21 and the lightness value of 49706d is 0.36.

The process color (four color CMYK) of #49706d color hex is 0.35, 0.00, 0.03, 0.56. Web safe color of #49706d is #336666. Color #49706d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01110000 01101101
Octal 111 160 155
Decimal 73 112 109
Hex 49 70 6D

RGB Percentages of Color #49706d

%24.83
%38.10
%37.07

CMYK Percentages of Color #49706d

%35
%0
%3
%56

Triadic Colors of #49706d

#49706d #6d4970 #706d49

Analogous Colors of #49706d

#49706d #496070 #49705a

Monochromatic Colors of #49706d

#49706d

Complementary Color

#49706d #70494c

#49706d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49706d Color Preview on White Background

Lorem ipsum dolor sit amet.

#49706d Color CSS Codes

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

#49706d Text Font Color

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

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


#49706d Background Color

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

This div background color is #49706d


#49706d Border Color

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

This div border color is #49706d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,112,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #49706d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #49706d;
  -webkit-box-shadow: 1px 1px 3px 2px #49706d;
  box-shadow:         1px 1px 3px 2px #49706d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49706d


Comments

No comments written yet.

Please login to write comment.