Color Hex Logo

#49401d Color Hex

#49401D
(73,64,29)
0 Favorites   0 Comments

Color spaces of #49401d

RGB 736429
HSL0.130.430.20
HSV48°60°29°
CMYK 0.000.120.60   0.71
XYZ4.80285.17201.9076
Yxy5.17200.40420.4353
Hunter Lab22.7420-2.101810.9462
CIE-Lab27.2193-1.438922.5716

#49401d color RGB value is (73,64,29).

#49401d hex color red value is 73, green value is 64 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #49401d hue: 0.13 , saturation: 0.43 and the lightness value of 49401d is 0.20.

The process color (four color CMYK) of #49401d color hex is 0.00, 0.12, 0.60, 0.71. Web safe color of #49401d is #333333. Color #49401d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01000000 00011101
Octal 111 100 35
Decimal 73 64 29
Hex 49 40 1D

RGB Percentages of Color #49401d

%43.98
%38.55
%17.47

CMYK Percentages of Color #49401d

%0
%12
%60
%71

Triadic Colors of #49401d

#49401d #1d4940 #401d49

Analogous Colors of #49401d

#49401d #3c491d #492a1d

Monochromatic Colors of #49401d

#49401d

Complementary Color

#49401d #1d2649

#49401d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49401d Color Preview on White Background

Lorem ipsum dolor sit amet.

#49401d Color CSS Codes

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

#49401d Text Font Color

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

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


#49401d Background Color

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

This div background color is #49401d


#49401d Border Color

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

This div border color is #49401d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49401d


Comments

No comments written yet.

Please login to write comment.