Color Hex Logo

#49481c Color Hex

#49481C
(73,72,28)
0 Favorites   0 Comments

Color spaces of #49481c

RGB 737228
HSL0.160.450.20
HSV59°62°29°
CMYK 0.000.010.62   0.71
XYZ5.27466.13502.0048
Yxy6.13500.39320.4573
Hunter Lab24.7689-5.333712.5393
CIE-Lab29.7505-6.484626.0681

#49481c color RGB value is (73,72,28).

#49481c hex color red value is 73, green value is 72 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #49481c hue: 0.16 , saturation: 0.45 and the lightness value of 49481c is 0.20.

The process color (four color CMYK) of #49481c color hex is 0.00, 0.01, 0.62, 0.71. Web safe color of #49481c is #333333. Color #49481c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01001000 00011100
Octal 111 110 34
Decimal 73 72 28
Hex 49 48 1C

RGB Percentages of Color #49481c

%42.20
%41.62
%16.18

CMYK Percentages of Color #49481c

%0
%1
%62
%71

Triadic Colors of #49481c

#49481c #1c4948 #481c49

Analogous Colors of #49481c

#49481c #34491c #49321c

Monochromatic Colors of #49481c

#49481c

Complementary Color

#49481c #1c1d49

#49481c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49481c Color Preview on White Background

Lorem ipsum dolor sit amet.

#49481c Color CSS Codes

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

#49481c Text Font Color

<p style="color:#49481c">Text here</p>

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


#49481c Background Color

<div style="background-color:#49481c">
Div content here</div>

This div background color is #49481c


#49481c Border Color

<div style="border:3px solid #49481c">
Div here</div>

This div border color is #49481c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,72,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #49481c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #49481c;
  -webkit-box-shadow: 1px 1px 3px 2px #49481c;
  box-shadow:         1px 1px 3px 2px #49481c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49481c


Comments

No comments written yet.

Please login to write comment.