Color Hex Logo

#49572a Color Hex

#49572A
(73,87,42)
0 Favorites   0 Comments

Color spaces of #49572a

RGB 738742
HSL0.220.350.25
HSV79°52°34°
CMYK 0.160.000.52   0.66
XYZ6.57388.40003.4654
Yxy8.40000.35650.4556
Hunter Lab28.9828-10.232913.1988
CIE-Lab34.8024-13.735624.2091

#49572a color RGB value is (73,87,42).

#49572a hex color red value is 73, green value is 87 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #49572a hue: 0.22 , saturation: 0.35 and the lightness value of 49572a is 0.25.

The process color (four color CMYK) of #49572a color hex is 0.16, 0.00, 0.52, 0.66. Web safe color of #49572a is #336633. Color #49572a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01010111 00101010
Octal 111 127 52
Decimal 73 87 42
Hex 49 57 2A

RGB Percentages of Color #49572a

%36.14
%43.07
%20.79

CMYK Percentages of Color #49572a

%16
%0
%52
%66

Triadic Colors of #49572a

#49572a #2a4957 #572a49

Analogous Colors of #49572a

#49572a #33572a #574f2a

Monochromatic Colors of #49572a

#49572a

Complementary Color

#49572a #382a57

#49572a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49572a Color Preview on White Background

Lorem ipsum dolor sit amet.

#49572a Color CSS Codes

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

#49572a Text Font Color

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

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


#49572a Background Color

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

This div background color is #49572a


#49572a Border Color

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

This div border color is #49572a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49572a


Comments

No comments written yet.

Please login to write comment.