Color Hex Logo

#49524a Color Hex

#49524A
(73,82,74)
1 Favorites   0 Comments

Color spaces of #49524a

RGB 738274
HSL0.350.060.30
HSV127°11°32°
CMYK 0.110.000.10   0.68
XYZ7.00107.94557.6432
Yxy7.94550.30990.3517
Hunter Lab28.1878-4.99453.6548
CIE-Lab33.8691-5.35993.4785

#49524a color RGB value is (73,82,74).

#49524a hex color red value is 73, green value is 82 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #49524a hue: 0.35 , saturation: 0.06 and the lightness value of 49524a is 0.30.

The process color (four color CMYK) of #49524a color hex is 0.11, 0.00, 0.10, 0.68. Web safe color of #49524a is #336633. Color #49524a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01010010 01001010
Octal 111 122 112
Decimal 73 82 74
Hex 49 52 4A

RGB Percentages of Color #49524a

%31.88
%35.81
%32.31

CMYK Percentages of Color #49524a

%11
%0
%10
%68

Triadic Colors of #49524a

#49524a #4a4952 #524a49

Analogous Colors of #49524a

#49524a #49524f #4d5249

Monochromatic Colors of #49524a

#49524a

Complementary Color

#49524a #524951

#49524a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49524a Color Preview on White Background

Lorem ipsum dolor sit amet.

#49524a Color CSS Codes

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

#49524a Text Font Color

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

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


#49524a Background Color

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

This div background color is #49524a


#49524a Border Color

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

This div border color is #49524a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49524a

#49524a Color Palettes


Comments

No comments written yet.

Please login to write comment.