Color Hex Logo

#49513d Color Hex

#49513D
(73,81,61)
0 Favorites   0 Comments

Color spaces of #49513d

RGB 738161
HSL0.230.140.28
HSV84°25°32°
CMYK 0.100.000.25   0.68
XYZ6.53247.63825.5449
Yxy7.63820.33130.3874
Hunter Lab27.6373-6.17477.4507
CIE-Lab33.2177-7.336910.7258

#49513d color RGB value is (73,81,61).

#49513d hex color red value is 73, green value is 81 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #49513d hue: 0.23 , saturation: 0.14 and the lightness value of 49513d is 0.28.

The process color (four color CMYK) of #49513d color hex is 0.10, 0.00, 0.25, 0.68. Web safe color of #49513d is #336633. Color #49513d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01010001 00111101
Octal 111 121 75
Decimal 73 81 61
Hex 49 51 3D

RGB Percentages of Color #49513d

%33.95
%37.67
%28.37

CMYK Percentages of Color #49513d

%10
%0
%25
%68

Triadic Colors of #49513d

#49513d #3d4951 #513d49

Analogous Colors of #49513d

#49513d #3f513d #514f3d

Monochromatic Colors of #49513d

#49513d

Complementary Color

#49513d #453d51

#49513d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49513d Color Preview on White Background

Lorem ipsum dolor sit amet.

#49513d Color CSS Codes

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

#49513d Text Font Color

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

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


#49513d Background Color

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

This div background color is #49513d


#49513d Border Color

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

This div border color is #49513d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49513d


Comments

No comments written yet.

Please login to write comment.