Color Hex Logo

#49540d Color Hex

#49540D
(73,84,13)
0 Favorites   0 Comments

Color spaces of #49540d

RGB 738413
HSL0.190.730.19
HSV69°85°33°
CMYK 0.130.000.85   0.67
XYZ5.99067.78621.5679
Yxy7.78620.39040.5074
Hunter Lab27.9038-10.509816.2012
CIE-Lab33.5336-14.524836.7453

#49540d color RGB value is (73,84,13).

#49540d hex color red value is 73, green value is 84 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #49540d hue: 0.19 , saturation: 0.73 and the lightness value of 49540d is 0.19.

The process color (four color CMYK) of #49540d color hex is 0.13, 0.00, 0.85, 0.67. Web safe color of #49540d is #336600. Color #49540d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01010100 00001101
Octal 111 124 15
Decimal 73 84 13
Hex 49 54 D

RGB Percentages of Color #49540d

%42.94
%49.41
%7.65

CMYK Percentages of Color #49540d

%13
%0
%85
%67

Triadic Colors of #49540d

#49540d #0d4954 #540d49

Analogous Colors of #49540d

#49540d #26540d #543c0d

Monochromatic Colors of #49540d

#49540d

Complementary Color

#49540d #180d54

#49540d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49540d Color Preview on White Background

Lorem ipsum dolor sit amet.

#49540d Color CSS Codes

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

#49540d Text Font Color

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

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


#49540d Background Color

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

This div background color is #49540d


#49540d Border Color

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

This div border color is #49540d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49540d


Comments

No comments written yet.

Please login to write comment.