Color Hex Logo

#49482a Color Hex

#49482A
(73,72,42)
0 Favorites   0 Comments

Color spaces of #49482a

RGB 737242
HSL0.160.270.23
HSV58°42°29°
CMYK 0.000.010.42   0.71
XYZ5.48296.21843.1018
Yxy6.21840.37040.4201
Hunter Lab24.9367-4.392010.0808
CIE-Lab29.9569-4.896018.1539

#49482a color RGB value is (73,72,42).

#49482a hex color red value is 73, green value is 72 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #49482a hue: 0.16 , saturation: 0.27 and the lightness value of 49482a is 0.23.

The process color (four color CMYK) of #49482a color hex is 0.00, 0.01, 0.42, 0.71. Web safe color of #49482a is #333333. Color #49482a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01001000 00101010
Octal 111 110 52
Decimal 73 72 42
Hex 49 48 2A

RGB Percentages of Color #49482a

%39.04
%38.50
%22.46

CMYK Percentages of Color #49482a

%0
%1
%42
%71

Triadic Colors of #49482a

#49482a #2a4948 #482a49

Analogous Colors of #49482a

#49482a #3b492a #49392a

Monochromatic Colors of #49482a

#49482a

Complementary Color

#49482a #2a2b49

#49482a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49482a Color Preview on White Background

Lorem ipsum dolor sit amet.

#49482a Color CSS Codes

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

#49482a Text Font Color

<p style="color:#49482a">Text here</p>

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


#49482a Background Color

<div style="background-color:#49482a">
Div content here</div>

This div background color is #49482a


#49482a Border Color

<div style="border:3px solid #49482a">
Div here</div>

This div border color is #49482a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49482a


Comments

No comments written yet.

Please login to write comment.