Color Hex Logo

#49563d Color Hex

#49563D
(73,86,61)
0 Favorites   0 Comments

Color spaces of #49563d

RGB 738661
HSL0.250.170.29
HSV91°29°34°
CMYK 0.150.000.29   0.66
XYZ6.91778.40905.6734
Yxy8.40900.32940.4004
Hunter Lab28.9983-8.16488.6989
CIE-Lab34.8206-10.295512.9210

#49563d color RGB value is (73,86,61).

#49563d hex color red value is 73, green value is 86 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #49563d hue: 0.25 , saturation: 0.17 and the lightness value of 49563d is 0.29.

The process color (four color CMYK) of #49563d color hex is 0.15, 0.00, 0.29, 0.66. Web safe color of #49563d is #336633. Color #49563d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01010110 00111101
Octal 111 126 75
Decimal 73 86 61
Hex 49 56 3D

RGB Percentages of Color #49563d

%33.18
%39.09
%27.73

CMYK Percentages of Color #49563d

%15
%0
%29
%66

Triadic Colors of #49563d

#49563d #3d4956 #563d49

Analogous Colors of #49563d

#49563d #3d563e #56563d

Monochromatic Colors of #49563d

#49563d

Complementary Color

#49563d #4a3d56

#49563d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49563d Color Preview on White Background

Lorem ipsum dolor sit amet.

#49563d Color CSS Codes

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

#49563d Text Font Color

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

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


#49563d Background Color

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

This div background color is #49563d


#49563d Border Color

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

This div border color is #49563d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49563d


Comments

No comments written yet.

Please login to write comment.